summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera2024-01-31 15:29:22 +0000
committerAlvaro Herrera2024-01-31 15:46:04 +0000
commitf0106b6d2dc28660d9ecba3de77cee14de921c94 (patch)
tree8d7c09004ab6e798e594a353fa7185390d58ae85 /src
parentea18eb7d625573dc369df619f7ff3b9e60e47531 (diff)
Update pg_walsummary copyright notices to 2024
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_walsummary/Makefile2
-rw-r--r--src/bin/pg_walsummary/meson.build2
-rw-r--r--src/bin/pg_walsummary/pg_walsummary.c2
-rw-r--r--src/bin/pg_walsummary/t/001_basic.pl2
-rw-r--r--src/bin/pg_walsummary/t/002_blocks.pl2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/pg_walsummary/Makefile b/src/bin/pg_walsummary/Makefile
index 2c24bc6db52..7b0e40e7136 100644
--- a/src/bin/pg_walsummary/Makefile
+++ b/src/bin/pg_walsummary/Makefile
@@ -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
diff --git a/src/bin/pg_walsummary/meson.build b/src/bin/pg_walsummary/meson.build
index f886a4cb360..30c108fa949 100644
--- a/src/bin/pg_walsummary/meson.build
+++ b/src/bin/pg_walsummary/meson.build
@@ -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',
diff --git a/src/bin/pg_walsummary/pg_walsummary.c b/src/bin/pg_walsummary/pg_walsummary.c
index 0c0225eeb89..1341c83c69b 100644
--- a/src/bin/pg_walsummary/pg_walsummary.c
+++ b/src/bin/pg_walsummary/pg_walsummary.c
@@ -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
diff --git a/src/bin/pg_walsummary/t/001_basic.pl b/src/bin/pg_walsummary/t/001_basic.pl
index 10a232a150c..0d606075c19 100644
--- a/src/bin/pg_walsummary/t/001_basic.pl
+++ b/src/bin/pg_walsummary/t/001_basic.pl
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023, PostgreSQL Global Development Group
+# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
use warnings;
diff --git a/src/bin/pg_walsummary/t/002_blocks.pl b/src/bin/pg_walsummary/t/002_blocks.pl
index eb128f460c1..723285943f5 100644
--- a/src/bin/pg_walsummary/t/002_blocks.pl
+++ b/src/bin/pg_walsummary/t/002_blocks.pl
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023, PostgreSQL Global Development Group
+# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
use warnings;