aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorUnknown <unknownbliss@phpbbdevelopers.net>2012-01-01 10:35:50 +0000
committerUnknown <unknownbliss@phpbbdevelopers.net>2012-01-02 16:20:22 +0000
commit0fc37fb3972845f76848c1e64d5edfe4b8cd0972 (patch)
tree7af06def6520afc13ec48501370f6843cc72f417 /phpBB/docs/coding-guidelines.html
parent17991823ea72ef973852fd9d0a9c516703f2137e (diff)
downloadforums-0fc37fb3972845f76848c1e64d5edfe4b8cd0972.tar
forums-0fc37fb3972845f76848c1e64d5edfe4b8cd0972.tar.gz
forums-0fc37fb3972845f76848c1e64d5edfe4b8cd0972.tar.bz2
forums-0fc37fb3972845f76848c1e64d5edfe4b8cd0972.tar.xz
forums-0fc37fb3972845f76848c1e64d5edfe4b8cd0972.zip
[ticket/9916] Changing coding guidelines license
PHPBB3-9916
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 7d51b26dca..cd113a7226 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -129,9 +129,8 @@
/**
*
* @package {PACKAGENAME}
-* @version &#36;Id: &#36;
* @copyright (c) 2007 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
</pre></div>
@@ -2322,7 +2321,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) <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-2.0.php">GNU General Public License v2</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>