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';