Skip to content

Commit afaa1c6

Browse files
committed
[ticket/17569] Change style and phpbb-core lib to GPL-2.0-only
PHPBB-17569
1 parent b1a2885 commit afaa1c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

phpBB/phpbb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"keywords": ["phpbb", "forum"],
66
"homepage": "https://www.phpbb.com",
7-
"license": "GPL-2.0",
7+
"license": "GPL-2.0-only",
88
"authors": [
99
{
1010
"name": "phpBB Limited",

phpBB/styles/prosilver/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "phpbb-style",
55
"version": "4.0.0-a1-dev",
66
"homepage": "https://www.phpbb.com",
7-
"license": "GPL-2.0",
7+
"license": "GPL-2.0-only",
88
"authors": [
99
{
1010
"name": "phpBB Limited",

0 commit comments

Comments
 (0)