From f3d99d160d1f6104dc7b1b44e66aa4c713e52680 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 11 Mar 2006 04:38:42 +0000 Subject: Add CVS tag lines to files that were lacking them. --- contrib/fuzzystrmatch/dmetaphone.c | 6 ++++-- contrib/fuzzystrmatch/fuzzystrmatch.c | 1 + contrib/fuzzystrmatch/fuzzystrmatch.h | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'contrib/fuzzystrmatch') diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c index 216f39b7a7..3fe247e922 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 140e52fa5f..64b6c41b42 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.c +++ b/contrib/fuzzystrmatch/fuzzystrmatch.c @@ -5,6 +5,7 @@ * * Joe Conway * + * $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 40552ba871..42f7f1fa30 100644 --- a/contrib/fuzzystrmatch/fuzzystrmatch.h +++ b/contrib/fuzzystrmatch/fuzzystrmatch.h @@ -5,6 +5,7 @@ * * Joe Conway * + * $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; * -- cgit v1.2.3