From 5fc51fd7b71a0c6e1bc7e56133237cf4ca323575 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Wed, 18 Jun 2014 01:13:28 +0530 Subject: [ticket/12514] Update file headers to represent the current format PHPBB3-12514 --- tests/profilefields/type_bool_test.php | 11 ++++++++--- tests/profilefields/type_date_test.php | 11 ++++++++--- tests/profilefields/type_dropdown_test.php | 11 ++++++++--- tests/profilefields/type_int_test.php | 11 ++++++++--- tests/profilefields/type_string_test.php | 11 ++++++++--- tests/profilefields/type_url_test.php | 11 ++++++++--- 6 files changed, 48 insertions(+), 18 deletions(-) (limited to 'tests/profilefields') 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 @@ + * @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 @@ + * @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 @@ + * @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 @@ + * @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 @@ + * @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 @@ + * @license GNU General Public License, version 2 (GPL-2.0) + * + * For full copyright and license information, please see + * the docs/CREDITS.txt file. * */ -- cgit v1.2.3-65-gdbad