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 c2a89c7b3c..f2b20cdf60 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 e33544463e..f69f0f35f1 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 964421943f..8adad5e277 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 206412311d..2cb218db17 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 5b76d75404..7fa35a8495 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 f9a9d4edb6..42152386cd 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 bce6cb92e3..1ed46b9eb0 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 fd717533fd..ee02840900 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 5ce99bad29..e1286f3338 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 2e498f8aed..70ea213ad7 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 51305e233a..d64fe42c72 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 f01f033ecd..762ad31e2c 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 119285d773..c6fcbcc640 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 cae5f9fd57..1d532e9856 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 97289da277..d8b0189c0d 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 265dc4cab6..2142037c8a 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 03c47295bc..560dff893f 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 f8dea8b234..2e3d667fce 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 1717c3d25c..3fb545d5fb 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 5fb5c67d17..14ea336418 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 0501194cd7..a35a023186 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 193ef8633b..b82e080aaf 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 efa6eb8271..94ee603650 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 799929602f..3095d74c62 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 c2e3d53c3f..e9341b3db6 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 d3383918a4..4804021658 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 | -- 2.40.0