Cleanup copyright years and file names in the header comments of some files.

pull/1/head
Itagaki Takahiro 15 years ago
parent f6587019ed
commit 2d8de0a50b
  1. 2
      contrib/auth_delay/auth_delay.c
  2. 2
      src/backend/replication/syncrep.c
  3. 2
      src/bin/pg_dump/pg_backup_directory.c
  4. 5
      src/include/catalog/pg_collation.h
  5. 2
      src/include/catalog/pg_foreign_table.h
  6. 2
      src/include/replication/basebackup.h
  7. 5
      src/include/replication/syncrep.h
  8. 10
      src/test/isolation/isolationtester.h

@ -2,7 +2,7 @@
*
* auth_delay.c
*
* Copyright (C) 2010, PostgreSQL Global Development Group
* Copyright (C) 2010-2011, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/auth_delay/auth_delay.c

@ -37,7 +37,7 @@
* Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL$
* src/backend/replication/syncrep.c
*
*-------------------------------------------------------------------------
*/

@ -17,7 +17,7 @@
* sync.
*
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 2000, Philip Warner
*

@ -5,10 +5,11 @@
* along with the relation's initial contents.
*
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL$
* IDENTIFICATION
* src/include/catalog/pg_collation.h
*
* NOTES
* the genbki.pl script reads this file and generates .bki

@ -3,7 +3,7 @@
* pg_foreign_table.h
* definition of the system "foreign table" relation (pg_foreign_table)
*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/catalog/pg_foreign_table.h

@ -3,7 +3,7 @@
* basebackup.h
* Exports from replication/basebackup.c.
*
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
*
* src/include/replication/walsender.h
*

@ -3,9 +3,10 @@
* syncrep.h
* Exports from replication/syncrep.c.
*
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
*
* $PostgreSQL$
* IDENTIFICATION
* src/include/replication/syncrep.h
*
*-------------------------------------------------------------------------
*/

@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* bootstrap.h
* include file for the bootstrapping code
* isolationtester.h
* include file for isolation tests
*
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.44 2006/10/04 00:30:07 momjian Exp $
* IDENTIFICATION
* src/test/isolation/isolationtester.h
*
*-------------------------------------------------------------------------
*/

Loading…
Cancel
Save