From c0f534705ced108ad1c53422edf8140403251c7c Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sat, 3 May 2014 01:32:16 +0700 Subject: [PATCH] #211 Fix license info in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97d3e003..fafa9a28 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "homepage": "http://phpoffice.github.io", "type": "library", - "license": "LGPL-3.0+", + "license": "LGPL-2.1+", "authors": [ { "name": "Mark Baker"