summaryrefslogtreecommitdiff
path: root/src/bin/pg_config
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-01 13:18:15 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-01 13:18:15 -0500
commit5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch)
tree482c4da1affa45abf4723854e7f20752ae1e8e63 /src/bin/pg_config
parent67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff)
downloadpostgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.tar.gz
Stamp copyrights for year 2011.
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 c7e5a02374..479db9cd4b 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-2010, PostgreSQL Global Development Group
+# Copyright (c) 1998-2011, 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 2e87060f80..532c4a61e3 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-2010, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
*
* src/bin/pg_config/pg_config.c
*