diff options
author | Tom Lane | 2006-07-16 02:44:01 +0000 |
---|---|---|
committer | Tom Lane | 2006-07-16 02:44:01 +0000 |
commit | 4120bdb0413f6517253b1ce6381b896fbf1c531c (patch) | |
tree | f6814e636575b6d2e2c2a1c894c344f24327a5d8 | |
parent | 60c59bfbb38cb1024da1597bc05c4cd556b2547f (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.c | 6 | ||||
-rw-r--r-- | contrib/pgcrypto/imath.c | 2 | ||||
-rw-r--r-- | contrib/pgcrypto/imath.h | 2 | ||||
-rw-r--r-- | src/backend/po/de.po | 2 | ||||
-rw-r--r-- | src/backend/port/win32_sema.c | 2 | ||||
-rw-r--r-- | src/bin/pg_config/po/de.po | 2 | ||||
-rw-r--r-- | src/bin/pg_ctl/po/de.po | 2 | ||||
-rw-r--r-- | src/bin/psql/po/de.po | 2 |
8 files changed, 7 insertions, 13 deletions
diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c index 9690132c7a..6883dbebb6 100644 --- a/contrib/fuzzystrmatch/dmetaphone.c +++ b/contrib/fuzzystrmatch/dmetaphone.c @@ -49,12 +49,6 @@ */ -/* - * $Revision: 1.8 $ - * $Id$ - */ - - /***************************** 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 0545f8a495..ca8db0058c 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$ + Info: $PostgreSQL$ Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. diff --git a/contrib/pgcrypto/imath.h b/contrib/pgcrypto/imath.h index cd220b831b..b670eb3f0a 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$ + Info: $PostgreSQL$ Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. diff --git a/src/backend/po/de.po b/src/backend/po/de.po index 99a0c387be..8c2a4333a1 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$ +# $PostgreSQL$ # # Use these quotes: �%s� # diff --git a/src/backend/port/win32_sema.c b/src/backend/port/win32_sema.c index 8b8a565e98..ca063048df 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$ + * $PostgreSQL$ * *------------------------------------------------------------------------- */ diff --git a/src/bin/pg_config/po/de.po b/src/bin/pg_config/po/de.po index fb6729b3b8..ac4e3650ac 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$ +# $PostgreSQL$ # # Use these quotes: �%s� # diff --git a/src/bin/pg_ctl/po/de.po b/src/bin/pg_ctl/po/de.po index 1fffee2c0a..398175824a 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$ +# $PostgreSQL$ # # Use these quotes: �%s� # diff --git a/src/bin/psql/po/de.po b/src/bin/psql/po/de.po index 00e80f9077..9b3a0c66b1 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$ +# $PostgreSQL$ # # Use these quotes: �%s� # |