From ff9dd56587fa545e418da0b304c0609289ce1693 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 22 Oct 2002 04:52:57 +0000 Subject: [PATCH] Add comment attributing origin of the Metaphone algorithm --- servers/slapd/phonetic.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers/slapd/phonetic.c b/servers/slapd/phonetic.c index 80522af3e7..bfd2011be1 100644 --- a/servers/slapd/phonetic.c +++ b/servers/slapd/phonetic.c @@ -163,6 +163,10 @@ phonetic( char *s ) #elif defined(SLAPD_METAPHONE) +/* + * Metaphone was originally developed by Lawrence Philips and + * published in the "Computer Language" magazine in 1990. + */ /* * Metaphone copied from C Gazette, June/July 1991, pp 56-57, * author Gary A. Parker, with changes by Bernard Tiffany of the -- 2.39.5