From 61a80cf37ba92fbb42817cf3446db7308d62e42c Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 14 Jan 2006 15:10:54 +0000 Subject: [PATCH] ws fix --- ext/filter/callback_filter.c | 2 +- ext/filter/filter.c | 2 +- ext/filter/filter_private.h | 2 +- ext/filter/php_filter.h | 2 +- ext/filter/sanitizing_filters.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 | -- 2.50.1