diff options
author | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /src/timezone | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'src/timezone')
-rw-r--r-- | src/timezone/meson.build | 2 | ||||
-rw-r--r-- | src/timezone/pgtz.c | 2 | ||||
-rw-r--r-- | src/timezone/pgtz.h | 2 | ||||
-rw-r--r-- | src/timezone/tznames/meson.build | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/timezone/meson.build b/src/timezone/meson.build index 391150ba885..ad9f6f6b8ad 100644 --- a/src/timezone/meson.build +++ b/src/timezone/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group # files to build into backend timezone_sources = files( diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index ce36023fb41..671b4d76237 100644 --- a/src/timezone/pgtz.c +++ b/src/timezone/pgtz.c @@ -3,7 +3,7 @@ * pgtz.c * Timezone Library Integration Functions * - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 8be88fad7d4..8caac631cab 100644 --- a/src/timezone/pgtz.h +++ b/src/timezone/pgtz.h @@ -6,7 +6,7 @@ * Note: this file contains only definitions that are private to the * timezone library. Public definitions are in pgtime.h. * - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h diff --git a/src/timezone/tznames/meson.build b/src/timezone/tznames/meson.build index f4fb1316bca..10a26b397ab 100644 --- a/src/timezone/tznames/meson.build +++ b/src/timezone/tznames/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group tznames = files( 'Africa.txt', |