mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Mention src/interfaces/libpq/libpq.rc.in needs to be updated for
copyright too.
This commit is contained in:
parent
c4eaa9672a
commit
34273b44a6
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/copyright,v 1.16 2009/01/01 18:21:56 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/tools/copyright,v 1.17 2009/01/01 18:23:10 momjian Exp $
|
||||
|
||||
echo "Using current year: `date '+%Y'`"
|
||||
|
||||
@ -11,5 +11,5 @@ do
|
||||
pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]\) \?\(,\? PostgreSQL Global Development Group.*\)$/\1-'`date '+%Y'`'\2/' $FILE
|
||||
done
|
||||
|
||||
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2
|
||||
echo "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too" 1>&2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user