File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Templates:
8
8
- ` README[.md|.rst|.txt] `
9
9
- ` CITATION.cff `
10
10
- ` CHANGES `
11
- - ` LICENSE `
11
+ - ` LICENSE[.md|.rst|.txt] `
12
12
13
13
### ` dataset_description.json `
14
14
Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ LICENSE:
27
27
A `LICENSE` file MAY be provided in addition to the short specification of the
28
28
used license in the `dataset_description.json` `"License"` field.
29
29
The `"License"` field and `LICENSE` file MUST correspond.
30
- The `LICENSE` file MUST be either in ASCII or UTF-8 encoding.
30
+ The `LICENSE` file MUST be either in ASCII or UTF-8 encoding and MAY have one of the extensions:
31
+ `.md` ([Markdown](https://www.markdownguide.org/)),
32
+ `.rst` ([reStructuredText](https://docutils.sourceforge.io/rst.html)),
33
+ or `.txt`.
31
34
README :
32
35
display_name : README
33
36
file_type : regular
Original file line number Diff line number Diff line change @@ -21,7 +21,12 @@ CHANGES:
21
21
path : CHANGES
22
22
LICENSE :
23
23
level : optional
24
- path : LICENSE
24
+ stem : LICENSE
25
+ extensions :
26
+ - ' '
27
+ - .md
28
+ - .rst
29
+ - .txt
25
30
genetic_info :
26
31
level : optional
27
32
path : genetic_info.json
You can’t perform that action at this time.
0 commit comments