mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Update copyright script, report year used
This commit is contained in:
parent
5a2a527bb5
commit
7e3c689fd3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user