helly Thu Jun 12 15:30:54 2003 EDT
Modified files:
/spl php_spl.c php_spl.h spl_array.c spl_array.h spl_engine.c
spl_engine.h spl_foreach.c spl_foreach.h spl_functions.c
spl_functions.h
Log:
License update
Index: spl/php_spl.c
diff -u spl/php_spl.c:1.7 spl/php_spl.c:1.8
--- spl/php_spl.c:1.7 Wed Jun 11 16:51:14 2003
+++ spl/php_spl.c Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/php_spl.h
diff -u spl/php_spl.h:1.4 spl/php_spl.h:1.5
--- spl/php_spl.h:1.4 Wed Jun 11 16:51:14 2003
+++ spl/php_spl.h Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_array.c
diff -u spl/spl_array.c:1.4 spl/spl_array.c:1.5
--- spl/spl_array.c:1.4 Mon Jun 9 12:58:51 2003
+++ spl/spl_array.c Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_array.h
diff -u spl/spl_array.h:1.1.1.1 spl/spl_array.h:1.2
--- spl/spl_array.h:1.1.1.1 Thu May 1 19:28:28 2003
+++ spl/spl_array.h Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_engine.c
diff -u spl/spl_engine.c:1.7 spl/spl_engine.c:1.8
--- spl/spl_engine.c:1.7 Wed Jun 11 16:51:14 2003
+++ spl/spl_engine.c Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_engine.h
diff -u spl/spl_engine.h:1.5 spl/spl_engine.h:1.6
--- spl/spl_engine.h:1.5 Thu May 29 17:08:08 2003
+++ spl/spl_engine.h Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_foreach.c
diff -u spl/spl_foreach.c:1.12 spl/spl_foreach.c:1.13
--- spl/spl_foreach.c:1.12 Wed Jun 11 16:51:14 2003
+++ spl/spl_foreach.c Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_foreach.h
diff -u spl/spl_foreach.h:1.2 spl/spl_foreach.h:1.3
--- spl/spl_foreach.h:1.2 Sun May 25 15:10:44 2003
+++ spl/spl_foreach.h Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_functions.c
diff -u spl/spl_functions.c:1.10 spl/spl_functions.c:1.11
--- spl/spl_functions.c:1.10 Wed Jun 4 16:54:13 2003
+++ spl/spl_functions.c Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
Index: spl/spl_functions.h
diff -u spl/spl_functions.h:1.2 spl/spl_functions.h:1.3
--- spl/spl_functions.h:1.2 Wed Jun 4 16:54:13 2003
+++ spl/spl_functions.h Thu Jun 12 15:30:54 2003
@@ -1,13 +1,13 @@
/*
+----------------------------------------------------------------------+
- | PHP version 4.0 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 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 at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | 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 |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php