diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 14:44:08 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 15:29:10 +0200 |
commit | 634824e8885bcc1a89a2fc2400962eb6019c67b8 (patch) | |
tree | 887ff6b34a907d16e4b514398ee6d1a25864887e /tests/dbal/migration/dummy_order_3.php | |
parent | 59e968cd7d62a44e6fc608a95b7c8ce78778c655 (diff) | |
download | forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.gz forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.bz2 forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.tar.xz forums-634824e8885bcc1a89a2fc2400962eb6019c67b8.zip |
[ticket/12594] Fix file headers of new files
PHPBB3-12594
Diffstat (limited to 'tests/dbal/migration/dummy_order_3.php')
-rw-r--r-- | tests/dbal/migration/dummy_order_3.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/dbal/migration/dummy_order_3.php b/tests/dbal/migration/dummy_order_3.php index 79c542e088..501db09b7e 100644 --- a/tests/dbal/migration/dummy_order_3.php +++ b/tests/dbal/migration/dummy_order_3.php @@ -1,9 +1,13 @@ <?php /** * -* @package testing -* @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. * */ |