File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ all are required.
17
17
to write your own (see the link below to learn more about choosing a license), and our recommended
18
18
practice is to choose a license that allows for re-use by anyone, e.g. [ Apache 2.0] [ apache-license ] .
19
19
20
- If possible, the license should be specified wit its corresponding [ SPDX identifier] [ spdx ] .
20
+ If possible, the license should be specified with its corresponding [ SPDX identifier] [ spdx ] .
21
21
Construct the metadata field for the licence by providing a URL of the form
22
- ` https://spdx.org/licenses/[SPDX-ID] ` where ` SPDX-ID ` is the taken from the list of identifiers
22
+ ` https://spdx.org/licenses/[SPDX-ID] ` where ` SPDX-ID ` is taken from the list of identifiers
23
23
linked above. See the example snippet below for guidance. For non-standard licenses without an SPDX
24
24
identifier, provide a URL to the license.
25
25
@@ -34,8 +34,8 @@ all are required.
34
34
# other s: declarations
35
35
```
36
36
37
- For more examples of providing metadata within CWL descriptions, see the
38
- Metadata and Authorship section of this User Guide.
37
+ For more examples of providing metadata within CWL descriptions, see
38
+ [ the Metadata and Authorship section of this User Guide] ( ../topics/metadata-and-authorship.md ) .
39
39
40
40
- Include [ attribution information] [ license-example ] for the author(s) of
41
41
the CWL tool or workflow description. Use unambiguous identifiers like
You can’t perform that action at this time.
0 commit comments