From: Alvaro Herrera Date: Wed, 31 Jan 2024 15:29:22 +0000 (+0100) Subject: Update pg_walsummary copyright notices to 2024 X-Git-Tag: REL_17_BETA1~967 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0106b6d2dc28660d9ecba3de77cee14de921c94;p=thirdparty%2Fpostgresql.git Update pg_walsummary copyright notices to 2024 --- 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;