diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:13:28 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:13:28 +0530 |
commit | 5fc51fd7b71a0c6e1bc7e56133237cf4ca323575 (patch) | |
tree | 88b691928a94708f744010c992212fb2a9d8b719 /tests/profilefields | |
parent | [ticket/12514] Remove get_ prefix from data providers (diff) | |
download | phpbb-5fc51fd7b71a0c6e1bc7e56133237cf4ca323575.tar.gz phpbb-5fc51fd7b71a0c6e1bc7e56133237cf4ca323575.tar.bz2 phpbb-5fc51fd7b71a0c6e1bc7e56133237cf4ca323575.zip |
[ticket/12514] Update file headers to represent the current format
PHPBB3-12514
Diffstat (limited to 'tests/profilefields')
-rw-r--r-- | tests/profilefields/type_bool_test.php | 11 | ||||
-rw-r--r-- | tests/profilefields/type_date_test.php | 11 | ||||
-rw-r--r-- | tests/profilefields/type_dropdown_test.php | 11 | ||||
-rw-r--r-- | tests/profilefields/type_int_test.php | 11 | ||||
-rw-r--r-- | tests/profilefields/type_string_test.php | 11 | ||||
-rw-r--r-- | tests/profilefields/type_url_test.php | 11 |
6 files changed, 48 insertions, 18 deletions
diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php index c86abba195..ca4d13ccf7 100644 --- a/tests/profilefields/type_bool_test.php +++ b/tests/profilefields/type_bool_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ diff --git a/tests/profilefields/type_date_test.php b/tests/profilefields/type_date_test.php index f694197008..256fd61e09 100644 --- a/tests/profilefields/type_date_test.php +++ b/tests/profilefields/type_date_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php index 80b1aa25b1..0c440cf143 100644 --- a/tests/profilefields/type_dropdown_test.php +++ b/tests/profilefields/type_dropdown_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php index 4c5b4f121b..4cfc8a06e2 100644 --- a/tests/profilefields/type_int_test.php +++ b/tests/profilefields/type_int_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php index 38bd771ac2..ae8f908bb5 100644 --- a/tests/profilefields/type_string_test.php +++ b/tests/profilefields/type_string_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index 831e678595..48f9cf8f38 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -1,8 +1,13 @@ <?php /** - * @package testing - * @copyright (c) 2014 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 <https://www.phpbb.com> + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ |