Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
date
1 parent c30a945 commit 5a2a527Copy full SHA for 5a2a527
src/tools/copyright
@@ -1,10 +1,10 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/copyright,v 1.11 2006/03/11 04:38:41 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/copyright,v 1.12 2007/01/05 21:09:53 momjian Exp $
4
5
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
6
do
7
- pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12006\2/' $FILE
+ pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\1'`date '+%Y'`'\2/' $FILE
8
done
9
10
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2
0 commit comments