Commit: 6de890a524af304b80f74a25b6767868e96ce7cc Author: Peter Cowburn <[email protected]> Tue, 1 Jul 2014 22:12:32 +0100 Parents: 2873507ff3a184bc498700e0362a3b81eaf3b8c8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6de890a524af304b80f74a25b6767868e96ce7cc Log: link to credits for "PHP Group" (bug #67532) Bugs: https://bugs.php.net/67532 Changed paths: M copyright.php M license/index.php M mirroring.php Diff: diff --git a/copyright.php b/copyright.php index 918e456..8cdba8a 100644 --- a/copyright.php +++ b/copyright.php @@ -19,7 +19,7 @@ site_header("Copyright", array("current" => "footer")); <p> The code, text, PHP logo, and graphical elements on this website and the mirror websites (the "Site") are Copyright © 2001-<?php echo date("Y") ?> - The PHP Group. All rights reserved. + the <a href="/credits.php">PHP Group</a>. All rights reserved. </p> <p> diff --git a/license/index.php b/license/index.php index f3f6fa4..5fd26bd 100644 --- a/license/index.php +++ b/license/index.php @@ -29,7 +29,7 @@ site_header("License Information", array("current" => "help")); <ul> <li> PHP 4 and PHP 5 are distributed under the - <a href="http://www.php.net/license/3_01.txt">PHP License v3.01</a>, copyright (c) the PHP Group. + <a href="http://www.php.net/license/3_01.txt">PHP License v3.01</a>, copyright (c) the <a href="/credits.php">PHP Group</a>. <ul> <li> This is an <a href="http://www.opensource.org/docs/osd">Open Source license</a>, diff --git a/mirroring.php b/mirroring.php index 87bed00..63ef61f 100644 --- a/mirroring.php +++ b/mirroring.php @@ -373,7 +373,7 @@ site_header( </ul> <p> - The PHP Group and the Network Infrastructure Manager reserve the + The <a href="/credits.php">PHP Group</a> and the Network Infrastructure Manager reserve the right to refuse images based on content, but most things should be fine. </p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
