From 6d44556116bbb348aeb45d56e3c6a6fe4f0c8adc Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 8 Aug 2018 14:14:32 +0200 Subject: [PATCH] Use BSD-3-Clause license in conposer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 649adde..d5a4ba8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP archive reader helper class", "type": "library", "minimum-stability": "stable", - "license": "Modified BSD", + "license": "BSD-3-Clause", "authors": [ { "name": "DariusIII",