File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* adminpack.c
4
4
*
5
5
*
6
- * Copyright (c) 2002 - 2006 , PostgreSQL Global Development Group
6
+ * Copyright (c) 2002-2007 , PostgreSQL Global Development Group
7
7
*
8
8
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.8 2006/11/06 03:06:40 tgl Exp $
11
+ * $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.9 2007/01/10 02:41:28 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # $PostgreSQL: pgsql/src/tools/copyright,v 1.13 2007/01/05 21:29:20 momjian Exp $
3
+ # $PostgreSQL: pgsql/src/tools/copyright,v 1.14 2007/01/10 02:41:28 momjian Exp $
4
4
5
5
echo " Using current year: ` date ' +%Y' ` "
6
6
7
7
rgrep -l ' Copyright.*PostgreSQL Global Development Group' | while read FILE
8
8
do
9
- pipe sed ' s/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\) [12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\1' ` date ' +%Y' ` ' \2/' $FILE
9
+ pipe sed ' s/^\(.*Copyright (c) [12][0-9][0-9][0-9]\) \?- \? [12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\1- ' ` date ' +%Y' ` ' \2/' $FILE
10
10
done
11
11
12
12
echo " Manually update doc/src/sgml/legal.sgml too" 1>&2
You can’t perform that action at this time.
0 commit comments