mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add comment attributing origin of the Metaphone algorithm
This commit is contained in:
parent
8edcc58b56
commit
ff9dd56587
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user