diff options
Diffstat (limited to 'ext/standard/metaphone.c')
-rw-r--r-- | ext/standard/metaphone.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index fe9eae97fc..f548fbd67e 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.c @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.02 of the PHP license, | + | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available at through the world-wide-web at | | http://www.php.net/license/2_02.txt. | @@ -14,7 +14,10 @@ +----------------------------------------------------------------------+ | Authors: Thies C. Arntzen <thies@digicol.de> | +----------------------------------------------------------------------+ -*/ +*/ + +/* $Id$ */ + /* Based on CPANs "Text-Metaphone-1.96" by Michael G Schwern <schwern@pobox.com> */ |