|
1 | 1 | /*
|
2 | 2 | +----------------------------------------------------------------------+
|
3 |
| - | PHP HTML Embedded Scripting Language Version 3.0 | |
| 3 | + | PHP version 4.0 | |
4 | 4 | +----------------------------------------------------------------------+
|
5 |
| - | Copyright (c) 1997-1999 PHP Development Team (See Credits file) | |
| 5 | + | Copyright (c) 1997, 1998, 1999, 2000 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.0 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_0.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: Andrei Zmievski <andrei@ispi.net> |
|
27 | 16 | +----------------------------------------------------------------------+
|
28 | 17 | */
|
29 |
| - |
| 18 | + |
30 | 19 | /* $Id$ */
|
31 | 20 |
|
32 | 21 | #ifndef _PHP_PCRE_H
|
|
0 commit comments