aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItagaki Takahiro <itagaki.takahiro@gmail.com>2011-03-10 15:05:33 +0900
committerItagaki Takahiro <itagaki.takahiro@gmail.com>2011-03-10 15:05:33 +0900
commit2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff (patch)
tree9bf5a674386c53cf8f07dd5065b4a32ade30d631
parentf6587019ed2c2123c00c18db2d1e857a6258ff85 (diff)
downloadpostgresql-2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff.tar.gz
postgresql-2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff.zip
Cleanup copyright years and file names in the header comments of some files.
-rw-r--r--contrib/auth_delay/auth_delay.c2
-rw-r--r--src/backend/replication/syncrep.c2
-rw-r--r--src/bin/pg_dump/pg_backup_directory.c2
-rw-r--r--src/include/catalog/pg_collation.h5
-rw-r--r--src/include/catalog/pg_foreign_table.h2
-rw-r--r--src/include/replication/basebackup.h2
-rw-r--r--src/include/replication/syncrep.h5
-rw-r--r--src/test/isolation/isolationtester.h10
8 files changed, 16 insertions, 14 deletions
diff --git a/contrib/auth_delay/auth_delay.c b/contrib/auth_delay/auth_delay.c
index 09191bd250e..199de9bb391 100644
--- a/contrib/auth_delay/auth_delay.c
+++ b/contrib/auth_delay/auth_delay.c
@@ -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
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index f6c3538650d..d5868d66b7d 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -37,7 +37,7 @@
* Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL$
+ * src/backend/replication/syncrep.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pg_dump/pg_backup_directory.c b/src/bin/pg_dump/pg_backup_directory.c
index 625e0930662..540ca5405a0 100644
--- a/src/bin/pg_dump/pg_backup_directory.c
+++ b/src/bin/pg_dump/pg_backup_directory.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
*
diff --git a/src/include/catalog/pg_collation.h b/src/include/catalog/pg_collation.h
index 42a70e8f25f..6decfb13b39 100644
--- a/src/include/catalog/pg_collation.h
+++ b/src/include/catalog/pg_collation.h
@@ -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
diff --git a/src/include/catalog/pg_foreign_table.h b/src/include/catalog/pg_foreign_table.h
index ada807ad712..3ab5344c9dc 100644
--- a/src/include/catalog/pg_foreign_table.h
+++ b/src/include/catalog/pg_foreign_table.h
@@ -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
diff --git a/src/include/replication/basebackup.h b/src/include/replication/basebackup.h
index af6a36621f2..831c33fb4a9 100644
--- a/src/include/replication/basebackup.h
+++ b/src/include/replication/basebackup.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
*
diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h
index f4eb3c9f04a..fb86e9e8d65 100644
--- a/src/include/replication/syncrep.h
+++ b/src/include/replication/syncrep.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
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/isolation/isolationtester.h b/src/test/isolation/isolationtester.h
index b092ed16a0f..1f86db8727d 100644
--- a/src/test/isolation/isolationtester.h
+++ b/src/test/isolation/isolationtester.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
*
*-------------------------------------------------------------------------
*/