Pre-beta updates: run src/tools/copyright.pl.

As usual, post-1-Jan patches missed some copyright-year updates.
This commit is contained in:
Tom Lane 2026-05-13 11:01:57 -04:00
parent c7cb8e5b73
commit b94989e73d
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# Copyright (c) 2024-2025, PostgreSQL Global Development Group
# Copyright (c) 2024-2026, PostgreSQL Global Development Group
=pod

View file

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