aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-01-03 13:48:53 -0500
committerBruce Momjian <bruce@momjian.us>2017-01-03 13:48:53 -0500
commit1d25779284fe1ba08ecd57e647292a9deb241376 (patch)
tree1a288c7d8fb0a9232bc848be08cc03555804b05f /src/bin/psql/help.c
parent60f1e514ad0db017bc583b0e15d056b777bd9626 (diff)
downloadpostgresql-1d25779284fe1ba08ecd57e647292a9deb241376.tar.gz
postgresql-1d25779284fe1ba08ecd57e647292a9deb241376.zip
Update copyright via script for 2017
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 a69c4dd8cfe..09baf871dda 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-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2017, PostgreSQL Global Development Group
*
* src/bin/psql/help.c
*/
@@ -572,7 +572,7 @@ print_copyright(void)
puts(
"PostgreSQL Database Management System\n"
"(formerly known as Postgres, then as Postgres95)\n\n"
- "Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group\n\n"
+ "Portions Copyright (c) 1996-2017, 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"