summaryrefslogtreecommitdiff
path: root/pear/PEAR
diff options
context:
space:
mode:
Diffstat (limited to 'pear/PEAR')
-rw-r--r--pear/PEAR/Autoloader.php4
-rw-r--r--pear/PEAR/Builder.php4
-rw-r--r--pear/PEAR/Command.php4
-rw-r--r--pear/PEAR/Command/Auth.php4
-rw-r--r--pear/PEAR/Command/Build.php4
-rw-r--r--pear/PEAR/Command/Common.php4
-rw-r--r--pear/PEAR/Command/Config.php4
-rw-r--r--pear/PEAR/Command/Install.php4
-rw-r--r--pear/PEAR/Command/Mirror.php4
-rw-r--r--pear/PEAR/Command/Package.php4
-rw-r--r--pear/PEAR/Command/Registry.php4
-rw-r--r--pear/PEAR/Command/Remote.php4
-rw-r--r--pear/PEAR/Common.php4
-rw-r--r--pear/PEAR/Config.php4
-rw-r--r--pear/PEAR/Dependency.php4
-rw-r--r--pear/PEAR/DependencyDB.php4
-rw-r--r--pear/PEAR/Downloader.php4
-rw-r--r--pear/PEAR/Frontend/CLI.php4
-rw-r--r--pear/PEAR/Installer.php4
-rw-r--r--pear/PEAR/Packager.php4
-rw-r--r--pear/PEAR/Registry.php4
-rw-r--r--pear/PEAR/Remote.php4
22 files changed, 44 insertions, 44 deletions
diff --git a/pear/PEAR/Autoloader.php b/pear/PEAR/Autoloader.php
index fa0b1c020f..9b1a5c32ab 100644
--- a/pear/PEAR/Autoloader.php
+++ b/pear/PEAR/Autoloader.php
@@ -1,9 +1,9 @@
<?php
// /* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..149bc5c806 100644
--- a/pear/PEAR/Builder.php
+++ b/pear/PEAR/Builder.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..cd13a7d460 100644
--- a/pear/PEAR/Command.php
+++ b/pear/PEAR/Command.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..6578ee4399 100644
--- a/pear/PEAR/Command/Auth.php
+++ b/pear/PEAR/Command/Auth.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Build.php b/pear/PEAR/Command/Build.php
index 323a2543cc..e07dc29064 100644
--- a/pear/PEAR/Command/Build.php
+++ b/pear/PEAR/Command/Build.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..50d09a2657 100644
--- a/pear/PEAR/Command/Common.php
+++ b/pear/PEAR/Command/Common.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Config.php b/pear/PEAR/Command/Config.php
index 90f26ef17c..adb5fe4cc9 100644
--- a/pear/PEAR/Command/Config.php
+++ b/pear/PEAR/Command/Config.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Install.php b/pear/PEAR/Command/Install.php
index 38443ce855..301749f7ae 100644
--- a/pear/PEAR/Command/Install.php
+++ b/pear/PEAR/Command/Install.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..223507c0fa 100644
--- a/pear/PEAR/Command/Mirror.php
+++ b/pear/PEAR/Command/Mirror.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..2adac0c6a7 100644
--- a/pear/PEAR/Command/Package.php
+++ b/pear/PEAR/Command/Package.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Registry.php b/pear/PEAR/Command/Registry.php
index e07526a5a6..e1f6f74a9c 100644
--- a/pear/PEAR/Command/Registry.php
+++ b/pear/PEAR/Command/Registry.php
@@ -1,9 +1,9 @@
<?php
// /* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..41bd65e42e 100644
--- a/pear/PEAR/Command/Remote.php
+++ b/pear/PEAR/Command/Remote.php
@@ -1,9 +1,9 @@
<?php
// /* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Common.php b/pear/PEAR/Common.php
index fd6bf30d20..90960f8dbe 100644
--- a/pear/PEAR/Common.php
+++ b/pear/PEAR/Common.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..a8c073b9df 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..3239fc98ee 100644
--- a/pear/PEAR/Dependency.php
+++ b/pear/PEAR/Dependency.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/DependencyDB.php b/pear/PEAR/DependencyDB.php
index 09402063df..ce76350a71 100644
--- a/pear/PEAR/DependencyDB.php
+++ b/pear/PEAR/DependencyDB.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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 e159df3b11..9bdec76663 100644
--- a/pear/PEAR/Downloader.php
+++ b/pear/PEAR/Downloader.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..cc364979a3 100644
--- a/pear/PEAR/Frontend/CLI.php
+++ b/pear/PEAR/Frontend/CLI.php
@@ -1,9 +1,9 @@
<?php
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | 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..e68e634ea8 100644
--- a/pear/PEAR/Installer.php
+++ b/pear/PEAR/Installer.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..684df6804d 100644
--- a/pear/PEAR/Packager.php
+++ b/pear/PEAR/Packager.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..f85bbfdd56 100644
--- a/pear/PEAR/Registry.php
+++ b/pear/PEAR/Registry.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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/Remote.php b/pear/PEAR/Remote.php
index 80dff12f7a..4ef3da8f1a 100644
--- a/pear/PEAR/Remote.php
+++ b/pear/PEAR/Remote.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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 |