diff options
author | George Schlossnagle <gschlossnagle@php.net> | 2004-05-18 15:22:58 +0000 |
---|---|---|
committer | George Schlossnagle <gschlossnagle@php.net> | 2004-05-18 15:22:58 +0000 |
commit | 70f06be16ac743c2e96e5ace8d0725aff43121e2 (patch) | |
tree | 1dd2537736b28e311909a59c9ddc2efcc5da6d2b | |
parent | a97e1a66466a6a59a6bf1d1ede4a2493822080fb (diff) | |
download | php-git-70f06be16ac743c2e96e5ace8d0725aff43121e2.tar.gz |
license/copyright block
-rw-r--r-- | ext/pdo/pdo_sql_parser.re | 20 | ||||
-rw-r--r-- | ext/pdo/php_pdo_sql_parser.h | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/ext/pdo/pdo_sql_parser.re b/ext/pdo/pdo_sql_parser.re index 08ea83df23..6a14cfe53c 100644 --- a/ext/pdo/pdo_sql_parser.re +++ b/ext/pdo/pdo_sql_parser.re @@ -1,3 +1,23 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 5 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | 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 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 | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: George Schlossnagle <george@omniti.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #include "php.h" #include "php_pdo_driver.h" diff --git a/ext/pdo/php_pdo_sql_parser.h b/ext/pdo/php_pdo_sql_parser.h index 8cc0558304..4bb92cc212 100644 --- a/ext/pdo/php_pdo_sql_parser.h +++ b/ext/pdo/php_pdo_sql_parser.h @@ -1,3 +1,23 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 5 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | 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 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 | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: George Schlossnagle <george@omniti.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef PHP_PDO_MYSQL_SQL_PARSER_H #define PHP_PDO_MYSQL_SQL_PARSER_H #include "php.h" |