]> granicus.if.org Git - php/commitdiff
Change license from LGPL to PHP.
authorOmar Kilani <omar@php.net>
Sat, 21 Jan 2006 01:14:14 +0000 (01:14 +0000)
committerOmar Kilani <omar@php.net>
Sat, 21 Jan 2006 01:14:14 +0000 (01:14 +0000)
ext/json/json.c
ext/json/package.xml
ext/json/php_json.h

index 5edacc32624ea238f9601da22f80ddf0f07da9a3..a50e72000f5aaf773ef9eb34f3f25ae4de3d8962 100644 (file)
@@ -1,17 +1,20 @@
 /*
- * Copyright (c) 2005 Omar Kilani <omar@rmilk.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public (LGPL)
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details: http://www.gnu.org/
- *
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2006 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.01 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_01.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.               |
+  +----------------------------------------------------------------------+
+  | Author: Omar Kilani <omar@rmilk.com>                                 |
+  +----------------------------------------------------------------------+
+*/
 
 /* $Id$ */
 
index 7459f26122c806256d86f97186c01233541c5832..9778040eac272caef923d08aeee7ca61893d32a0 100644 (file)
@@ -19,7 +19,7 @@
  <release>
   <state>stable</state>
   <version>1.1.1</version>
-  <date>2005-12-11</date>
+  <date>2006-01-12</date>
   <notes>
    Cleanup and TSRM performance fixes by rasmus.
   </notes>
index 60ca42c956d2cb10ff8880396ca46d50550f48f5..4408c0ec5a1137834ecb4f3c82fa3adaeb6eca04 100644 (file)
@@ -1,24 +1,27 @@
 /*
- * Copyright (c) 2005 Omar Kilani <omar@rmilk.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public (LGPL)
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details: http://www.gnu.org/
- *
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2006 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.01 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_01.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.               |
+  +----------------------------------------------------------------------+
+  | Author: Omar Kilani <omar@rmilk.com>                                 |
+  +----------------------------------------------------------------------+
+*/
 
 /* $Id$ */
 
 #ifndef PHP_JSON_H
 #define PHP_JSON_H
 
-#define PHP_JSON_VERSION "1.1.0"
+#define PHP_JSON_VERSION "1.1.1"
 
 extern zend_module_entry json_module_entry;
 #define phpext_json_ptr &json_module_entry