]> granicus.if.org Git - php/commitdiff
- switch to bsd license
authorPierre Joye <pajoye@php.net>
Tue, 15 Nov 2005 15:36:29 +0000 (15:36 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 15 Nov 2005 15:36:29 +0000 (15:36 +0000)
- prepare 2.0.1

ext/xmlwriter/LICENSE [new file with mode: 0644]
ext/xmlwriter/package.xml
ext/xmlwriter/package2.xml
ext/xmlwriter/php_xmlwriter.c
ext/xmlwriter/php_xmlwriter.h

diff --git a/ext/xmlwriter/LICENSE b/ext/xmlwriter/LICENSE
new file mode 100644 (file)
index 0000000..0857cce
--- /dev/null
@@ -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.
index bc104a470ad64223c5ec11274bec61a65a7757af..4c3e102340699cc0079f12e5b8a3815a5492fccc 100644 (file)
@@ -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>
   <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>
@@ -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"/>
index c1871f026015433ea5412c4321f81336f61cd0d0..15c4086107c252dda7a5bef7366c6bb7bfb6db18 100644 (file)
@@ -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>
   <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"/>
  </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>
index 8cb9718dc7ff9e14bf40602009235bc6e5de5756..5a65e02664691b50db876b47fb344e4d42cbd47f 100644 (file)
@@ -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>                              |
   +----------------------------------------------------------------------+
 */
 
index 1c3687e18190348a16e04735cf85a8c50629b8b8..e7c8a3f6ed91cce9ba10adf66317f3a323c1d9a2 100644 (file)
@@ -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>                              |
   +----------------------------------------------------------------------+
 */