diff options
author | PayBas <contact@paybas.com> | 2014-05-30 16:51:16 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 16:26:36 +0100 |
commit | b14c7c351104634990c80e64f58e3e28ea5826e0 (patch) | |
tree | 1b090bbbe50e45dc5b49e9aa055f641a1a5a1929 /phpBB/phpbb/db | |
parent | c2997ada7aa4d8f63880ea68723266d7cedb4899 (diff) | |
download | forums-b14c7c351104634990c80e64f58e3e28ea5826e0.tar forums-b14c7c351104634990c80e64f58e3e28ea5826e0.tar.gz forums-b14c7c351104634990c80e64f58e3e28ea5826e0.tar.bz2 forums-b14c7c351104634990c80e64f58e3e28ea5826e0.tar.xz forums-b14c7c351104634990c80e64f58e3e28ea5826e0.zip |
[ticket/12559] Updated copyright information
PHPBB3-12559
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php b/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php index 9bc8ad9044..c37fc7d3df 100644 --- a/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php +++ b/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php @@ -1,9 +1,13 @@ <?php /** * -* @package migration -* @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. * */ |