diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-12-31 15:59:15 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-12-31 15:59:15 +0000 |
commit | 2c5d4b8c230f838a5fc148f94ef93a41a4e589a4 (patch) | |
tree | 909cea04468354253c269b48a82283c5eddc063b /sapi/apache_hooks | |
parent | f88e29bc0d1369de0b0a18c73ff39cc7d3a5bf87 (diff) | |
download | php-git-2c5d4b8c230f838a5fc148f94ef93a41a4e589a4.tar.gz |
Bump year.
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r-- | sapi/apache_hooks/mod_php4.c | 2 | ||||
-rw-r--r-- | sapi/apache_hooks/mod_php4.h | 2 | ||||
-rw-r--r-- | sapi/apache_hooks/php_apache.c | 2 | ||||
-rw-r--r-- | sapi/apache_hooks/sapi_apache.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sapi/apache_hooks/mod_php4.c b/sapi/apache_hooks/mod_php4.c index 812493d187..4b7a620680 100644 --- a/sapi/apache_hooks/mod_php4.c +++ b/sapi/apache_hooks/mod_php4.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 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 | diff --git a/sapi/apache_hooks/mod_php4.h b/sapi/apache_hooks/mod_php4.h index 4df1b7b723..1adeecc687 100644 --- a/sapi/apache_hooks/mod_php4.h +++ b/sapi/apache_hooks/mod_php4.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 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 | diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index 0d098e385d..86b2abe900 100644 --- a/sapi/apache_hooks/php_apache.c +++ b/sapi/apache_hooks/php_apache.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 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 | diff --git a/sapi/apache_hooks/sapi_apache.c b/sapi/apache_hooks/sapi_apache.c index 7e7a1acd60..49882768e8 100644 --- a/sapi/apache_hooks/sapi_apache.c +++ b/sapi/apache_hooks/sapi_apache.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 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 | |