summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2005-12-04 22:50:54 +0000
committerGreg Beaver <cellog@php.net>2005-12-04 22:50:54 +0000
commit6e0c45113371ce24e6c76a2fdb490f10b332393f (patch)
tree32ad0018dc988fd4fc4a054e06e76cae202b8787
parent9d4036ea7c7e9262d148b946bfb8fc7df89300eb (diff)
downloadphp-git-6e0c45113371ce24e6c76a2fdb490f10b332393f.tar.gz
update header, use PHP 3.01 license
-rw-r--r--ext/phar/phar.c10
-rw-r--r--ext/phar/php_phar.h10
2 files changed, 10 insertions, 10 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 319e532206..4b3eff29a8 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -1,18 +1,18 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2005 The PHP Group |
+ | Copyright (c) 2005 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
+ | This source file is subject to version 3.01 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. |
+ | http://www.php.net/license/3_01.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: |
+ | Author: Gregory Beaver <cellog@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h
index 5ea8afcd19..d5021dc54d 100644
--- a/ext/phar/php_phar.h
+++ b/ext/phar/php_phar.h
@@ -1,18 +1,18 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | phar php single-file executable PHP extension |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2005 The PHP Group |
+ | Copyright (c) 2005 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
+ | This source file is subject to version 3.01 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. |
+ | http://www.php.net/license/3_01.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: |
+ | Author: Gregory Beaver <cellog@php.net> |
+----------------------------------------------------------------------+
*/