Commit: bb4447a79962a553eb47785dcc58eb14364cd93c Author: Jacques Marneweck <[email protected]> Fri, 31 Dec 2010 22:19:51 +0000 Parents: 96def8f7cc3ac89ae30fa5b388f48c6d6454fdeb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bb4447a79962a553eb47785dcc58eb14364cd93c Log: Happy New Year - bumping the copyright Changed paths: M include/footer.inc M include/layout.inc Diff: diff --git a/include/footer.inc b/include/footer.inc index 9d19d8e..3c33111 100644 --- a/include/footer.inc +++ b/include/footer.inc @@ -3,7 +3,7 @@ <footer> <ul class="footmenu copyright"> - <li><a href="/copyright.php">Copyright © 2001-2010 The PHP Group</a></li> + <li><a href="/copyright.php">Copyright © 2001-2011 The PHP Group</a></li> </ul> <ul class="footmenu"> <li><a href="/my.php">My PHP.net</a></li> diff --git a/include/layout.inc b/include/layout.inc index 8528227..e4c0294 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -339,7 +339,7 @@ function site_footer($config = array()) <div id="pagefooter"> <div id="copyright"> - <a href="/copyright.php">Copyright © 2001-2010 The PHP Group</a><br /> + <a href="/copyright.php">Copyright © 2001-2011 The PHP Group</a><br /> All rights reserved. </div> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
