Skip to content

Commit 7e3c689

Browse files
committed
Update copyright script, report year used
1 parent 5a2a527 commit 7e3c689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/copyright

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/copyright,v 1.12 2007/01/05 21:09:53 momjian Exp $
3+
# $PostgreSQL: pgsql/src/tools/copyright,v 1.13 2007/01/05 21:29:20 momjian Exp $
4+
5+
echo "Using current year: `date '+%Y'`"
46

57
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
68
do

0 commit comments

Comments
 (0)