diff options
| author | Martin Jansen <mj@php.net> | 2003-01-04 11:56:35 +0000 |
|---|---|---|
| committer | Martin Jansen <mj@php.net> | 2003-01-04 11:56:35 +0000 |
| commit | 4343df9de29a39e589be5f72bcb1d277fd355e14 (patch) | |
| tree | c01dcc8882bdb675c8ac62d219b7eee2e17e0e9f | |
| parent | a9c558c6d30904d7ad6eb53b394f9ea8861ea516 (diff) | |
| download | php-git-4343df9de29a39e589be5f72bcb1d277fd355e14.tar.gz | |
* Update copyright year to 2003.
| -rw-r--r-- | ext/soap/interop/base.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/client_round2_interop.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/client_round2_params.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/client_round2_results.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/client_round2_run.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/server_round2.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/server_round2_base.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/server_round2_groupB.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/server_round2_groupC.php | 2 | ||||
| -rw-r--r-- | ext/soap/interop/server_round2_test.php | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ext/soap/interop/base.php b/ext/soap/interop/base.php index 435d9aa6f0..a2bbb8a54a 100644 --- a/ext/soap/interop/base.php +++ b/ext/soap/interop/base.php @@ -3,7 +3,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/ext/soap/interop/client_round2_interop.php b/ext/soap/interop/client_round2_interop.php index 1e77ed92c8..b3bd98b4fc 100644 --- a/ext/soap/interop/client_round2_interop.php +++ b/ext/soap/interop/client_round2_interop.php @@ -3,7 +3,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/ext/soap/interop/client_round2_params.php b/ext/soap/interop/client_round2_params.php index aa50edb763..262093c0b7 100644 --- a/ext/soap/interop/client_round2_params.php +++ b/ext/soap/interop/client_round2_params.php @@ -3,7 +3,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/ext/soap/interop/client_round2_results.php b/ext/soap/interop/client_round2_results.php index 538513e3e0..69f82ab582 100644 --- a/ext/soap/interop/client_round2_results.php +++ b/ext/soap/interop/client_round2_results.php @@ -6,7 +6,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/ext/soap/interop/client_round2_run.php b/ext/soap/interop/client_round2_run.php index 3b8910e6b6..ab773c7e21 100644 --- a/ext/soap/interop/client_round2_run.php +++ b/ext/soap/interop/client_round2_run.php @@ -4,7 +4,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/ext/soap/interop/server_round2.php b/ext/soap/interop/server_round2.php index 84a8333c7b..a8eafe1eb2 100644 --- a/ext/soap/interop/server_round2.php +++ b/ext/soap/interop/server_round2.php @@ -3,7 +3,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/ext/soap/interop/server_round2_base.php b/ext/soap/interop/server_round2_base.php index abbd9223bb..15dc48e565 100644 --- a/ext/soap/interop/server_round2_base.php +++ b/ext/soap/interop/server_round2_base.php @@ -3,7 +3,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/ext/soap/interop/server_round2_groupB.php b/ext/soap/interop/server_round2_groupB.php index cf28f58de1..fa5856a26e 100644 --- a/ext/soap/interop/server_round2_groupB.php +++ b/ext/soap/interop/server_round2_groupB.php @@ -3,7 +3,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/ext/soap/interop/server_round2_groupC.php b/ext/soap/interop/server_round2_groupC.php index 02d9804bee..b323f9ba06 100644 --- a/ext/soap/interop/server_round2_groupC.php +++ b/ext/soap/interop/server_round2_groupC.php @@ -3,7 +3,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/ext/soap/interop/server_round2_test.php b/ext/soap/interop/server_round2_test.php index 1158abe563..3c050f7a1b 100644 --- a/ext/soap/interop/server_round2_test.php +++ b/ext/soap/interop/server_round2_test.php @@ -3,7 +3,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 | |
