1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix a few places where $Id$ and $Header$ CVS tags had crept into the

source tree.  They should all be $PostgreSQL$ of course.
This commit is contained in:
Tom Lane
2006-07-16 02:44:01 +00:00
parent 808849e54f
commit a420818d67
8 changed files with 8 additions and 14 deletions

View 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
@ -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