1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Bumped copyright year to 2010

This commit is contained in:
Philip Olson
2010-03-29 00:38:04 +00:00
parent e17b3774a7
commit 30eb169a46
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ site_header("Copyright");
<p>
The code, text, PHP logo, and graphical elements on this website
and the mirror websites (the "Site") are Copyright &copy; 2001-2009
and the mirror websites (the "Site") are Copyright &copy; 2001-2010
The PHP Group. All rights reserved.
</p>

View File

@@ -324,7 +324,7 @@ function site_footer($config = array())
<div id="pagefooter">
<div id="copyright">
<a href="/copyright.php">Copyright &copy; 2001-2009 The PHP Group</a><br />
<a href="/copyright.php">Copyright &copy; 2001-2010 The PHP Group</a><br />
All rights reserved.
</div>

View File

@@ -1,6 +1,6 @@
--------------------------------------------------------------------
The PHP License, version 3.01
Copyright (c) 1999 - 2009 The PHP Group. All rights reserved.
Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
--------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

View File

@@ -53,7 +53,7 @@ echo <<<SEARCHBAR_END
</p>
</form>
<p class="copyright">
<a href="/copyright.php"{$target}>Copyright &copy; 2002 - 2009 The PHP Group</a><br />All rights reserved.
<a href="/copyright.php"{$target}>Copyright &copy; 2002 - 2010 The PHP Group</a><br />All rights reserved.
</p>
</body>
</html>