]> granicus.if.org Git - postgresql/commitdiff
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 02:44:01 +0000 (02:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 02:44:01 +0000 (02:44 +0000)
source tree.  They should all be $PostgreSQL$ of course.

contrib/fuzzystrmatch/dmetaphone.c
contrib/pgcrypto/imath.c
contrib/pgcrypto/imath.h
src/backend/po/de.po
src/backend/port/win32_sema.c
src/bin/pg_config/po/de.po
src/bin/pg_ctl/po/de.po
src/bin/psql/po/de.po

index ee1944c3930bbb6a18471b37cffd31a6805d73cf..a77eeb940cd2d2ff8681cc4ad17f88506dd67a3f 100644 (file)
@@ -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
  */
 
 
-/*
- * $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
index 1b66279b8f43fc4282e886d6ab55fb1a46bba776..f2501904ad9af5e26a792b8e9b1182b3b7dbe0d4 100644 (file)
@@ -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.
 
index c2ec7fcb7368b5dbfdf9ca5392f48fc0b8c2332d..3cd23b67687f64cff961126cb8150b7a3ad651ca 100644 (file)
@@ -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.
 
index 81f8d65f4b770a88dfc19035eec21f7b6a26328f..7148d5ad1cac81fb6e2257e98db62879d81131eb 100644 (file)
@@ -1,7 +1,7 @@
 # German message translation file for PostgreSQL server
 # Peter Eisentraut <peter_e@gmx.net>, 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«
 #
index bf8ee839f25e93e3f9992fcc855b464a82d39bfd..3af18df634fb9e0e3578e579512440e55f11cfa2 100644 (file)
@@ -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 $
  *
  *-------------------------------------------------------------------------
  */
index 1ec41762b3b57c51597c3dbd473d7b80b9abe208..531d75c9762ba15d705a529bb94efc04c99e88ba 100644 (file)
@@ -1,7 +1,7 @@
 # German message translation file for pg_config
 # Peter Eisentraut <peter_e@gmx.net>, 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«
 #
index c62a35b4f4f739d97e2040230ce478d014b9f86c..eabd0e55d0db529a446a750e4f5a16214445da73 100644 (file)
@@ -1,7 +1,7 @@
 # German message translation file for pg_ctl
 # Peter Eisentraut <peter_e@gmx.net>, 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«
 #
index 41b40c9e4386f7310bf74b6f6230208239ee9a57..8b8cecfbc9f7cde2a1234369c067d8fa625a98b8 100644 (file)
@@ -1,7 +1,7 @@
 # German message translation file for psql
 # Peter Eisentraut <peter_e@gmx.net>, 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«
 #