diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-04-08 02:27:32 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-04-08 02:27:32 +0530 |
commit | 634e5cae0f6f21c66ea55bac41f9efc77a08c5ca (patch) | |
tree | 007c3196788676a8d935b1169967a20f34463375 /tests/functions/parse_cfg_file_test.php | |
parent | 6c6916dc7dc9233e60823013c96cab38cd930406 (diff) | |
parent | e39c4f0d2009615a251601881e910f9329483773 (diff) | |
download | forums-634e5cae0f6f21c66ea55bac41f9efc77a08c5ca.tar forums-634e5cae0f6f21c66ea55bac41f9efc77a08c5ca.tar.gz forums-634e5cae0f6f21c66ea55bac41f9efc77a08c5ca.tar.bz2 forums-634e5cae0f6f21c66ea55bac41f9efc77a08c5ca.tar.xz forums-634e5cae0f6f21c66ea55bac41f9efc77a08c5ca.zip |
Merge remote-tracking branch 'nickvergessen/ticket/12349' into develop-ascraeus
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12349:
[ticket/12349] Fix Sniffer for @license tag
[ticket/12349] Update license header in several new files
Diffstat (limited to 'tests/functions/parse_cfg_file_test.php')
-rw-r--r-- | tests/functions/parse_cfg_file_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |