From 0a586258a21e36e45f39fa170d7365f8d879769b Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Thu, 3 Apr 2014 15:42:36 +0200
Subject: [ticket/12349] Update license header in several new files

PHPBB3-12349
---
 tests/functions/parse_cfg_file_test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/functions')

diff --git a/tests/functions/parse_cfg_file_test.php b/tests/functions/parse_cfg_file_test.php
index 69000ddf72..920fc2eaa7 100644
--- a/tests/functions/parse_cfg_file_test.php
+++ b/tests/functions/parse_cfg_file_test.php
@@ -21,7 +21,7 @@ class phpbb_functions_parse_cfg_file extends phpbb_test_case
 					'#',
 					'# @package phpBB3',
 					'# @copyright (c) 2005 phpBB Group',
-					'# @license http://opensource.org/licenses/gpl-license.php GNU Public License',
+					'# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2',
 					'#',
 					'#',
 					'# At the left is the name, please do not change this',
-- 
cgit v1.2.1