1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update copyright script, report year used

This commit is contained in:
Bruce Momjian
2007-01-05 21:29:20 +00:00
parent 5a2a527bb5
commit 7e3c689fd3

View File

@ -1,6 +1,8 @@
#!/bin/sh
# $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 $
echo "Using current year: `date '+%Y'`"
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do