summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2006-07-16 02:44:01 +0000
committerTom Lane2006-07-16 02:44:01 +0000
commita420818d679a88a18cc206f6f9d353587840dbc3 (patch)
tree706b3c01fed1e481a81296e2ea662c76f4aee591
parent808849e54f20eb404adba4c87bf61159033f6005 (diff)
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
source tree. They should all be $PostgreSQL$ of course.
-rw-r--r--contrib/fuzzystrmatch/dmetaphone.c8
-rw-r--r--contrib/pgcrypto/imath.c2
-rw-r--r--contrib/pgcrypto/imath.h2
-rw-r--r--src/backend/po/de.po2
-rw-r--r--src/backend/port/win32_sema.c2
-rw-r--r--src/bin/pg_config/po/de.po2
-rw-r--r--src/bin/pg_ctl/po/de.po2
-rw-r--r--src/bin/psql/po/de.po2
8 files changed, 8 insertions, 14 deletions
diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c
index ee1944c393..a77eeb940c 100644
--- a/contrib/fuzzystrmatch/dmetaphone.c
+++ b/contrib/fuzzystrmatch/dmetaphone.c
@@ -1,7 +1,7 @@
/*
* This is a port of the Double Metaphone algorithm for use in PostgreSQL.
*
- * $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.9 2006/07/16 02:44:00 tgl Exp $
*
* Double Metaphone computes 2 "sounds like" strings - a primary and an
* alternate. In most cases they are the same, but for foreign names
@@ -49,12 +49,6 @@
*/
-/*
- * $Revision: 1.8 $
- * $Id: dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $
- */
-
-
/***************************** COPYRIGHT NOTICES ***********************
Most of this code is directly from the Text::DoubleMetaphone perl module
diff --git a/contrib/pgcrypto/imath.c b/contrib/pgcrypto/imath.c
index 1b66279b8f..f2501904ad 100644
--- a/contrib/pgcrypto/imath.c
+++ b/contrib/pgcrypto/imath.c
@@ -3,7 +3,7 @@
Name: imath.c
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
- Info: $Id: imath.c,v 1.2 2006/07/15 15:27:14 tgl Exp $
+ Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.3 2006/07/16 02:44:00 tgl Exp $
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
diff --git a/contrib/pgcrypto/imath.h b/contrib/pgcrypto/imath.h
index c2ec7fcb73..3cd23b6768 100644
--- a/contrib/pgcrypto/imath.h
+++ b/contrib/pgcrypto/imath.h
@@ -2,7 +2,7 @@
Name: imath.h
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
- Info: $Id: imath.h,v 1.2 2006/07/15 15:27:14 tgl Exp $
+ Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.h,v 1.3 2006/07/16 02:44:01 tgl Exp $
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index 81f8d65f4b..7148d5ad1c 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for PostgreSQL server
# Peter Eisentraut <[email protected]>, 2001, 2003, 2004, 2005.
#
-# $Id: de.po,v 1.21 2005/11/04 23:31:06 petere Exp $
+# $PostgreSQL: pgsql/src/backend/po/de.po,v 1.22 2006/07/16 02:44:01 tgl Exp $
#
# Use these quotes: �%s�
#
diff --git a/src/backend/port/win32_sema.c b/src/backend/port/win32_sema.c
index bf8ee839f2..3af18df634 100644
--- a/src/backend/port/win32_sema.c
+++ b/src/backend/port/win32_sema.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/port/win32_sema.c,v 1.1 2006/04/29 16:34:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.2 2006/07/16 02:44:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pg_config/po/de.po b/src/bin/pg_config/po/de.po
index 1ec41762b3..531d75c976 100644
--- a/src/bin/pg_config/po/de.po
+++ b/src/bin/pg_config/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for pg_config
# Peter Eisentraut <[email protected]>, 2004, 2005.
#
-# $Id: de.po,v 1.5 2005/11/04 23:31:10 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_config/po/de.po,v 1.6 2006/07/16 02:44:01 tgl Exp $
#
# Use these quotes: �%s�
#
diff --git a/src/bin/pg_ctl/po/de.po b/src/bin/pg_ctl/po/de.po
index c62a35b4f4..eabd0e55d0 100644
--- a/src/bin/pg_ctl/po/de.po
+++ b/src/bin/pg_ctl/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for pg_ctl
# Peter Eisentraut <[email protected]>, 2004, 2005.
#
-# $Id: de.po,v 1.7 2005/11/04 23:31:10 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_ctl/po/de.po,v 1.8 2006/07/16 02:44:01 tgl Exp $
#
# Use these quotes: �%s�
#
diff --git a/src/bin/psql/po/de.po b/src/bin/psql/po/de.po
index 41b40c9e43..8b8cecfbc9 100644
--- a/src/bin/psql/po/de.po
+++ b/src/bin/psql/po/de.po
@@ -1,7 +1,7 @@
# German message translation file for psql
# Peter Eisentraut <[email protected]>, 2001, 2002, 2003, 2004, 2005.
#
-# $Id: de.po,v 1.18 2005/11/04 23:31:11 petere Exp $
+# $PostgreSQL: pgsql/src/bin/psql/po/de.po,v 1.19 2006/07/16 02:44:01 tgl Exp $
#
# Use these quotes: �%s�
#