From 850f46ffaf8a46d4a8cabec00e9237c2f03292ee Mon Sep 17 00:00:00 2001 From: Michiel Roos Date: Mon, 24 Oct 2016 09:56:18 +0200 Subject: [PATCH] Update composer.json set license to be GPL 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c16838..c8f4bfc 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "Export and import any table to and from a YAML file. Generate TSConfig from YAML files.", "license": [ - "GPL-2.0+" + "GPL-2.0" ], "require": { "typo3/cms-core": ">=6.2.0,<8.5.0",