summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-12-01 16:41:52 +0000
committerRob Richards <rrichards@php.net>2005-12-01 16:41:52 +0000
commit6f428944895f1d81b5e5f1994f97f9a6d6a7107f (patch)
tree6359763f7397adb5112ebd3031dfcfb7b6e74355 /ext/xmlwriter/php_xmlwriter.h
parent38d192b7c6a12b546a6356d1cc7551d44e95d56c (diff)
downloadphp-git-6f428944895f1d81b5e5f1994f97f9a6d6a7107f.tar.gz
change to PHP 3.01 license
Diffstat (limited to 'ext/xmlwriter/php_xmlwriter.h')
-rw-r--r--ext/xmlwriter/php_xmlwriter.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/xmlwriter/php_xmlwriter.h b/ext/xmlwriter/php_xmlwriter.h
index e7c8a3f6ed..933d7f11af 100644
--- a/ext/xmlwriter/php_xmlwriter.h
+++ b/ext/xmlwriter/php_xmlwriter.h
@@ -2,15 +2,15 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2005 Rob Richards, Pierre-Alain Joye |
+ | Copyright (c) 1997-2005 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to the New BSD license, That is bundled |
- | with this package in the file LICENSE, and is available through |
- | the world-wide-web at |
- | http://www.opensource.org/licenses/bsd-license.php |
- | If you did not receive a copy of the new BSDlicense and are unable |
- | to obtain it through the world-wide-web, please send a note to |
- | pecl-dev@lists.php.net so we can mail you a copy immediately. |
+ | 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_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: Rob Richards <rrichards@php.net> |
| Pierre-A. Joye <pajoye@php.net> |