diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 22:34:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 22:34:26 +0200 |
commit | 21c6102d55ab26e9038467ab901246494dd94832 (patch) | |
tree | 4660e3208722d455464b7ac035f5212e3f82709d /tests/console | |
parent | [ticket/12637] Correctly escape the file header in coding-guidelines.html. (diff) | |
download | phpbb-21c6102d55ab26e9038467ab901246494dd94832.tar.gz phpbb-21c6102d55ab26e9038467ab901246494dd94832.tar.bz2 phpbb-21c6102d55ab26e9038467ab901246494dd94832.zip |
[ticket/12637] Fixup all incorrect uses of file header.
PHPBB3-12637
Diffstat (limited to 'tests/console')
-rw-r--r-- | tests/console/cron/run_test.php | 2 | ||||
-rw-r--r-- | tests/console/cron/tasks/simple.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/console/cron/run_test.php b/tests/console/cron/run_test.php index 8908c536c0..ff251cff3c 100644 --- a/tests/console/cron/run_test.php +++ b/tests/console/cron/run_test.php @@ -3,7 +3,7 @@ * * This file is part of the phpBB Forum Software package. * -* @copyright (c) phpBB Limited +* @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 diff --git a/tests/console/cron/tasks/simple.php b/tests/console/cron/tasks/simple.php index c814c29bde..194c52afe1 100644 --- a/tests/console/cron/tasks/simple.php +++ b/tests/console/cron/tasks/simple.php @@ -3,7 +3,7 @@ * * This file is part of the phpBB Forum Software package. * -* @copyright (c) phpBB Limited +* @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 |