summaryrefslogtreecommitdiff
path: root/pear/PEAR/Command
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-08 17:33:29 +0000
committerfoobar <sniper@php.net>2004-01-08 17:33:29 +0000
commitccfc46b0aa1f9066a40d051250d6bdb5fb203aeb (patch)
tree4927e1e1a3eaa7f4bcba91823737a3d3d5a01c28 /pear/PEAR/Command
parentf83b27facec09a5bbe35c968c410434ed29657de (diff)
downloadphp-git-ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb.tar.gz
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
Diffstat (limited to 'pear/PEAR/Command')
-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
9 files changed, 18 insertions, 18 deletions
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 |