From: George Schlossnagle Date: Tue, 18 May 2004 15:22:58 +0000 (+0000) Subject: license/copyright block X-Git-Tag: RELEASE_0_1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70f06be16ac743c2e96e5ace8d0725aff43121e2;p=php license/copyright block --- 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 | + +----------------------------------------------------------------------+ +*/ + +/* $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 | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef PHP_PDO_MYSQL_SQL_PARSER_H #define PHP_PDO_MYSQL_SQL_PARSER_H #include "php.h"