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:
@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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
|
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user