summaryrefslogtreecommitdiff
path: root/pear
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
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')
-rw-r--r--pear/Archive/Tar.php4
-rwxr-xr-xpear/CMD.php4
-rw-r--r--pear/Console/Getopt.php4
-rw-r--r--pear/OS/Guess.php4
-rw-r--r--pear/PEAR.php2
-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
-rw-r--r--pear/System.php4
-rw-r--r--pear/package.dtd4
-rwxr-xr-xpear/scripts/pear.bat6
-rw-r--r--pear/scripts/pearcmd.php4
-rw-r--r--pear/scripts/pearwin.php4
32 files changed, 64 insertions, 64 deletions
diff --git a/pear/Archive/Tar.php b/pear/Archive/Tar.php
index 2e7848a9d3..0be4c53364 100644
--- a/pear/Archive/Tar.php
+++ b/pear/Archive/Tar.php
@@ -1,9 +1,9 @@
<?php
/* vim: set ts=4 sw=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/CMD.php b/pear/CMD.php
index d8e5939feb..7e82ff24b5 100755
--- a/pear/CMD.php
+++ b/pear/CMD.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/Console/Getopt.php b/pear/Console/Getopt.php
index 52b2dea049..ed40475189 100644
--- a/pear/Console/Getopt.php
+++ b/pear/Console/Getopt.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/OS/Guess.php b/pear/OS/Guess.php
index e34d9cf2a8..4b366d8c2a 100644
--- a/pear/OS/Guess.php
+++ b/pear/OS/Guess.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.php b/pear/PEAR.php
index a816a92a8c..4d78cc14a0 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 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 |
diff --git a/pear/System.php b/pear/System.php
index 5c31512077..de49de5c99 100644
--- a/pear/System.php
+++ b/pear/System.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 2.0 of the PHP license, |
// | that is bundled with this package in the file LICENSE, and is |
diff --git a/pear/package.dtd b/pear/package.dtd
index 448b7240ee..d17688bf55 100644
--- a/pear/package.dtd
+++ b/pear/package.dtd
@@ -1,12 +1,12 @@
<!--
- $Id: package.dtd,v 1.33 2003-06-10 20:03:43 imajes Exp $
+ $Id: package.dtd,v 1.34 2004-01-08 17:33:08 sniper Exp $
This is the PEAR package description, version 1.0.
It should be used with the informal public identifier:
"-//PHP Group//DTD PEAR Package 1.0//EN//XML"
- 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/pear.bat b/pear/scripts/pear.bat
index 362fc34133..7a8a9fd388 100755
--- a/pear/scripts/pear.bat
+++ b/pear/scripts/pear.bat
@@ -1,9 +1,9 @@
@ECHO OFF
REM ----------------------------------------------------------------------
-REM PHP version 4.0
+REM PHP version 5
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.16 2003/08/29 05:40:50 cellog Exp $
+REM $Id: pear.bat,v 1.17 2003/08/29 21:21:27 cellog 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 28c4a04984..c50e15c7ab 100644
--- a/pear/scripts/pearcmd.php
+++ b/pear/scripts/pearcmd.php
@@ -1,9 +1,9 @@
<?php
//
// +----------------------------------------------------------------------+
-// | PHP Version 4 |
+// | PHP Version 5 |
// +----------------------------------------------------------------------+
-// | 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..7bbfe4c7a9 100644
--- a/pear/scripts/pearwin.php
+++ b/pear/scripts/pearwin.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 |