diff options
| author | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
| commit | 27b77ecf9f4d5be211900eda54d8155ada50d696 (patch) | |
| tree | 63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/timezone | |
| parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) | |
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/pgtz.c | 2 | ||||
| -rw-r--r-- | src/timezone/pgtz.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index 82f14ee4b59..3c278dd0f33 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-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index ca01722ee98..30a3539a651 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-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h |
