From 70b0872204c8f62737ffe901e28103c5eb52cd4e Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Mon, 22 Apr 2024 18:40:40 +0200 Subject: [PATCH] Fix license headers --- guc.c | 4 ++-- hash_query.c | 2 +- pg_stat_monitor.c | 2 ++ pg_stat_monitor.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/guc.c b/guc.c index c98d3ce..624f50e 100644 --- a/guc.c +++ b/guc.c @@ -1,6 +1,7 @@ /*------------------------------------------------------------------------- * - * guc.c: guc variable handling of pg_stat_monitor + * guc.c + * guc variable handling of pg_stat_monitor * * Portions Copyright © 2018-2020, Percona LLC and/or its affiliates * @@ -8,7 +9,6 @@ * * Portions Copyright (c) 1994, The Regents of the University of California * - * * IDENTIFICATION * contrib/pg_stat_monitor/guc.c * diff --git a/hash_query.c b/hash_query.c index c18e20f..cbc0871 100644 --- a/hash_query.c +++ b/hash_query.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * hash_query.c - * Track statement execution times across a whole database cluster. + * Track statement execution times across a whole database cluster. * * Portions Copyright © 2018-2020, Percona LLC and/or its affiliates * diff --git a/pg_stat_monitor.c b/pg_stat_monitor.c index a2729cf..56a9566 100644 --- a/pg_stat_monitor.c +++ b/pg_stat_monitor.c @@ -1,3 +1,5 @@ + + /*------------------------------------------------------------------------- * * pg_stat_monitor.c diff --git a/pg_stat_monitor.h b/pg_stat_monitor.h index 9cd590d..0466cc7 100644 --- a/pg_stat_monitor.h +++ b/pg_stat_monitor.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * pg_stat_monitor.h - * Track statement execution times across a whole database cluster. + * Track statement execution times across a whole database cluster. * * Portions Copyright © 2018-2020, Percona LLC and/or its affiliates *