summaryrefslogtreecommitdiff
path: root/src/bin/scripts/common.c
diff options
context:
space:
mode:
authorPostgreSQL Daemon2004-12-31 22:04:05 +0000
committerPostgreSQL Daemon2004-12-31 22:04:05 +0000
commit6f7ad124ce47c1a543bbbb215fa1e461f5b6f3e5 (patch)
tree7a92dc94375177a022320a7ec76433bb962a9892 /src/bin/scripts/common.c
parentf8a7eca4603ba625381c97467fba6b9691a83ca6 (diff)
Tag appropriate files for rc3
Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
Diffstat (limited to 'src/bin/scripts/common.c')
-rw-r--r--src/bin/scripts/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c
index 2c3f9a178d..045409658d 100644
--- a/src/bin/scripts/common.c
+++ b/src/bin/scripts/common.c
@@ -2,7 +2,7 @@
*
* Miscellaneous shared code
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL$