summaryrefslogtreecommitdiff
path: root/src/bin/pg_config
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-01-06 11:43:47 -0500
committerBruce Momjian <bruce@momjian.us>2015-01-06 11:43:47 -0500
commit4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch)
treecc846ecbd09b540bc7e8868db2dec202ff6c332e /src/bin/pg_config
parentadfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff)
downloadpostgresql-4baaf863eca5412e07a8441b3b7e7482b7a8b21a.tar.gz
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/bin/pg_config')
-rw-r--r--src/bin/pg_config/Makefile2
-rw-r--r--src/bin/pg_config/pg_config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_config/Makefile b/src/bin/pg_config/Makefile
index a65c4ed0c8..71ce236b9e 100644
--- a/src/bin/pg_config/Makefile
+++ b/src/bin/pg_config/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for src/bin/pg_config
#
-# Copyright (c) 1998-2014, PostgreSQL Global Development Group
+# Copyright (c) 1998-2015, PostgreSQL Global Development Group
#
# src/bin/pg_config/Makefile
#
diff --git a/src/bin/pg_config/pg_config.c b/src/bin/pg_config/pg_config.c
index 139c89e58a..9b1f95d6e1 100644
--- a/src/bin/pg_config/pg_config.c
+++ b/src/bin/pg_config/pg_config.c
@@ -15,7 +15,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
*
* src/bin/pg_config/pg_config.c
*