From d6b0827d270ba816c1be0f9be4dfc6ec8f84b15c Mon Sep 17 00:00:00 2001 From: Ruben Calvo Date: Sun, 11 Dec 2022 21:22:01 +0100 Subject: [PATCH] [ticket/12683] Add copyright header PHPBB3-12683 --- tests/console/searchindex/create_test.php | 11 +++++++++++ tests/console/searchindex/delete_test.php | 11 +++++++++++ tests/console/searchindex/list_all_test.php | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/tests/console/searchindex/create_test.php b/tests/console/searchindex/create_test.php index 4e6a438f29..8d4958442c 100644 --- a/tests/console/searchindex/create_test.php +++ b/tests/console/searchindex/create_test.php @@ -1,4 +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. + * + */ use phpbb\console\command\searchindex\create; use Symfony\Component\Console\Application; diff --git a/tests/console/searchindex/delete_test.php b/tests/console/searchindex/delete_test.php index 1d920648ba..ac7762effd 100644 --- a/tests/console/searchindex/delete_test.php +++ b/tests/console/searchindex/delete_test.php @@ -1,4 +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. + * + */ use phpbb\console\command\searchindex\delete; use Symfony\Component\Console\Application; diff --git a/tests/console/searchindex/list_all_test.php b/tests/console/searchindex/list_all_test.php index deeb262b43..7968032644 100644 --- a/tests/console/searchindex/list_all_test.php +++ b/tests/console/searchindex/list_all_test.php @@ -1,4 +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. + * + */ use phpbb\console\command\searchindex\list_all; use Symfony\Component\Console\Application;