summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorBruce Momjian2022-01-08 00:04:57 +0000
committerBruce Momjian2022-01-08 00:04:57 +0000
commit27b77ecf9f4d5be211900eda54d8155ada50d696 (patch)
tree63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/bin/psql/help.c
parentc3879a7b4c87344d804483234a7278a68e8248d9 (diff)
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 5752a36ac82..937d6e9d49d 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -1,7 +1,7 @@
/*
* psql - the PostgreSQL interactive terminal
*
- * Copyright (c) 2000-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2022, PostgreSQL Global Development Group
*
* src/bin/psql/help.c
*/
@@ -693,7 +693,7 @@ print_copyright(void)
{
puts("PostgreSQL Database Management System\n"
"(formerly known as Postgres, then as Postgres95)\n\n"
- "Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group\n\n"
+ "Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group\n\n"
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
"Permission to use, copy, modify, and distribute this software and its\n"
"documentation for any purpose, without fee, and without a written agreement\n"