diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 17:52:36 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 18:50:53 +0100 |
commit | 60eff4e59a529e389c03c54085530dce5fbd99db (patch) | |
tree | 2d96ccacff116b67d63c880c590ce5ebfe4e8eba /phpBB/docs/coding-guidelines.html | |
parent | 180e97abdccf0ebb0075b46f1edfdc8a48e92676 (diff) | |
download | forums-60eff4e59a529e389c03c54085530dce5fbd99db.tar forums-60eff4e59a529e389c03c54085530dce5fbd99db.tar.gz forums-60eff4e59a529e389c03c54085530dce5fbd99db.tar.bz2 forums-60eff4e59a529e389c03c54085530dce5fbd99db.tar.xz forums-60eff4e59a529e389c03c54085530dce5fbd99db.zip |
[ticket/9859] Remove the years from the copyright statements in docs files.
PHPBB3-9859
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 99c192180c..7434fa4870 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -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> |