diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-01 08:57:04 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-01 13:38:46 +0100 |
commit | 2b70f3d0e2c85f4ff639aec1077afff3154506dc (patch) | |
tree | 9e8eca9e60fcc86ab6ad886783a17b7f71f5fbe7 | |
parent | 1dd5058d519e2812f6bbe234b6d0bdf07c87f774 (diff) | |
download | forums-2b70f3d0e2c85f4ff639aec1077afff3154506dc.tar forums-2b70f3d0e2c85f4ff639aec1077afff3154506dc.tar.gz forums-2b70f3d0e2c85f4ff639aec1077afff3154506dc.tar.bz2 forums-2b70f3d0e2c85f4ff639aec1077afff3154506dc.tar.xz forums-2b70f3d0e2c85f4ff639aec1077afff3154506dc.zip |
[ticket/9823] Update copyright year and add newline at the end of the file.
PHPBB3-9823
-rw-r--r-- | tests/functions_acp/user_mock.php | 4 |
1 files 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 +} |