From 31143503fe9a3158266b834ef9880ef5ac0d050a Mon Sep 17 00:00:00 2001 From: Yalh Date: Mon, 28 Jan 2019 19:08:34 +0100 Subject: [PATCH] Adding additional licenses information --- packaging_apps_manifest.md | 2 +- packaging_apps_manifest_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging_apps_manifest.md b/packaging_apps_manifest.md index 8130b1e1..3d79d09b 100644 --- a/packaging_apps_manifest.md +++ b/packaging_apps_manifest.md @@ -65,7 +65,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun * **version**: version of the package builded from the upstream version number and an incremental number for each change in the package without upstream change. Example "1.0.1~ynh7". Must be a string. -* **license**: application license: `free` or `non-free`. Be careful to not confuse with package license which must be put in `LICENSE` file. +* **license**: application license: `free`, `non-free` or a value from the Identifier column from https://spdx.org/licenses/. Be careful to not confuse with package license which must be put in `LICENSE` file. * **maintainer**: informations about the app maintainer for contact. diff --git a/packaging_apps_manifest_fr.md b/packaging_apps_manifest_fr.md index dbb9acb3..5007ffb5 100644 --- a/packaging_apps_manifest_fr.md +++ b/packaging_apps_manifest_fr.md @@ -65,7 +65,7 @@ Le fichier `manifest.json` définit les constantes de l’application, un ensemb * **version** : version du package construit à partir du numéro de version de l’application qui est installée et d'un incrément pour chaque changement du paquet sans changement de version de l'application. "Exemple: 1.0.1~ynh7". Le champ doit être une chaîne de caractères. -* **license** : licence avec laquelle l’application est distribuée : `free`, `non-free`. Attention à ne pas confondre avec la licence du paquet qui doit être mise dans le fichier `LICENSE`. +* **license** : licence avec laquelle l’application est distribuée : `free`, `non-free` ou une des valeurs de la colonne Identifier du site https://spdx.org/licenses/. Attention à ne pas confondre avec la licence du paquet qui doit être mise dans le fichier `LICENSE`. * **maintainer** : informations à propos du mainteneur du paquet de l’application pour pouvoir le contacter.