From a055aa988d50776a916e1c994ee08bd0ede0a27b Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 26 Jul 2019 14:50:11 +0200 Subject: [PATCH] expand latin; link to license advice Co-authored-by: Kaushik Ghose --- _extras/recommended-practices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_extras/recommended-practices.md b/_extras/recommended-practices.md index 5324bdff..34d00544 100644 --- a/_extras/recommended-practices.md +++ b/_extras/recommended-practices.md @@ -12,12 +12,12 @@ all are required. ☐ No `type: string` parameters for names of input or reference files/directories; use `type: File` or `type: Directory` as appropriate. -☐ Include a license that allows for re-use by anyone, e.g. +☐ Include a license that allows for re-use by anyone, for example [Apache 2.0][apache-license]. If possible, the license should be specified with its corresponding [SPDX identifier][spdx]. Construct the metadata field for the licence by providing a URL of the form `https://spdx.org/licenses/[SPDX-ID]` -where `SPDX-ID` is the taken from the list of identifiers linked above. See the -example snippet below for guidance. For non-standard licenses without an SPDX +where `SPDX-ID` is the taken from the list of identifiers linked above. Consult +https://choosealicense.com/ if needed. For non-standard licenses without an SPDX identifier, provide a URL to the license. _Example of metadata field for license with SPDX identifier:_