diff --git a/packaging_apps.md b/packaging_apps.md index b39c1c33..7c29e25f 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -20,6 +20,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, + "license": "GPL-3", "developer": { "name": "kload", "email": "kload@kload.fr", @@ -54,6 +55,8 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun * **description** : The complete description of the app. You can make it as detailed as you feel it should be. Only `en` is required right now, but you can translate the description by prepending the locale prefix. +* **license** : The license under which the app is distributed. Please use the short name of the license, e.g. `GPL-3` for the GNU General Public License v3. You can find a list of standard abbreviations here: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-short-name + * **developer** : Some information about the app maintainer (you!). * **multi_instance** : This defines your app's ability to be installed multiple times. When YunoHost tries to install a second instance of your app, it will replace the `id` in your scripts by an `id__2`. It means that, if you want to be `multi_instance`, you have to put all the identifiers in the scripts.