From: foobar Date: Sat, 14 Jan 2006 15:10:54 +0000 (+0000) Subject: ws fix X-Git-Tag: RELEASE_1_0_4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a80cf37ba92fbb42817cf3446db7308d62e42c;p=php ws fix --- diff --git a/ext/filter/callback_filter.c b/ext/filter/callback_filter.c index 0dd94ccaf2..5ce17fe23f 100644 --- a/ext/filter/callback_filter.c +++ b/ext/filter/callback_filter.c @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2006 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | diff --git a/ext/filter/filter.c b/ext/filter/filter.c index e1e3919e5e..52aef9775f 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2006 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | diff --git a/ext/filter/filter_private.h b/ext/filter/filter_private.h index 819c0cea1d..3fa40c8ff2 100644 --- a/ext/filter/filter_private.h +++ b/ext/filter/filter_private.h @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2006 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | diff --git a/ext/filter/php_filter.h b/ext/filter/php_filter.h index a7c7c1c8c1..fd22b5a06c 100644 --- a/ext/filter/php_filter.h +++ b/ext/filter/php_filter.h @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2006 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | diff --git a/ext/filter/sanitizing_filters.c b/ext/filter/sanitizing_filters.c index f9b3711bd1..67c7b416b3 100644 --- a/ext/filter/sanitizing_filters.c +++ b/ext/filter/sanitizing_filters.c @@ -4,7 +4,7 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997-2006 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt |