diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-01-07 19:04:57 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-01-07 19:04:57 -0500 |
commit | 27b77ecf9f4d5be211900eda54d8155ada50d696 (patch) | |
tree | 63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/backend/utils/init | |
parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) | |
download | postgresql-27b77ecf9f4d5be211900eda54d8155ada50d696.tar.gz postgresql-27b77ecf9f4d5be211900eda54d8155ada50d696.zip |
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'src/backend/utils/init')
-rw-r--r-- | src/backend/utils/init/globals.c | 2 | ||||
-rw-r--r-- | src/backend/utils/init/miscinit.c | 2 | ||||
-rw-r--r-- | src/backend/utils/init/postinit.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/init/globals.c b/src/backend/utils/init/globals.c index 381d9e548d1..c26a1a73df8 100644 --- a/src/backend/utils/init/globals.c +++ b/src/backend/utils/init/globals.c @@ -3,7 +3,7 @@ * globals.c * global variable declarations * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/backend/utils/init/miscinit.c b/src/backend/utils/init/miscinit.c index 88801374b57..0f2570d6264 100644 --- a/src/backend/utils/init/miscinit.c +++ b/src/backend/utils/init/miscinit.c @@ -3,7 +3,7 @@ * miscinit.c * miscellaneous initialization support stuff * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index 7292e51f7de..0236165f60f 100644 --- a/src/backend/utils/init/postinit.c +++ b/src/backend/utils/init/postinit.c @@ -3,7 +3,7 @@ * postinit.c * postgres initialization utilities * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |