diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-19 23:21:46 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-19 23:21:46 +0000 |
commit | 9b621d1c8fb4aadc5669957724b605d2e8019a79 (patch) | |
tree | 02f5459b0c7525bf553dfc7a1d19088816a17499 /main | |
parent | 80ca00005f049f54905860d2d44bb9fb84435d5c (diff) | |
download | php-git-9b621d1c8fb4aadc5669957724b605d2e8019a79.tar.gz |
Get the license right... (this won't make it to RC1 of B4)
Diffstat (limited to 'main')
-rw-r--r-- | main/SAPI.c | 4 | ||||
-rw-r--r-- | main/SAPI.h | 4 | ||||
-rw-r--r-- | main/configuration-parser.y | 4 | ||||
-rw-r--r-- | main/configuration-scanner.l | 4 | ||||
-rw-r--r-- | main/fopen_wrappers.c | 4 | ||||
-rw-r--r-- | main/fopen_wrappers.h | 4 | ||||
-rw-r--r-- | main/internal_functions_registry.h | 4 | ||||
-rw-r--r-- | main/internal_functions_win32.c | 4 | ||||
-rw-r--r-- | main/main.c | 6 | ||||
-rw-r--r-- | main/php.h | 4 | ||||
-rw-r--r-- | main/php_globals.h | 4 | ||||
-rw-r--r-- | main/php_ini.c | 4 | ||||
-rw-r--r-- | main/php_ini.h | 4 | ||||
-rw-r--r-- | main/php_realpath.c | 4 | ||||
-rw-r--r-- | main/php_realpath.h | 4 | ||||
-rw-r--r-- | main/php_reentrancy.h | 4 | ||||
-rw-r--r-- | main/php_sprintf.c | 4 | ||||
-rw-r--r-- | main/php_variables.c | 4 | ||||
-rw-r--r-- | main/reentrancy.c | 4 | ||||
-rw-r--r-- | main/rfc1867.c | 4 | ||||
-rw-r--r-- | main/safe_mode.c | 4 | ||||
-rw-r--r-- | main/snprintf.h | 4 |
22 files changed, 45 insertions, 45 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 69fa1a8a84..ed7910cb63 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/SAPI.h b/main/SAPI.h index 709e7f51a7..b357b6f791 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/configuration-parser.y b/main/configuration-parser.y index 64de73d2a8..637d04d801 100644 --- a/main/configuration-parser.y +++ b/main/configuration-parser.y @@ -5,10 +5,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/configuration-scanner.l b/main/configuration-scanner.l index b39fa97380..f059f0c06e 100644 --- a/main/configuration-scanner.l +++ b/main/configuration-scanner.l @@ -6,10 +6,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index e3b0c15e48..e80c391d2a 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 3e89ab17bb..68beba3e22 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/internal_functions_registry.h b/main/internal_functions_registry.h index a2d71969e5..1f9d703472 100644 --- a/main/internal_functions_registry.h +++ b/main/internal_functions_registry.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 885006f11c..fd378a3dff 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/main.c b/main/main.c index d78bddb283..3ff2e98d6d 100644 --- a/main/main.c +++ b/main/main.c @@ -1,13 +1,13 @@ /* - +---------------------------------------------------------------------- + +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php.h b/main/php.h index d60a8f1f96..e7aa8ce81d 100644 --- a/main/php.h +++ b/main/php.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_globals.h b/main/php_globals.h index b6e086ced3..5297e59d50 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_ini.c b/main/php_ini.c index 5e5c5f8766..bec317b56a 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_ini.h b/main/php_ini.h index cc13ee468c..f8266e802e 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_realpath.c b/main/php_realpath.c index 1385893ce0..9ced9b4030 100644 --- a/main/php_realpath.c +++ b/main/php_realpath.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_realpath.h b/main/php_realpath.h index e9e8061bb6..8b594d4e92 100644 --- a/main/php_realpath.h +++ b/main/php_realpath.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index f7b0af70eb..6a1992d623 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 237ae78061..6cd5e82e58 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/php_variables.c b/main/php_variables.c index b7efaef3d0..6a88b3bd9d 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/reentrancy.c b/main/reentrancy.c index ffc9dcc969..f02522f720 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/rfc1867.c b/main/rfc1867.c index 45ba94fff0..d592dae4dc 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/safe_mode.c b/main/safe_mode.c index c022d600da..ab026376ba 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | diff --git a/main/snprintf.h b/main/snprintf.h index e9a10e4e79..7392416f36 100644 --- a/main/snprintf.h +++ b/main/snprintf.h @@ -4,10 +4,10 @@ +----------------------------------------------------------------------+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 2.0 of the PHP license, | + | This source file is subject to version 2.01 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_0.txt. | + | http://www.php.net/license/2_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. | |