summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/dmetaphone.c
diff options
context:
space:
mode:
authorBruce Momjian2006-03-11 04:38:42 +0000
committerBruce Momjian2006-03-11 04:38:42 +0000
commitf3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch)
tree2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/fuzzystrmatch/dmetaphone.c
parent7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff)
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'contrib/fuzzystrmatch/dmetaphone.c')
-rw-r--r--contrib/fuzzystrmatch/dmetaphone.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c
index 216f39b7a74..3fe247e9221 100644
--- a/contrib/fuzzystrmatch/dmetaphone.c
+++ b/contrib/fuzzystrmatch/dmetaphone.c
@@ -1,6 +1,8 @@
/*
* This is a port of the Double Metaphone algorithm for use in PostgreSQL.
*
+ * $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.7 2006/03/11 04:38:29 momjian Exp $
+ *
* Double Metaphone computes 2 "sounds like" strings - a primary and an
* alternate. In most cases they are the same, but for foreign names
* especially they can be a bit different, depending on pronunciation.
@@ -48,8 +50,8 @@
/*
- * $Revision: 1.6 $
- * $Id: dmetaphone.c,v 1.6 2005/10/15 02:49:05 momjian Exp $
+ * $Revision: 1.7 $
+ * $Id: dmetaphone.c,v 1.7 2006/03/11 04:38:29 momjian Exp $
*/