diff options
author | Andi Gutmans <andi@php.net> | 2001-02-26 06:11:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-02-26 06:11:02 +0000 |
commit | eb6ba01d1c739f1005554034fcdb991e810dfc21 (patch) | |
tree | 41b07a57286e60195763f030f1765d8a942c9416 /ext/hyperwave | |
parent | 13b88fc18f385b28cb8ecef1714312eac9a89df4 (diff) | |
download | php-git-eb6ba01d1c739f1005554034fcdb991e810dfc21.tar.gz |
- Fix copyright notices with 2001
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hg_comm.c | 2 | ||||
-rw-r--r-- | ext/hyperwave/hg_comm.h | 2 | ||||
-rw-r--r-- | ext/hyperwave/hw.c | 2 | ||||
-rw-r--r-- | ext/hyperwave/hw_error.h | 2 | ||||
-rw-r--r-- | ext/hyperwave/php_hyperwave.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index 778a706c65..9fd22beaaa 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2001 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/ext/hyperwave/hg_comm.h b/ext/hyperwave/hg_comm.h index bbdf6d755b..56b3a419ef 100644 --- a/ext/hyperwave/hg_comm.h +++ b/ext/hyperwave/hg_comm.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2001 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/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index f9d03ab00e..bb1d46de87 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2001 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/ext/hyperwave/hw_error.h b/ext/hyperwave/hw_error.h index d7b3062a52..c9d453b7f9 100644 --- a/ext/hyperwave/hw_error.h +++ b/ext/hyperwave/hw_error.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2001 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/ext/hyperwave/php_hyperwave.h b/ext/hyperwave/php_hyperwave.h index 5940db1e3a..7fe434df81 100644 --- a/ext/hyperwave/php_hyperwave.h +++ b/ext/hyperwave/php_hyperwave.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | + | Copyright (c) 1997-2001 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 | |