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:
@@ -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 © 2001-2009
|
||||
and the mirror websites (the "Site") are Copyright © 2001-2010
|
||||
The PHP Group. All rights reserved.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -324,7 +324,7 @@ function site_footer($config = array())
|
||||
|
||||
<div id="pagefooter">
|
||||
<div id="copyright">
|
||||
<a href="/copyright.php">Copyright © 2001-2009 The PHP Group</a><br />
|
||||
<a href="/copyright.php">Copyright © 2001-2010 The PHP Group</a><br />
|
||||
All rights reserved.
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,7 +53,7 @@ echo <<<SEARCHBAR_END
|
||||
</p>
|
||||
</form>
|
||||
<p class="copyright">
|
||||
<a href="/copyright.php"{$target}>Copyright © 2002 - 2009 The PHP Group</a><br />All rights reserved.
|
||||
<a href="/copyright.php"{$target}>Copyright © 2002 - 2010 The PHP Group</a><br />All rights reserved.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user