From 0cc0c883d22671df12dab0c347c5e2c09c8da98a Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Thu, 25 Apr 2024 17:42:05 +0200 Subject: [PATCH] Try invalid license header --- pg_stat_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_stat_monitor.c b/pg_stat_monitor.c index 56a9566..8609999 100644 --- a/pg_stat_monitor.c +++ b/pg_stat_monitor.c @@ -5,7 +5,7 @@ * pg_stat_monitor.c * Track statement execution times across a whole database cluster. * - * Portions Copyright © 2018-2020, Percona LLC and/or its affiliates + * Portions Copyright © 2018-2020, Percona LLC and/or its * * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group *