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;