Skip to content

Commit 80dfa53

Browse files
committed
[ticket/10931] Correctly use GNU GPL version 2.
PHPBB3-10931
1 parent 5086366 commit 80dfa53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

phpBB/includes/php/ini.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package phpBB
55
* @copyright (c) 2011 phpBB Group
6-
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
6+
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
77
*
88
*/
99

tests/wrapper/phpbb_php_ini_fake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package testing
55
* @copyright (c) 2011 phpBB Group
6-
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
6+
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
77
*
88
*/
99

tests/wrapper/phpbb_php_ini_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package testing
55
* @copyright (c) 2011 phpBB Group
6-
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
6+
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
77
*
88
*/
99

0 commit comments

Comments
 (0)