diff options
author | Sascha Schumann <sas@php.net> | 1999-09-11 23:53:40 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-11 23:53:40 +0000 |
commit | b0f01a477846a7fb34a5518a0998db66a9dd0a14 (patch) | |
tree | ba5089a7047864b8f5f1209b047633999ebabc26 /ext/standard/url_scanner.h | |
parent | f040ce584d1509d61e96fa503b611e14685e71db (diff) | |
download | php-git-b0f01a477846a7fb34a5518a0998db66a9dd0a14.tar.gz |
- add standard disclaimer
- regenerate scanner with re2c -s
Diffstat (limited to 'ext/standard/url_scanner.h')
-rw-r--r-- | ext/standard/url_scanner.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/standard/url_scanner.h b/ext/standard/url_scanner.h index 4779cc10a2..7651f77d8e 100644 --- a/ext/standard/url_scanner.h +++ b/ext/standard/url_scanner.h @@ -1,3 +1,22 @@ +/* + +----------------------------------------------------------------------+ + | PHP version 4.0 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997, 1998, 1999 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.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_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 | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Sascha Schumann <sascha@schumann.cx> | + +----------------------------------------------------------------------+ + */ +/* $Id$ */ + #ifndef URI_SCANNER_H #define URI_SCANNER_H |