From 2b70f3d0e2c85f4ff639aec1077afff3154506dc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 1 Feb 2011 08:57:04 +0100 Subject: [PATCH] [ticket/9823] Update copyright year and add newline at the end of the file. PHPBB3-9823 --- tests/functions_acp/user_mock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functions_acp/user_mock.php b/tests/functions_acp/user_mock.php index c7f62fc39b..17a39629c1 100644 --- a/tests/functions_acp/user_mock.php +++ b/tests/functions_acp/user_mock.php @@ -2,7 +2,7 @@ /** * * @package testing -* @copyright (c) 2008 phpBB Group +* @copyright (c) 2010 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ @@ -30,4 +30,4 @@ class phpbb_mock_lang implements ArrayAccess public function offsetUnset($offset) { } -} \ No newline at end of file +}