From: Greg Beaver Date: Sun, 4 Dec 2005 22:50:54 +0000 (+0000) Subject: update header, use PHP 3.01 license X-Git-Tag: RELEASE_1_1_1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e0c45113371ce24e6c76a2fdb490f10b332393f;p=php update header, use PHP 3.01 license --- 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 | +----------------------------------------------------------------------+ */ 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 | +----------------------------------------------------------------------+ */