summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch
diff options
context:
space:
mode:
authorTom Lane2006-07-16 02:44:01 +0000
committerTom Lane2006-07-16 02:44:01 +0000
commita420818d679a88a18cc206f6f9d353587840dbc3 (patch)
tree706b3c01fed1e481a81296e2ea662c76f4aee591 /contrib/fuzzystrmatch
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.
Diffstat (limited to 'contrib/fuzzystrmatch')
-rw-r--r--contrib/fuzzystrmatch/dmetaphone.c8
1 files changed, 1 insertions, 7 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