summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2005-11-15 15:36:29 +0000
committerPierre Joye <pajoye@php.net>2005-11-15 15:36:29 +0000
commit29a04a28ef2eaca1dc186f40870e3cae540ed8e2 (patch)
treed10c87b61982a5f4afa2813fd19f5734aaa82132 /ext/xmlwriter
parent4ded4455ebddb8ea18ee90f755bb1b2de30c0269 (diff)
downloadphp-git-29a04a28ef2eaca1dc186f40870e3cae540ed8e2.tar.gz
- switch to bsd license
- prepare 2.0.1
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r--ext/xmlwriter/LICENSE22
-rw-r--r--ext/xmlwriter/package.xml22
-rw-r--r--ext/xmlwriter/package2.xml35
-rw-r--r--ext/xmlwriter/php_xmlwriter.c17
-rw-r--r--ext/xmlwriter/php_xmlwriter.h17
5 files changed, 79 insertions, 34 deletions
diff --git a/ext/xmlwriter/LICENSE b/ext/xmlwriter/LICENSE
new file mode 100644
index 0000000000..0857ccefa4
--- /dev/null
+++ b/ext/xmlwriter/LICENSE
@@ -0,0 +1,22 @@
+Redistribution and use in source and binary forms, with or without modification
+, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, th
+ is list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation and/
+ or other materials provided with the distribution.
+
+3. The name of the author may not be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WA
+RRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL
+ITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR C
+ONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOW
+EVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILI
+TY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE U
+SE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/ext/xmlwriter/package.xml b/ext/xmlwriter/package.xml
index bc104a470a..4c3e102340 100644
--- a/ext/xmlwriter/package.xml
+++ b/ext/xmlwriter/package.xml
@@ -3,12 +3,9 @@
<package>
<name>xmlwriter</name>
<summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
- <description>
- This extension wraps the libxml xmlWriter API. Represents a writer that
- provides a non-cached, forward-only means of generating streams or files
- containing XML data.
- </description>
- <license>PHP License</license>
+ <description>This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.
+</description>
+ <license>BSD</license>
<maintainers>
<maintainer>
<user>rrichards</user>
@@ -20,10 +17,19 @@
<maintainer>
<user>pajoye</user>
<name>Pierre-Alain Joye</name>
- <email>pierre.dev@gmail.com</email>
+ <email>pajoye@php.net</email>
<role>developer</role>
</maintainer>
<release>
+ <version>2.0.1</version>
+ <date>2005-11-15</date>
+ <state>stable</state>
+ <notes>- Switch from PHP License to BSD-like license
+- Allow recursive calls to __get/__set for different properties (ilia)
+ </notes>
+ </release>
+ <changelog>
+ <release>
<version>2.0.0</version>
<date>2005-08-07</date>
<state>stable</state>
@@ -33,7 +39,6 @@
</notes>
</release>
- <changelog>
<release>
<version>1.1.0</version>
<date>2005-05-24</date>
@@ -76,6 +81,7 @@
<file role="src" name="config.w32"/>
<file role="src" name="php_xmlwriter.c"/>
<file role="src" name="php_xmlwriter.h"/>
+ <file role="doc" name="LICENSE" />
<dir name="tests" role="test">
<file name="001.phpt"/>
<file name="002.phpt"/>
diff --git a/ext/xmlwriter/package2.xml b/ext/xmlwriter/package2.xml
index c1871f0260..15c4086107 100644
--- a/ext/xmlwriter/package2.xml
+++ b/ext/xmlwriter/package2.xml
@@ -3,11 +3,8 @@
<name>xmlwriter</name>
<channel>pecl.php.net</channel>
<summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
- <description>
- This extension wraps the libxml xmlWriter API. Represents a writer that
- provides a non-cached, forward-only means of generating streams or files
- containing XML data.
- </description>
+ <description>This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.
+</description>
<lead>
<name>Rob Richards</name>
<user>rrichards</user>
@@ -20,20 +17,22 @@
<email>pajoye@php.net</email>
<active>yes</active>
</developer>
- <date>2005-08-07</date>
- <time>01:20:00</time>
+ <date>2005-11-15</date>
<version>
- <release>2.0.0</release>
+ <release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
- <license uri="http://www.php.net/license/3_0.txt">PHP</license>
- <notes>Promote to stable</notes>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
+ <notes>- Switch from PHP License to BSD-like license
+- Allow recursive calls to __get/__set for different properties (ilia)
+ </notes>
<contents>
<dir name="/">
+ <file role="doc" name="LICENSE" />
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="php_xmlwriter.c"/>
@@ -62,4 +61,20 @@
</dependencies>
<providesextension>xmlwriter</providesextension>
<extsrcrelease />
+ <changelog>
+ <release>
+ <date>2005-08-07</date>
+ <time>01:20:00</time>
+ <version>
+ <release>2.0.0</release>
+ <api>2.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP License</license>
+ <notes>Promote to stable</notes>
+ </release>
+ </changelog>
</package>
diff --git a/ext/xmlwriter/php_xmlwriter.c b/ext/xmlwriter/php_xmlwriter.c
index 8cb9718dc7..5a65e02664 100644
--- a/ext/xmlwriter/php_xmlwriter.c
+++ b/ext/xmlwriter/php_xmlwriter.c
@@ -2,17 +2,18 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 Rob Richards, Pierre-Alain Joye |
+----------------------------------------------------------------------+
- | 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. |
- | If you did not receive a copy of the PHP license and are unable to |
- | obtain it through the world-wide-web, please send a note to |
- | license@php.net so we can mail you a copy immediately. |
+ | This source file is subject to the New BSD license, That is bundled |
+ | with this package in the file LICENSE, and is available through |
+ | the world-wide-web at |
+ | http://www.opensource.org/licenses/bsd-license.php |
+ | If you did not receive a copy of the new BSDlicense and are unable |
+ | to obtain it through the world-wide-web, please send a note to |
+ | pecl-dev@lists.php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Rob Richards <rrichards@php.net> |
+ | Pierre-A. Joye <pajoye@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/xmlwriter/php_xmlwriter.h b/ext/xmlwriter/php_xmlwriter.h
index 1c3687e181..e7c8a3f6ed 100644
--- a/ext/xmlwriter/php_xmlwriter.h
+++ b/ext/xmlwriter/php_xmlwriter.h
@@ -2,17 +2,18 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 Rob Richards, Pierre-Alain Joye |
+----------------------------------------------------------------------+
- | 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. |
- | If you did not receive a copy of the PHP license and are unable to |
- | obtain it through the world-wide-web, please send a note to |
- | license@php.net so we can mail you a copy immediately. |
+ | This source file is subject to the New BSD license, That is bundled |
+ | with this package in the file LICENSE, and is available through |
+ | the world-wide-web at |
+ | http://www.opensource.org/licenses/bsd-license.php |
+ | If you did not receive a copy of the new BSDlicense and are unable |
+ | to obtain it through the world-wide-web, please send a note to |
+ | pecl-dev@lists.php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Rob Richards <rrichards@php.net> |
+ | Pierre-A. Joye <pajoye@php.net> |
+----------------------------------------------------------------------+
*/