Skip to content

Commit 5d9310e

Browse files
authored
Merge pull request #6856 from Crizz0/ticket/17549
[ticket/17549] Change license of language pack&style to GPL-2.0-only
2 parents 401d8b3 + afaa1c6 commit 5d9310e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

phpBB/language/en/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "phpbb-language",
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",

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)