From 1d26398faab3459e52dd951299df6e0a2fc66e7d Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 19 May 2011 22:55:08 -0400 Subject: [PATCH] [feature/template-engine] Fixed copyright year. PHPBB3-9726 --- tests/template/template_compile_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/template/template_compile_test.php b/tests/template/template_compile_test.php index 2f12292870..bfd4e03406 100644 --- a/tests/template/template_compile_test.php +++ b/tests/template/template_compile_test.php @@ -2,7 +2,7 @@ /** * * @package testing -* @copyright (c) 2008 phpBB Group +* @copyright (c) 2011 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */