From: Hartmut Holzgraefe Date: Tue, 23 May 2000 20:13:10 +0000 (+0000) Subject: one little unimportant detail (cut&paste is evil :) X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee82f87cbfce7b12044e623e050143a75acb62a5;p=php one little unimportant detail (cut&paste is evil :) --- diff --git a/ext/standard/levenshtein.c b/ext/standard/levenshtein.c index 6809ef5752..031aee706e 100644 --- a/ext/standard/levenshtein.c +++ b/ext/standard/levenshtein.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Bjørn Borud - Guardian Networks AS | + | Author: Hartmut Holzgraefe | +----------------------------------------------------------------------+ */ /* $Id$ */