diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:25:49 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:25:49 +0100 |
commit | ba5c7d8e63d97650989c2866c20c11f16f4c1128 (patch) | |
tree | 54e347172f2d7a47df2db99292f217b0f9679501 /phpBB/docs/coding-guidelines.html | |
parent | e9c584af6aee4d8cec81ad1f96066860ea878644 (diff) | |
parent | 60eff4e59a529e389c03c54085530dce5fbd99db (diff) | |
download | forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.gz forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.bz2 forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.tar.xz forums-ba5c7d8e63d97650989c2866c20c11f16f4c1128.zip |
Merge branch 'ticket/bantu/9859' into develop-olympus
* ticket/bantu/9859:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 5a73554741..7434fa4870 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -8,7 +8,7 @@ <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> -<meta name="copyright" content="2007 phpBB Group" /> +<meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="Olympus coding guidelines document" /> <title>phpBB3 • Coding Guidelines</title> @@ -2369,7 +2369,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <div class="content"> - <p>This application is opensource software released under the <a href="http://opensource.org/licenses/gpl-license.php">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p> + <p>This application is opensource software released under the <a href="http://opensource.org/licenses/gpl-license.php">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p> </div> |