| Jacques Marneweck 2004-07-31, 8:55 am |
| jacques Sat Jul 31 07:55:31 2004 EDT
Modified files:
/phpweb/license index.php
Log:
Link redirects to a "Free License" page. Linked back to the annotated
version of the QPL license.
http://cvs.php.net/diff.php/phpweb/...10&r2=1.11&ty=u
Index: phpweb/license/index.php
diff -u phpweb/license/index.php:1.10 phpweb/license/index.php:1.11
--- phpweb/license/index.php:1.10 Sat Aug 9 17:55:32 2003
+++ phpweb/license/index.php Sat Jul 31 07:55:31 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: index.php,v 1.10 2003/08/09 21:55:32 goba Exp $
+// $Id: index.php,v 1.11 2004/07/31 11:55:31 jacques Exp $
$_SERVER['BASE_PAGE'] = 'license/index.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("License Information");
@@ -126,7 +126,7 @@
<strong>A.</strong> The authors of the QPL, Troll Tech AS,
have published an annotated version of the license which
makes it easier to understand. You can view it online <a
- href="http://www.troll.no/qpl/annotated.html">here</a>.
+ href="http://www.trolltech.com/licenses/qpl-annotated.html">here</a>.
</p>
<p>
|