|
1 | 1 | /*
|
2 | 2 | +----------------------------------------------------------------------+
|
3 |
| - | PHP HTML Embedded Scripting Language Version 3.0 | |
| 3 | + | PHP version 4.0 | |
4 | 4 | +----------------------------------------------------------------------+
|
5 |
| - | Copyright (c) 1997,1998 PHP Development Team (See Credits file) | |
| 5 | + | Copyright (c) 1997-2001 The PHP Group | |
6 | 6 | +----------------------------------------------------------------------+
|
7 |
| - | This program is free software; you can redistribute it and/or modify | |
8 |
| - | it under the terms of one of the following licenses: | |
9 |
| - | | |
10 |
| - | A) the GNU General Public License as published by the Free Software | |
11 |
| - | Foundation; either version 2 of the License, or (at your option) | |
12 |
| - | any later version. | |
13 |
| - | | |
14 |
| - | B) the PHP License as published by the PHP Development Team and | |
15 |
| - | included in the distribution in the file: LICENSE | |
16 |
| - | | |
17 |
| - | This program is distributed in the hope that it will be useful, | |
18 |
| - | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 |
| - | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 |
| - | GNU General Public License for more details. | |
21 |
| - | | |
22 |
| - | You should have received a copy of both licenses referred to here. | |
23 |
| - | If you did not, or have any questions about PHP licensing, please | |
24 |
| - | contact core@php.net. | |
| 7 | + | This source file is subject to version 2.02 of the PHP license, | |
| 8 | + | that is bundled with this package in the file LICENSE, and is | |
| 9 | + | available at through the world-wide-web at | |
| 10 | + | http://www.php.net/license/2_02.txt. | |
| 11 | + | If you did not receive a copy of the PHP license and are unable to | |
| 12 | + | obtain it through the world-wide-web, please send a note to | |
| 13 | + | license@php.net so we can mail you a copy immediately. | |
25 | 14 | +----------------------------------------------------------------------+
|
26 | 15 | | Authors: Evan Klinger <evan715@sirius.com> |
|
27 | 16 | | Timothy Whitfield <timothy@ametro.net> |
|
@@ -234,5 +223,6 @@ PHP_FUNCTION(cybercash_base64_decode)
|
234 | 223 | * tab-width: 4
|
235 | 224 | * c-basic-offset: 4
|
236 | 225 | * End:
|
237 |
| - * vim: sw=4 ts=4 tw=78 fdm=marker |
| 226 | + * vim600: sw=4 ts=4 tw=78 fdm=marker |
| 227 | + * vim<600: sw=4 ts=4 tw=78 |
238 | 228 | */
|
0 commit comments