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/include/common/link-canary.h | |
parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) |
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'src/include/common/link-canary.h')
-rw-r--r-- | src/include/common/link-canary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/link-canary.h b/src/include/common/link-canary.h index acb05b65d9f..4733cd257f2 100644 --- a/src/include/common/link-canary.h +++ b/src/include/common/link-canary.h @@ -3,7 +3,7 @@ * link-canary.h * Detect whether src/common functions came from frontend or backend. * - * Copyright (c) 2018-2021, PostgreSQL Global Development Group + * Copyright (c) 2018-2022, PostgreSQL Global Development Group * * src/include/common/link-canary.h * |