diff options
| author | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
| commit | 451c43974f8e199097d97624a4952ad0973cea61 (patch) | |
| tree | 8a36348c0999fd7aebb2c4d2b344f6462faf3838 /src/bin/initdb | |
| parent | f3c9e341cdf167ae3378e74e770558e81f9aa48e (diff) | |
Update copyright for 2026HEADorigin/masterorigin/HEADmaster
Backpatch-through: 14
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/Makefile | 2 | ||||
| -rw-r--r-- | src/bin/initdb/findtimezone.c | 2 | ||||
| -rw-r--r-- | src/bin/initdb/initdb.c | 2 | ||||
| -rw-r--r-- | src/bin/initdb/meson.build | 2 | ||||
| -rw-r--r-- | src/bin/initdb/po/meson.build | 2 | ||||
| -rw-r--r-- | src/bin/initdb/t/001_initdb.pl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index c0470efda92..21b755025ad 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/bin/initdb # -# Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/bin/initdb/Makefile diff --git a/src/bin/initdb/findtimezone.c b/src/bin/initdb/findtimezone.c index 2b2ae39adf3..910b97a570b 100644 --- a/src/bin/initdb/findtimezone.c +++ b/src/bin/initdb/findtimezone.c @@ -3,7 +3,7 @@ * findtimezone.c * Functions for determining the default timezone to use. * - * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * * IDENTIFICATION * src/bin/initdb/findtimezone.c diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 92fe2f531f7..51b725e709c 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -38,7 +38,7 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/bin/initdb/initdb.c diff --git a/src/bin/initdb/meson.build b/src/bin/initdb/meson.build index 06958e370f3..bc6eb2e085c 100644 --- a/src/bin/initdb/meson.build +++ b/src/bin/initdb/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025, PostgreSQL Global Development Group +# Copyright (c) 2022-2026, PostgreSQL Global Development Group initdb_sources = files( 'findtimezone.c', diff --git a/src/bin/initdb/po/meson.build b/src/bin/initdb/po/meson.build index 0eeeaca8cc1..57f98da904e 100644 --- a/src/bin/initdb/po/meson.build +++ b/src/bin/initdb/po/meson.build @@ -1,3 +1,3 @@ -# Copyright (c) 2022-2025, PostgreSQL Global Development Group +# Copyright (c) 2022-2026, PostgreSQL Global Development Group nls_targets += [i18n.gettext('initdb-' + pg_version_major.to_string())] diff --git a/src/bin/initdb/t/001_initdb.pl b/src/bin/initdb/t/001_initdb.pl index 1e9543c2585..081535a22e4 100644 --- a/src/bin/initdb/t/001_initdb.pl +++ b/src/bin/initdb/t/001_initdb.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2025, PostgreSQL Global Development Group +# Copyright (c) 2021-2026, PostgreSQL Global Development Group # To test successful data directory creation with an additional feature, first # try to elaborate the "successful creation" test instead of adding a test. |
