From aee20bcf0c94f37656b3d8bf213649a4ca702df6 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Wed, 18 Jun 2014 01:25:04 +0530 Subject: [ticket/12514] Remove spaces in header blocks PHPBB3-12514 --- tests/profilefields/type_bool_test.php | 20 ++++++++++---------- tests/profilefields/type_date_test.php | 20 ++++++++++---------- tests/profilefields/type_dropdown_test.php | 20 ++++++++++---------- tests/profilefields/type_int_test.php | 20 ++++++++++---------- tests/profilefields/type_string_test.php | 20 ++++++++++---------- tests/profilefields/type_url_test.php | 20 ++++++++++---------- 6 files changed, 60 insertions(+), 60 deletions(-) (limited to 'tests/profilefields') diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php index ca4d13ccf7..0b1f2b8a30 100644 --- a/tests/profilefields/type_bool_test.php +++ b/tests/profilefields/type_bool_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ class phpbb_profilefield_type_bool_test extends phpbb_test_case { diff --git a/tests/profilefields/type_date_test.php b/tests/profilefields/type_date_test.php index 256fd61e09..013d9d9082 100644 --- a/tests/profilefields/type_date_test.php +++ b/tests/profilefields/type_date_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ class phpbb_profilefield_type_date_test extends phpbb_test_case { diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php index 0c440cf143..dad843086d 100644 --- a/tests/profilefields/type_dropdown_test.php +++ b/tests/profilefields/type_dropdown_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case { diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php index 4cfc8a06e2..a12909722a 100644 --- a/tests/profilefields/type_int_test.php +++ b/tests/profilefields/type_int_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ class phpbb_profilefield_type_int_test extends phpbb_test_case { diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php index ae8f908bb5..8e24b7a3f0 100644 --- a/tests/profilefields/type_string_test.php +++ b/tests/profilefields/type_string_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index c49bf6afd0..fab86dc2c1 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -1,15 +1,15 @@ - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* 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. +* +*/ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; -- cgit v1.2.1