From afaa1c64bd8c1d31ff5fc891c2e8c712224ee36d Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Fri, 26 Sep 2025 14:38:06 +0200 Subject: [PATCH] [ticket/17569] Change style and phpbb-core lib to GPL-2.0-only PHPBB-17569 --- phpBB/phpbb/composer.json | 2 +- phpBB/styles/prosilver/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/composer.json b/phpBB/phpbb/composer.json index ef3dc4e629..f4805ac3f6 100644 --- a/phpBB/phpbb/composer.json +++ b/phpBB/phpbb/composer.json @@ -4,7 +4,7 @@ "type": "library", "keywords": ["phpbb", "forum"], "homepage": "https://www.phpbb.com", - "license": "GPL-2.0", + "license": "GPL-2.0-only", "authors": [ { "name": "phpBB Limited", diff --git a/phpBB/styles/prosilver/composer.json b/phpBB/styles/prosilver/composer.json index a301df698d..761638e5e1 100644 --- a/phpBB/styles/prosilver/composer.json +++ b/phpBB/styles/prosilver/composer.json @@ -4,7 +4,7 @@ "type": "phpbb-style", "version": "4.0.0-a1-dev", "homepage": "https://www.phpbb.com", - "license": "GPL-2.0", + "license": "GPL-2.0-only", "authors": [ { "name": "phpBB Limited",