cvs: php4 / header
[email protected] ("Jim Winstead")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsjimw959541479@cvsserver> |
jimw Sun May 28 12:17:59 2000 EDT
Modified files:
/php4 header
Log:
fix license version number in sample header
Index: php4/header
diff -u php4/header:1.4 php4/header:1.5
--- php4/header:1.4 Sun May 7 11:35:41 2000
+++ php4/header Sun May 28 12:17:59 2000
@@ -4,10 +4,10 @@
+----------------------------------------------------------------------+
| Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.01 of the PHP license, |
+ | 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 |
| available at through the world-wide-web at |
- | http://www.php.net/license/2_01.txt. |
+ | http://www.php.net/license/2_02.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 |
| [email protected] so we can mail you a copy immediately. |