From 70f06be16ac743c2e96e5ace8d0725aff43121e2 Mon Sep 17 00:00:00 2001 From: George Schlossnagle Date: Tue, 18 May 2004 15:22:58 +0000 Subject: license/copyright block --- ext/pdo/php_pdo_sql_parser.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ext/pdo/php_pdo_sql_parser.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" -- cgit v1.2.1