Commit: 634c9cc4051066187ca314ede9d42d0efb5d8b02 Author: Adam Harvey <[email protected]> Thu, 13 Nov 2014 12:13:12 -0800 Parents: 3cc2a48a92b07893b137faaaae0b576c38b6a671 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=634c9cc4051066187ca314ede9d42d0efb5d8b02 Log: Clarify that the manual is covered by a different licence. This came up on IRC: a user thought that this page also covered the manual, which is a reasonable assumption if you don't know that the manual and Web site are different subprojects. Changed paths: M copyright.php Diff: diff --git a/copyright.php b/copyright.php index 8cdba8a..c3b7c51 100644 --- a/copyright.php +++ b/copyright.php @@ -51,4 +51,11 @@ site_header("Copyright", array("current" => "footer")); <a href="http://php.net/">the PHP homepage</a>. </p> +<h2>PHP Manual</h2> + +<p> + The PHP Manual is covered by a separate license, which is available + <a href="/manual/en/copyright.php">from within the manual itself</a>. +</p> + <?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
