Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a420818

Browse files
committed
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
source tree. They should all be $PostgreSQL$ of course.
1 parent 808849e commit a420818

File tree

8 files changed

+8
-14
lines changed

8 files changed

+8
-14
lines changed

contrib/fuzzystrmatch/dmetaphone.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This is a port of the Double Metaphone algorithm for use in PostgreSQL.
33
*
4-
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $
4+
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.9 2006/07/16 02:44:00 tgl Exp $
55
*
66
* Double Metaphone computes 2 "sounds like" strings - a primary and an
77
* alternate. In most cases they are the same, but for foreign names
@@ -49,12 +49,6 @@
4949
*/
5050

5151

52-
/*
53-
* $Revision: 1.8 $
54-
* $Id: dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $
55-
*/
56-
57-
5852
/***************************** COPYRIGHT NOTICES ***********************
5953
6054
Most of this code is directly from the Text::DoubleMetaphone perl module

contrib/pgcrypto/imath.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name: imath.c
44
Purpose: Arbitrary precision integer arithmetic routines.
55
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
6-
Info: $Id: imath.c,v 1.2 2006/07/15 15:27:14 tgl Exp $
6+
Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.3 2006/07/16 02:44:00 tgl Exp $
77
88
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
99

contrib/pgcrypto/imath.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name: imath.h
33
Purpose: Arbitrary precision integer arithmetic routines.
44
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
5-
Info: $Id: imath.h,v 1.2 2006/07/15 15:27:14 tgl Exp $
5+
Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.h,v 1.3 2006/07/16 02:44:01 tgl Exp $
66
77
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
88

src/backend/po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# German message translation file for PostgreSQL server
22
# Peter Eisentraut <peter_e@gmx.net>, 2001, 2003, 2004, 2005.
33
#
4-
# $Id: de.po,v 1.21 2005/11/04 23:31:06 petere Exp $
4+
# $PostgreSQL: pgsql/src/backend/po/de.po,v 1.22 2006/07/16 02:44:01 tgl Exp $
55
#
66
# Use these quotes: »%s«
77
#

src/backend/port/win32_sema.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/port/win32_sema.c,v 1.1 2006/04/29 16:34:41 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.2 2006/07/16 02:44:01 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

src/bin/pg_config/po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# German message translation file for pg_config
22
# Peter Eisentraut <peter_e@gmx.net>, 2004, 2005.
33
#
4-
# $Id: de.po,v 1.5 2005/11/04 23:31:10 petere Exp $
4+
# $PostgreSQL: pgsql/src/bin/pg_config/po/de.po,v 1.6 2006/07/16 02:44:01 tgl Exp $
55
#
66
# Use these quotes: »%s«
77
#

src/bin/pg_ctl/po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# German message translation file for pg_ctl
22
# Peter Eisentraut <peter_e@gmx.net>, 2004, 2005.
33
#
4-
# $Id: de.po,v 1.7 2005/11/04 23:31:10 petere Exp $
4+
# $PostgreSQL: pgsql/src/bin/pg_ctl/po/de.po,v 1.8 2006/07/16 02:44:01 tgl Exp $
55
#
66
# Use these quotes: »%s«
77
#

src/bin/psql/po/de.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# German message translation file for psql
22
# Peter Eisentraut <peter_e@gmx.net>, 2001, 2002, 2003, 2004, 2005.
33
#
4-
# $Id: de.po,v 1.18 2005/11/04 23:31:11 petere Exp $
4+
# $PostgreSQL: pgsql/src/bin/psql/po/de.po,v 1.19 2006/07/16 02:44:01 tgl Exp $
55
#
66
# Use these quotes: »%s«
77
#

0 commit comments

Comments
 (0)