From 65fa341a3e29f5d220e695f7384027359b54dcee Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 25 Jan 2004 23:20:01 +0000 Subject: [PATCH] - year++; --- pear/CMD.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 | 4 ++-- pear/PEAR/Command/Build.php | 2 +- pear/PEAR/Command/Common.php | 4 ++-- pear/PEAR/Command/Config.php | 4 ++-- pear/PEAR/Command/Install.php | 2 +- pear/PEAR/Command/Mirror.php | 2 +- pear/PEAR/Command/Package.php | 2 +- pear/PEAR/Command/Remote.php | 2 +- pear/PEAR/Config.php | 2 +- pear/PEAR/Dependency.php | 2 +- pear/PEAR/Downloader.php | 2 +- pear/PEAR/Frontend/CLI.php | 2 +- pear/PEAR/Installer.php | 2 +- pear/PEAR/Packager.php | 2 +- pear/PEAR/Registry.php | 2 +- pear/System.php | 2 +- pear/scripts/pear.bat | 4 ++-- pear/scripts/pearcmd.php | 2 +- pear/scripts/pearwin.php | 4 ++-- 24 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pear/CMD.php b/pear/CMD.php index d8e5939feb..ea578b29c2 100755 --- a/pear/CMD.php +++ b/pear/CMD.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 a10d90373b..fcdf3ac36a 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PEAR, the PHP Extension and Application Repository | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 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 5bd78a9990..6edfe4407c 100644 --- a/pear/PEAR/Autoloader.php +++ b/pear/PEAR/Autoloader.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 69ba653292..7387b7d530 100644 --- a/pear/PEAR/Builder.php +++ b/pear/PEAR/Builder.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 2bfd565ad7..2ed5f3ce43 100644 --- a/pear/PEAR/Command.php +++ b/pear/PEAR/Command.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 141a4b1f8f..f769d17a21 100644 --- a/pear/PEAR/Command/Auth.php +++ b/pear/PEAR/Command/Auth.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | @@ -152,4 +152,4 @@ password from your user configuration.', // }}} } -?> \ No newline at end of file +?> diff --git a/pear/PEAR/Command/Build.php b/pear/PEAR/Command/Build.php index 323a2543cc..82a8082829 100644 --- a/pear/PEAR/Command/Build.php +++ b/pear/PEAR/Command/Build.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 ab91f6329b..8193685713 100644 --- a/pear/PEAR/Command/Common.php +++ b/pear/PEAR/Command/Common.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | @@ -246,4 +246,4 @@ class PEAR_Command_Common extends PEAR // }}} } -?> \ No newline at end of file +?> diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php index 90f26ef17c..23bcc046b5 100644 --- a/pear/PEAR/Command/Config.php +++ b/pear/PEAR/Command/Config.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | @@ -222,4 +222,4 @@ displays help for all configuration parameters. // }}} } -?> \ No newline at end of file +?> diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 38443ce855..b88a4f0cb3 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | diff --git a/pear/PEAR/Command/Mirror.php b/pear/PEAR/Command/Mirror.php index 6c27f64c16..4c6a1bf4a7 100644 --- a/pear/PEAR/Command/Mirror.php +++ b/pear/PEAR/Command/Mirror.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 b934e42f59..2e8297efca 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 d6b0f423c8..b10bea0911 100644 --- a/pear/PEAR/Command/Remote.php +++ b/pear/PEAR/Command/Remote.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 f3179750e6..8aa4000f08 100644 --- a/pear/PEAR/Config.php +++ b/pear/PEAR/Config.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 1f42af48bf..fe567e99cc 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | diff --git a/pear/PEAR/Downloader.php b/pear/PEAR/Downloader.php index 14a26a4a01..7373c4b63a 100644 --- a/pear/PEAR/Downloader.php +++ b/pear/PEAR/Downloader.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 f525cc8956..c159f9425b 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2003 The PHP Group | + | Copyright (c) 1997-2004 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 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 fd0e9e6881..8b79ff15c9 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 c0f5ca0c60..7be322772a 100644 --- a/pear/PEAR/Packager.php +++ b/pear/PEAR/Packager.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 d6b531b2b7..13b815191d 100644 --- a/pear/PEAR/Registry.php +++ b/pear/PEAR/Registry.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 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 a9a487d522..2881a6a17a 100644 --- a/pear/System.php +++ b/pear/System.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 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/pear.bat b/pear/scripts/pear.bat index 44d84463b9..a605c39583 100755 --- a/pear/scripts/pear.bat +++ b/pear/scripts/pear.bat @@ -3,7 +3,7 @@ REM ---------------------------------------------------------------------- REM PHP version 4.0 REM ---------------------------------------------------------------------- -REM Copyright (c) 1997-2002 The PHP Group +REM Copyright (c) 1997-2004 The PHP Group REM ---------------------------------------------------------------------- REM This source file is subject to version 3.0 of the PHP license, REM that is bundled with this package in the file LICENSE, and is @@ -16,7 +16,7 @@ REM ---------------------------------------------------------------------- REM Authors: Alexander Merz (alexmerz@php.net) REM ---------------------------------------------------------------------- REM -REM $Id: pear.bat,v 1.17 2003/08/29 21:21:27 cellog Exp $ +REM $Id: pear.bat,v 1.10.4.9 2003/10/20 15:51:46 cox Exp $ REM change this lines to match the paths of your system REM ------------------- diff --git a/pear/scripts/pearcmd.php b/pear/scripts/pearcmd.php index 338ed406c5..038ee8f14f 100644 --- a/pear/scripts/pearcmd.php +++ b/pear/scripts/pearcmd.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2002 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.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 997b98b6d8..5b0623ed3e 100644 --- a/pear/scripts/pearwin.php +++ b/pear/scripts/pearwin.php @@ -3,7 +3,7 @@ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997-2003 The PHP Group | +// | Copyright (c) 1997-2004 The PHP Group | // +----------------------------------------------------------------------+ // | This source file is subject to version 3.0 of the PHP license, | // | that is bundled with this package in the file LICENSE, and is | @@ -230,4 +230,4 @@ function usage($obj = null) exit; } -?> \ No newline at end of file +?> -- 2.40.0