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 /ext/pdo/pdo_sql_parser.re | |
parent | a97e1a66466a6a59a6bf1d1ede4a2493822080fb (diff) | |
download | php-git-70f06be16ac743c2e96e5ace8d0725aff43121e2.tar.gz |
license/copyright block
Diffstat (limited to 'ext/pdo/pdo_sql_parser.re')
-rw-r--r-- | ext/pdo/pdo_sql_parser.re | 20 |
1 files changed, 20 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" |