diff options
Diffstat (limited to 'ext/xslt')
| -rw-r--r-- | ext/xslt/php_sablot.h | 4 | ||||
| -rw-r--r-- | ext/xslt/php_xslt.h | 4 | ||||
| -rw-r--r-- | ext/xslt/sablot.c | 4 | ||||
| -rw-r--r-- | ext/xslt/xslt.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h index 8101775c93..97e2dc6391 100644 --- a/ext/xslt/php_sablot.h +++ b/ext/xslt/php_sablot.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | 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 | @@ -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. | +----------------------------------------------------------------------+ - | Authors: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/xslt/php_xslt.h b/ext/xslt/php_xslt.h index 1cd4fb3846..371765ed23 100644 --- a/ext/xslt/php_xslt.h +++ b/ext/xslt/php_xslt.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | 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 | @@ -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. | +----------------------------------------------------------------------+ - | Authors: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index e651880851..650850862b 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | 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 | @@ -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. | +----------------------------------------------------------------------+ - | Authors: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/xslt/xslt.c b/ext/xslt/xslt.c index 3cc879243c..7811f865d3 100644 --- a/ext/xslt/xslt.c +++ b/ext/xslt/xslt.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | 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 | @@ -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. | +----------------------------------------------------------------------+ - | Authors: Sterling Hughes <sterling@php.net> | + | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ */ |
