diff options
| author | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
| commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
| tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/fuzzystrmatch | |
| parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'contrib/fuzzystrmatch')
| -rw-r--r-- | contrib/fuzzystrmatch/dmetaphone.c | 6 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.c | 1 | ||||
| -rw-r--r-- | contrib/fuzzystrmatch/fuzzystrmatch.h | 1 |
3 files changed, 6 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 $ */ diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.c b/contrib/fuzzystrmatch/fuzzystrmatch.c index 140e52fa5f1..64b6c41b425 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -5,6 +5,7 @@ * * Joe Conway <mail@joeconway.com> * + * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.19 2006/03/11 04:38:29 momjian Exp $ * Copyright (c) 2001-2006, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.h b/contrib/fuzzystrmatch/fuzzystrmatch.h index 40552ba8718..42f7f1fa30c 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -5,6 +5,7 @@ * * Joe Conway <mail@joeconway.com> * + * $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.13 2006/03/11 04:38:29 momjian Exp $ * Copyright (c) 2001-2006, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * |
