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.
1 parent 5a2a527 commit 7e3c689Copy full SHA for 7e3c689
src/tools/copyright
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/copyright,v 1.12 2007/01/05 21:09:53 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/copyright,v 1.13 2007/01/05 21:29:20 momjian Exp $
4
+
5
+echo "Using current year: `date '+%Y'`"
6
7
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
8
do
0 commit comments