From 61ce6bc8f1e0e01cda140ad2f820021c1b059207 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 31 Dec 2002 16:18:29 +0000 Subject: [PATCH] Bump year. --- pear/Archive/Tar.php | 2 +- pear/CMD.php | 2 +- pear/Console/Getopt.php | 2 +- pear/OS/Guess.php | 2 +- pear/PEAR.php | 2 +- pear/PEAR/Autoloader.php | 2 +- pear/PEAR/Builder.php | 2 +- pear/PEAR/Command.php | 2 +- pear/PEAR/Command/Auth.php | 2 +- pear/PEAR/Command/Build.php | 2 +- pear/PEAR/Command/Common.php | 2 +- pear/PEAR/Command/Config.php | 2 +- pear/PEAR/Command/Install.php | 2 +- pear/PEAR/Command/Package.php | 2 +- pear/PEAR/Command/Registry.php | 2 +- pear/PEAR/Command/Remote.php | 2 +- pear/PEAR/Common.php | 2 +- pear/PEAR/Config.php | 2 +- pear/PEAR/Dependency.php | 2 +- pear/PEAR/Frontend/CLI.php | 2 +- pear/PEAR/Installer.php | 2 +- pear/PEAR/Packager.php | 2 +- pear/PEAR/Registry.php | 2 +- pear/PEAR/Remote.php | 2 +- pear/System.php | 2 +- pear/scripts/pearwin.php | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/pear/Archive/Tar.php b/pear/Archive/Tar.php index c2a89c7b3cf..f2b20cdf602 100644 --- a/pear/Archive/Tar.php +++ b/pear/Archive/Tar.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/pear/CMD.php b/pear/CMD.php index e33544463e0..f69f0f35f16 100755 --- a/pear/CMD.php +++ b/pear/CMD.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/pear/Console/Getopt.php b/pear/Console/Getopt.php index 964421943f2..8adad5e277e 100644 --- a/pear/Console/Getopt.php +++ b/pear/Console/Getopt.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/pear/OS/Guess.php b/pear/OS/Guess.php index 206412311df..2cb218db179 100644 --- a/pear/OS/Guess.php +++ b/pear/OS/Guess.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/pear/PEAR.php b/pear/PEAR.php index 5b76d754047..7fa35a8495d 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.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.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | diff --git a/pear/PEAR/Autoloader.php b/pear/PEAR/Autoloader.php index f9a9d4edb6d..42152386cd0 100644 --- a/pear/PEAR/Autoloader.php +++ b/pear/PEAR/Autoloader.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/pear/PEAR/Builder.php b/pear/PEAR/Builder.php index bce6cb92e33..1ed46b9eb08 100644 --- a/pear/PEAR/Builder.php +++ b/pear/PEAR/Builder.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/pear/PEAR/Command.php b/pear/PEAR/Command.php index fd717533fd0..ee028409003 100644 --- a/pear/PEAR/Command.php +++ b/pear/PEAR/Command.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/pear/PEAR/Command/Auth.php b/pear/PEAR/Command/Auth.php index 5ce99bad292..e1286f3338a 100644 --- a/pear/PEAR/Command/Auth.php +++ b/pear/PEAR/Command/Auth.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/pear/PEAR/Command/Build.php b/pear/PEAR/Command/Build.php index 2e498f8aed4..70ea213ad7f 100644 --- a/pear/PEAR/Command/Build.php +++ b/pear/PEAR/Command/Build.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/pear/PEAR/Command/Common.php b/pear/PEAR/Command/Common.php index 51305e233a0..d64fe42c724 100644 --- a/pear/PEAR/Command/Common.php +++ b/pear/PEAR/Command/Common.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/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php index f01f033ecdd..762ad31e2cd 100644 --- a/pear/PEAR/Command/Config.php +++ b/pear/PEAR/Command/Config.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/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 119285d773c..c6fcbcc640c 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.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/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index cae5f9fd570..1d532e98568 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.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/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 97289da2779..d8b0189c0d2 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.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/pear/PEAR/Command/Remote.php b/pear/PEAR/Command/Remote.php index 265dc4cab6d..2142037c8a8 100644 --- a/pear/PEAR/Command/Remote.php +++ b/pear/PEAR/Command/Remote.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/pear/PEAR/Common.php b/pear/PEAR/Common.php index 03c47295bc1..560dff893f4 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.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/pear/PEAR/Config.php b/pear/PEAR/Config.php index f8dea8b234f..2e3d667fce2 100644 --- a/pear/PEAR/Config.php +++ b/pear/PEAR/Config.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/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 1717c3d25c0..3fb545d5fbd 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.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/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index 5fb5c67d171..14ea336418b 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.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/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 0501194cd72..a35a0231860 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.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/pear/PEAR/Packager.php b/pear/PEAR/Packager.php index 193ef8633bb..b82e080aafd 100644 --- a/pear/PEAR/Packager.php +++ b/pear/PEAR/Packager.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/pear/PEAR/Registry.php b/pear/PEAR/Registry.php index efa6eb82716..94ee6036509 100644 --- a/pear/PEAR/Registry.php +++ b/pear/PEAR/Registry.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/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index 799929602f0..3095d74c620 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.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/pear/System.php b/pear/System.php index c2e3d53c3f7..e9341b3db61 100644 --- a/pear/System.php +++ b/pear/System.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.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | diff --git a/pear/scripts/pearwin.php b/pear/scripts/pearwin.php index d3383918a44..48040216581 100644 --- a/pear/scripts/pearwin.php +++ b/pear/scripts/pearwin.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 |