From 3730118d63e2b363addebd257eb89bb72f39d468 Mon Sep 17 00:00:00 2001 From: farvardin Date: Thu, 23 Apr 2020 10:02:55 +0200 Subject: [PATCH] adding licence details in the manifest --- README.md | 2 ++ manifest.json | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1956e4..62d82a6 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ If something goes wrong, you can go back to the original default file: ``` cp templates/minimaxing/minimaxing_org.css templates/minimaxing/minimaxing.css ``` + + ## License MIT license diff --git a/manifest.json b/manifest.json index e29ab81..737048b 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.0~ynh1", "url": "https://lionwiki-t2t.sourceforge.io/", - "license": "free", + "license": "MIT", "maintainer": { "name": "Eric Forgeot" }, @@ -56,6 +56,10 @@ "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" + }, + "help": { + "en": "If it's not public, only SSO registered users will be able to user it.", + "fr": "Si ce n'est pas public, seuls les utilisateurs enregistrés sur le SSO pourront l'utiliser." }, "default": true },