aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 01:42:54 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commit462696aa4787112b67b2ea8febf6a9f40a461baa (patch)
treec8abf7931e1ea323f3a374bde15398373ab323e9
parented29972e76d4dfd9a670582421c8dff0f470411e (diff)
downloadforums-462696aa4787112b67b2ea8febf6a9f40a461baa.tar
forums-462696aa4787112b67b2ea8febf6a9f40a461baa.tar.gz
forums-462696aa4787112b67b2ea8febf6a9f40a461baa.tar.bz2
forums-462696aa4787112b67b2ea8febf6a9f40a461baa.tar.xz
forums-462696aa4787112b67b2ea8febf6a9f40a461baa.zip
[ticket/11768] Replaced headers in test files
PHPBB3-11768
-rw-r--r--tests/text_processing/decode_message_test.php10
-rw-r--r--tests/text_processing/message_parser_test.php10
-rw-r--r--tests/text_processing/strip_bbcode_test.php10
3 files changed, 21 insertions, 9 deletions
diff --git a/tests/text_processing/decode_message_test.php b/tests/text_processing/decode_message_test.php
index 855b3c6c57..c9c1da52d5 100644
--- a/tests/text_processing/decode_message_test.php
+++ b/tests/text_processing/decode_message_test.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2011 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.
*
*/
diff --git a/tests/text_processing/message_parser_test.php b/tests/text_processing/message_parser_test.php
index 59af2553f8..cdbd6c0ca7 100644
--- a/tests/text_processing/message_parser_test.php
+++ b/tests/text_processing/message_parser_test.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2011 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.
*
*/
diff --git a/tests/text_processing/strip_bbcode_test.php b/tests/text_processing/strip_bbcode_test.php
index d0dda89167..827d8d4a52 100644
--- a/tests/text_processing/strip_bbcode_test.php
+++ b/tests/text_processing/strip_bbcode_test.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2011 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.
*
*/