From: Tom Lane Date: Wed, 13 May 2026 15:01:57 +0000 (-0400) Subject: Pre-beta updates: run src/tools/copyright.pl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94989e73d570587dc67a49f1f8c485e3ff240d0;p=thirdparty%2Fpostgresql.git Pre-beta updates: run src/tools/copyright.pl. As usual, post-1-Jan patches missed some copyright-year updates. --- diff --git a/src/test/modules/test_aio/t/003_initdb.pl b/src/test/modules/test_aio/t/003_initdb.pl index c03ae58d00a..eca964832a4 100644 --- a/src/test/modules/test_aio/t/003_initdb.pl +++ b/src/test/modules/test_aio/t/003_initdb.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group # # Test initdb for each IO method. This is done separately from 001_aio.pl, as # it isn't fast. This way the more commonly failing / hacked-on 001_aio.pl can diff --git a/src/test/modules/test_aio/t/TestAio.pm b/src/test/modules/test_aio/t/TestAio.pm index c150118d033..84e784db75f 100644 --- a/src/test/modules/test_aio/t/TestAio.pm +++ b/src/test/modules/test_aio/t/TestAio.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group =pod diff --git a/src/test/ssl/t/004_sni.pl b/src/test/ssl/t/004_sni.pl index ae4b1a4c803..f1a135bb3c8 100644 --- a/src/test/ssl/t/004_sni.pl +++ b/src/test/ssl/t/004_sni.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2024, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all';