From 9a8ef032385220c5777c6c361d7a40015704318a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 26 Apr 2018 12:09:21 -0300 Subject: [PATCH] Fix license in composer.json LICENSE file in the root of project says it's distributed under MIT but composer.json says it's GPL --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9aaebda..381b11b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["php", "openssl", "openssl-extension", "x509", "x.509", "asn1", "asn.1", "cryptography", "certificate", "certificates", "certificate-authority", "certificates", "certificate-revocation-lists"], "type": "library", "homepage": "https://github.com/ukrbublik/openssl_x509_crl", - "license": "GPL", + "license": "MIT", "authors": [ { "name": "ukrbublik",