Update pg_walsummary copyright notices to 2024
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jan 2024 15:29:22 +0000 (16:29 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jan 2024 15:46:04 +0000 (16:46 +0100)
src/bin/pg_walsummary/Makefile
src/bin/pg_walsummary/meson.build
src/bin/pg_walsummary/pg_walsummary.c
src/bin/pg_walsummary/t/001_basic.pl
src/bin/pg_walsummary/t/002_blocks.pl

index 2c24bc6db52a3abb9f45410360547b2b058b5ea3..7b0e40e7136cd8031e9880cfebbcffb10a19c5ec 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_walsummary
 #
-# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_walsummary/Makefile
index f886a4cb3601f6fdafb09364de194cb463afb054..30c108fa949424a77cc13c36960e468983d2e546 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
 
 pg_walsummary_sources = files(
   'pg_walsummary.c',
index 0c0225eeb893b46d9aea8cb30729696ac8a3714a..1341c83c69b9ea0950f62e70bb3e11d44f606013 100644 (file)
@@ -3,7 +3,7 @@
  * pg_walsummary.c
  *     Prints the contents of WAL summary files.
  *
- * Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2024, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/pg_walsummary/pg_walsummary.c
index 10a232a150c7bb4959de5d859884515f9f5159e8..0d606075c1994b3e5edc9271a687b5e9e1b2678e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023, PostgreSQL Global Development Group
+# Copyright (c) 2021-2024, PostgreSQL Global Development Group
 
 use strict;
 use warnings;
index eb128f460c1bfed035e73c9cf6afbf49f7642986..723285943f5a3fd481b922df94b4bc367ca177e4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023, PostgreSQL Global Development Group
+# Copyright (c) 2021-2024, PostgreSQL Global Development Group
 
 use strict;
 use warnings;