aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:50:00 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-03 10:50:00 +0200
commit721a1d0bc49fce52a8e438946a58ba0ca6db2f28 (patch)
treedb1b608f2940757027cdff104c8b7478368a7b79 /phpBB/phpbb/console
parent760aa9d402aa300349b18ba785fa7ccc4b5fccf5 (diff)
downloadforums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.gz
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.bz2
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.tar.xz
forums-721a1d0bc49fce52a8e438946a58ba0ca6db2f28.zip
[ticket/12602] Headers updated.
PHPBB3-12602
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r--phpBB/phpbb/console/command/cron/cron_list.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php
index f95cb6fb03..c933bc6d69 100644
--- a/phpBB/phpbb/console/command/cron/cron_list.php
+++ b/phpBB/phpbb/console/command/cron/cron_list.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package phpBB3
-* @copyright (c) 2014 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* This file is part of the phpBB Forum Software package.
+*
+* @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
+* the docs/CREDITS.txt file.
*
*/
namespace phpbb\console\command\cron;