diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 00:33:03 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 15:36:58 +0200 |
commit | cd0dad8951b160c91db0178375708dc7a9313ba0 (patch) | |
tree | 2e829ce33a895f6cb03a1da1f430dddd8cb8bd65 /tests | |
parent | 67d19920c43ed037cc64029c4fc3468a2168f2e7 (diff) | |
download | forums-cd0dad8951b160c91db0178375708dc7a9313ba0.tar forums-cd0dad8951b160c91db0178375708dc7a9313ba0.tar.gz forums-cd0dad8951b160c91db0178375708dc7a9313ba0.tar.bz2 forums-cd0dad8951b160c91db0178375708dc7a9313ba0.tar.xz forums-cd0dad8951b160c91db0178375708dc7a9313ba0.zip |
[ticket/11480] Header file
PHPBB3-11480
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/private_messages_test.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/functional/private_messages_test.php b/tests/functional/private_messages_test.php index 15aa2b681a..1f6dc3a979 100644 --- a/tests/functional/private_messages_test.php +++ b/tests/functional/private_messages_test.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. * */ |