From 711ae6bbf539b34998c7aa5d1928b111175787ab Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 19 Nov 2019 11:33:03 +0100 Subject: [PATCH] add license information --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2374247..1e8890d 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,6 @@ }, "replace": { "oxid-esales/paypal-module": "*" - } + }, + "license": "GPL-3.0-or-later" }