]> granicus.if.org Git - php/commitdiff
update header, use PHP 3.01 license
authorGreg Beaver <cellog@php.net>
Sun, 4 Dec 2005 22:50:54 +0000 (22:50 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 4 Dec 2005 22:50:54 +0000 (22:50 +0000)
ext/phar/phar.c
ext/phar/php_phar.h

index 319e5322063fb8fbac320b5629c2bc39f1449e63..4b3eff29a861b322a0ffd74ad2c120ce57d5c6a9 100644 (file)
@@ -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>                              |
   +----------------------------------------------------------------------+
 */
 
index 5ea8afcd19ae1bbd062ce13efaa70463394aa15c..d5021dc54d01a8e2d66727536a4d88c4caac9141 100644 (file)
@@ -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>                              |
   +----------------------------------------------------------------------+
 */