From 2dc59e16971f12bd1ed81762dfc005adf6c75635 Mon Sep 17 00:00:00 2001
From: Philipp Dittert
Date: Thu, 20 Aug 2015 15:02:29 +0200
Subject: [PATCH] add license to composer.json
---
composer.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/composer.json b/composer.json
index 8460386..3b6d55f 100644
--- a/composer.json
+++ b/composer.json
@@ -2,6 +2,7 @@
"name": "techdivision/modulebase",
"type": "typo3-flow-package",
"description": "Provides the TechDivision backend module section",
+ "license": "GPL-3.0+",
"homepage" : "https://github.com/techdivision/TechDivision.ModuleBase",
"authors" : [{
"name" : "Philipp Dittert",