diff options
author | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/timezone | |
parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) |
Update copyright for 2023
Backpatch-through: 11
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 548c938af9b..7b85a01c6bd 100644 --- a/src/timezone/meson.build +++ b/src/timezone/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, 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 eff11333a97..89b69fd2af2 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 30a3539a651..a5169aa2aa9 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h diff --git a/src/timezone/tznames/meson.build b/src/timezone/tznames/meson.build index ba2050fb6a6..09f8e692e69 100644 --- a/src/timezone/tznames/meson.build +++ b/src/timezone/tznames/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, PostgreSQL Global Development Group tznames = files( 'Africa.txt', |