diff options
author | Bruce Momjian | 2024-01-04 01:49:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2024-01-04 01:49:05 +0000 |
commit | 29275b1d177096597675b5c6e7e7c9db2df8f4df (patch) | |
tree | b82e12375286dd75030a36b6d770bc0c2d385dbe /src/timezone | |
parent | 793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff) |
Update copyright for 2024
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz
Backpatch-through: 12
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 7b85a01c6bd..391150ba885 100644 --- a/src/timezone/meson.build +++ b/src/timezone/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, 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 c03078f7c83..ce36023fb41 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-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index a5169aa2aa9..8be88fad7d4 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-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h diff --git a/src/timezone/tznames/meson.build b/src/timezone/tznames/meson.build index 09f8e692e69..f4fb1316bca 100644 --- a/src/timezone/tznames/meson.build +++ b/src/timezone/tznames/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023, PostgreSQL Global Development Group +# Copyright (c) 2022-2024, PostgreSQL Global Development Group tznames = files( 'Africa.txt', |