From cf0b477fdf64ef1d8af2b0a7848084011c73f66f Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Tue, 19 Jan 2016 08:23:24 +0000
Subject: [PATCH] added license for example plugins

---
 plugins/ExamplePlugin/plugin.json | 2 +-
 plugins/ExampleTheme/plugin.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index 7f989d960b..71f81fb70d 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -14,6 +14,6 @@
     }
   ],
   "homepage": "",
-  "license": "",
+  "license": "GPL v3+",
   "keywords": []
 }
\ No newline at end of file
diff --git a/plugins/ExampleTheme/plugin.json b/plugins/ExampleTheme/plugin.json
index 4b31d0a4fb..7f486d6ddf 100644
--- a/plugins/ExampleTheme/plugin.json
+++ b/plugins/ExampleTheme/plugin.json
@@ -5,7 +5,7 @@
     "theme": true,
     "stylesheet": "stylesheets/theme.less",
     "homepage": "",
-    "license": "",
+    "license": "GPL v3+",
     "keywords": [],
     "authors": [
         {
-- 
GitLab