From 55e1f02151adbe9d66a2d87c00c4f1959739aa36 Mon Sep 17 00:00:00 2001 From: Yuriy Rusko Date: Wed, 28 May 2014 01:05:46 +0200 Subject: [ticket/12594] Replace phpBB Group with phpBB Limited PHPBB3-12594 --- phpBB/docs/coding-guidelines.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 9fdf098d1d..43417d0078 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -125,9 +125,13 @@
 /**
 *
-* @package {PACKAGENAME}
-* @copyright (c) 2007 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* This file is part of the phpBB Forum Software package.
+*
+* @copyright (c) phpBB Limited 
+* @license GNU General Public License, version 2 (GPL-2.0)
+*
+* For full copyright and license information, please see
+* the docs/CREDITS.txt file.
 *
 */
 	
@@ -1180,7 +1184,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
 # General Information about this style
 name = prosilver_duplicate
-copyright = © phpBB Group, 2007
+copyright = © phpBB Limited, 2007
 style_version = 3.1.0
 phpbb_version = 3.1.0
 
@@ -1670,7 +1674,7 @@ div
 		
 # General Information about this style
 name = Custom Style
-copyright = © phpBB Group, 2007
+copyright = © phpBB Limited, 2007
 style_version = 3.1.0-b1
 phpbb_version = 3.1.0-b1
 
-- 
cgit v1.2.1