From 594756987d5b54443b2c47fb246e1377cfe92d09 Mon Sep 17 00:00:00 2001
From: gerd <gerd@gerd.pcsg.local>
Date: Fri, 8 Sep 2017 14:33:54 +0200
Subject: [PATCH] refactor: completion

---
 composer.json | 2 +-
 package.xml   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index ad81d35..22f45d1 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
   "type": "quiqqer-module",
   "description": "The Membership Module is an easy to use Membership Plugin. It will give you the ability to confidently create, manage and track membership subscriptions. In addition to these powerful abilities, the Membership Module will allow you to grant and revoke permissions to Users.",
   "version": "dev-dev",
-  "license": "GPL-3.0+",
+  "license": ["PCSG QL-1.0", "CC BY-NC-SA 4.0"],
   "authors": [
     {
       "name": "Patrick Müller",
diff --git a/package.xml b/package.xml
index 8b73312..e1967e5 100644
--- a/package.xml
+++ b/package.xml
@@ -21,7 +21,8 @@
 
         <copyright>
             <name><![CDATA[PCSG - Computer & Internet Service OHG]]></name>
-            <license></license>
+            <license><![CDATA[PCSG QL-1.0]]></license>
+            <license><![CDATA[CC BY-NC-SA 4.0]]></license>
         </copyright>
 
 
-- 
GitLab