Commit:    2062b49d59f46cb6ec3feb0ec8e25c9e27857fb6
Author:    Peter Cowburn <sala...@php.net>         Tue, 1 Jul 2014 22:12:32 
+0100
Parents:   7510000038b6241c35ffde44d4a93c0b1e1fc5e7
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=2062b49d59f46cb6ec3feb0ec8e25c9e27857fb6

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 &copy; 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

Reply via email to