From f5e85c023491aecc88e8f6227536d60e1bb4a241 Mon Sep 17 00:00:00 2001 From: Sebastien Malot Date: Sat, 23 Jun 2018 10:43:13 +0200 Subject: [PATCH] fix license code --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aaced269..f321402a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Pdf parser library. Can read and extract information from pdf file.", "keywords": ["PDF", "text", "parser", "parse", "extract"], "type": "library", - "license": "LGPL-3.0-or-later", + "license": "LGPL-3.0", "authors": [ { "name": "Sebastien MALOT",