mirror of
https://github.com/postgres/postgres.git
synced 2026-05-19 08:41:23 -04:00
Pre-beta updates: run src/tools/copyright.pl.
As usual, post-1-Jan patches missed some copyright-year updates.
This commit is contained in:
parent
c7cb8e5b73
commit
b94989e73d
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2024-2025, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2024-2026, PostgreSQL Global Development Group
|
||||
|
||||
=pod
|
||||
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue