From b372d515ffa99d9d41f68aadaf318d799751f421 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 30 May 2014 22:30:43 +0200 Subject: [PATCH 1/2] [ticket/12637] Correctly escape the file header in coding-guidelines.html. PHPBB3-12637 --- phpBB/docs/coding-guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 43417d0078..173c7e5441 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -127,7 +127,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 From 21c6102d55ab26e9038467ab901246494dd94832 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 30 May 2014 22:34:26 +0200 Subject: [PATCH 2/2] [ticket/12637] Fixup all incorrect uses of file header. PHPBB3-12637 --- tests/console/cron/run_test.php | 2 +- 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 * @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 * @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see