summaryrefslogtreecommitdiff
path: root/ext/dio
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dio')
-rw-r--r--ext/dio/dio.c4
-rw-r--r--ext/dio/php_dio.h4
2 files changed, 3 insertions, 5 deletions
diff --git a/ext/dio/dio.c b/ext/dio/dio.c
index 154ad1e06e..7aa674c25b 100644
--- a/ext/dio/dio.c
+++ b/ext/dio/dio.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2002 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Sterling Hughes <sterling@php.net> |
+ | Author: Sterling Hughes <sterling@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/dio/php_dio.h b/ext/dio/php_dio.h
index 7ab7ea4121..39408c655c 100644
--- a/ext/dio/php_dio.h
+++ b/ext/dio/php_dio.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
+ | Copyright (c) 1997-2002 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -12,8 +12,6 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Sterling Hughes <sterling@php.net> | |
- +----------------------------------------------------------------------+
*/
#ifndef PHP_DIO_H