8000 Run updated copyright.pl on HEAD and 9.2 trees, updating the psql · markokr/postgres@81aa2a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81aa2a5

Browse files
committed
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
\copyright output to 2012. Backpatch to 9.2.
1 parent c99882a commit 81aa2a5

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

src/backend/catalog/genbki.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
* schemapg.h
276276
* Schema_pg_xxx macros for use by relcache.c
277277
*
278-
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
278+
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
279279
* Portions Copyright (c) 1994, Regents of the University of California
280280
*
281281
* NOTES

src/backend/utils/Gen_fmgrtab.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
* These macros can be used to avoid a catalog lookup when a specific
102102
* fmgr-callable function needs to be referenced.
103103
*
104-
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
104+
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
105105
* Portions Copyright (c) 1994, Regents of the University of California
106106
*
107107
* NOTES
@@ -136,7 +136,7 @@
136136
* fmgrtab.c
137137
* The function manager's table of internal functions.
138138
*
139-
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
139+
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
140140
* Portions Copyright (c) 1994, Regents of the University of California
141141
*
142142
* NOTES

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ print_copyright(void)
435435
puts(
436436
"PostgreSQL Database Management System\n"
437437
"(formerly known as Postgres, then as Postgres95)\n\n"
438-
"Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group\n\n"
438+
"Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group\n\n"
439439
"Portions Copyright (c) 1994, The Regents of the University of California\n\n"
440440
"Permission to use, copy, modify, and distribute this software and its\n"
441441
"documentation for any purpose, without fee, and without a written agreement\n"

src/tools/copyright.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ sub wanted
6161
}
6262

6363
print
64-
"Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too\n";
64+
"Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too.\n";
65+
print
66+
"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in all back branches.\n";
6567

0 commit comments

Comments
 (0)
0