summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2004-06-15 16:33:46 +0000
committerPierre Joye <pajoye@php.net>2004-06-15 16:33:46 +0000
commit98e59d58badf3165f5a4fc0adfb591f8be6c212c (patch)
tree5f895872b1176cc81b405bbb15d3925b10dbd031 /pear
parent350e5aa862639bc77cf19ec0a920c008192be430 (diff)
downloadphp-git-98e59d58badf3165f5a4fc0adfb591f8be6c212c.tar.gz
- Fix licence (#1645)
- update my status there, reflecting the fact for the past 11 months
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR.php2
-rw-r--r--pear/System.php2
-rw-r--r--pear/package-PEAR.xml3
3 files changed, 4 insertions, 3 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php
index 39089f6844..8b4f75de39 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -5,7 +5,7 @@
// +--------------------------------------------------------------------+
// | Copyright (c) 1997-2004 The PHP Group |
// +--------------------------------------------------------------------+
-// | This source file is subject to version 2.0 of the PHP license, |
+// | 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 |
// | available through the world-wide-web at the following url: |
// | http://www.php.net/license/3_0.txt. |
diff --git a/pear/System.php b/pear/System.php
index 1d5cd55aed..7289016da5 100644
--- a/pear/System.php
+++ b/pear/System.php
@@ -5,7 +5,7 @@
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2004 The PHP Group |
// +----------------------------------------------------------------------+
-// | This source file is subject to version 2.0 of the PHP license, |
+// | 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 |
// | available through the world-wide-web at the following url: |
// | http://www.php.net/license/3_0.txt. |
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml
index 09e917bb97..4811c9dfbc 100644
--- a/pear/package-PEAR.xml
+++ b/pear/package-PEAR.xml
@@ -36,7 +36,7 @@
</maintainer>
<maintainer>
<user>pajoye</user>
- <role>developer</role>
+ <role>lead</role>
<name>Pierre-Alain Joye</name>
<email>pajoye@pearfr.org</email>
</maintainer>
@@ -54,6 +54,7 @@
<notes>
Installer:
* fix Bug #1186 raise a notice error on PEAR::Common $_packageName
+ * fix Bug #1249 display the right state when using --force option
</notes>
<provides type="class" name="OS_Guess" />
<provides type="class" name="System" />