cvs: pear /XML_Serializer Serializer.php Unserializer.php

[email protected] ("Chuck Burgess") Thu, 08 May 2008 17:59:10 -0000
Newsgroups php.pear.cvs
Message-ID <cvsashnazg1210269550@cvsserver>
ashnazg		Thu May  8 17:59:10 2008 UTC

  Modified files:              
    /pear/XML_Serializer	Unserializer.php Serializer.php 
  Log:
  PEAR #13856 - License Change from PHP to BSD
  
http://cvs.php.net/viewvc.cgi/pear/XML_Serializer/Unserializer.php?r1=1.39&r2=1.40&diff_format=u
Index: pear/XML_Serializer/Unserializer.php
diff -u pear/XML_Serializer/Unserializer.php:1.39 pear/XML_Serializer/Unserializer.php:1.40
--- pear/XML_Serializer/Unserializer.php:1.39	Wed Sep 28 11:19:56 2005
+++ pear/XML_Serializer/Unserializer.php	Thu May  8 17:59:10 2008
@@ -8,18 +8,41 @@
  *
  * PHP versions 4 and 5
  *
- * LICENSE: This source file is subject to version 3.0 of the PHP license
- * that is available through the world-wide-web at the following URI:
- * 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 web, please
- * send a note to [email protected] so we can mail you a copy immediately.
+ * LICENSE:
+ *
+ * Copyright (c) 2003-2008 Stephan Schmidt <[email protected]>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ *    * Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *    * 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.
+ *    * 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 COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * @category   XML
  * @package    XML_Serializer
  * @author     Stephan Schmidt <[email protected]>
- * @copyright  1997-2005 The PHP Group
- * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Unserializer.php,v 1.39 2005/09/28 11:19:56 schst Exp $
+ * @copyright  2003-2008 Stephan Schmidt <[email protected]>
+ * @license    http://opensource.org/licenses/bsd-license New BSD License
+ * @version    CVS: $Id: Unserializer.php,v 1.40 2008/05/08 17:59:10 ashnazg Exp $
  * @link       http://pear.php.net/package/XML_Serializer
  * @see        XML_Unserializer
  */
@@ -244,8 +267,8 @@
  * @category   XML
  * @package    XML_Serializer
  * @author     Stephan Schmidt <[email protected]>
- * @copyright  1997-2005 The PHP Group
- * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
+ * @copyright  2003-2008 Stephan Schmidt <[email protected]>
+ * @license    http://opensource.org/licenses/bsd-license New BSD License
  * @version    Release: @package_version@
  * @link       http://pear.php.net/package/XML_Serializer
  * @see        XML_Serializer
http://cvs.php.net/viewvc.cgi/pear/XML_Serializer/Serializer.php?r1=1.52&r2=1.53&diff_format=u
Index: pear/XML_Serializer/Serializer.php
diff -u pear/XML_Serializer/Serializer.php:1.52 pear/XML_Serializer/Serializer.php:1.53
--- pear/XML_Serializer/Serializer.php:1.52	Fri Dec  1 17:01:08 2006
+++ pear/XML_Serializer/Serializer.php	Thu May  8 17:59:10 2008
@@ -8,18 +8,41 @@
  *
  * PHP versions 4 and 5
  *
- * LICENSE: This source file is subject to version 3.0 of the PHP license
- * that is available through the world-wide-web at the following URI:
- * 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 web, please
- * send a note to [email protected] so we can mail you a copy immediately.
+ * LICENSE:
+ *
+ * Copyright (c) 2003-2008 Stephan Schmidt <[email protected]>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ *    * Redistributions of source code must retain the above copyright
+ *      notice, this list of conditions and the following disclaimer.
+ *    * 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.
+ *    * 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 COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * @category   XML
  * @package    XML_Serializer
  * @author     Stephan Schmidt <[email protected]>
- * @copyright  1997-2005 The PHP Group
- * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Serializer.php,v 1.52 2006/12/01 17:01:08 schst Exp $
+ * @copyright  2003-2008 Stephan Schmidt <[email protected]>
+ * @license    http://opensource.org/licenses/bsd-license New BSD License
+ * @version    CVS: $Id: Serializer.php,v 1.53 2008/05/08 17:59:10 ashnazg Exp $
  * @link       http://pear.php.net/package/XML_Serializer
  * @see        XML_Unserializer
  */
@@ -378,8 +401,8 @@
  * @category   XML
  * @package    XML_Serializer
  * @author     Stephan Schmidt <[email protected]>
- * @copyright  1997-2005 The PHP Group
- * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
+ * @copyright  2003-2008 Stephan Schmidt <[email protected]>
+ * @license    http://opensource.org/licenses/bsd-license New BSD License
  * @version    Release: @package_version@
  * @link       http://pear.php.net/package/XML_Serializer
  * @see        XML_Unserializer