diff options
Diffstat (limited to 'build/code_sniffer/phpbb/phpbbCodingStandard.php')
-rw-r--r-- | build/code_sniffer/phpbb/phpbbCodingStandard.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/build/code_sniffer/phpbb/phpbbCodingStandard.php b/build/code_sniffer/phpbb/phpbbCodingStandard.php index adbba9d915..b94186ab6c 100644 --- a/build/code_sniffer/phpbb/phpbbCodingStandard.php +++ b/build/code_sniffer/phpbb/phpbbCodingStandard.php @@ -1,10 +1,13 @@ <?php -/** +/** +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) * -* @package code_sniffer -* @version $Id: $ -* @copyright (c) 2007 phpBB Group -* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* For full copyright and license information, please see +* the docs/CREDITS.txt file. * */ |