Skip to content

Commit f11a952

Browse files
authored
necessities.md: complete licensing instructions
The instructions recommended adding a link to license files that it didn't mention otherwise. This commit adds a paragraphs making it explicit that (and how) those files should be created.
1 parent 86bd10c commit f11a952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/necessities.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ authors = ["..."]
6969
license = "MIT OR Apache-2.0"
7070
```
7171

72+
Then add the files `LICENSE-APACHE` and `LICENSE-MIT` in the repository root,
73+
containing the text of the licenses (which you can obtain, for instance, from
74+
choosealicense.com, for [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
75+
and [MIT](https://choosealicense.com/licenses/mit/)).
76+
7277
And toward the end of your README.md:
7378

7479
```

0 commit comments

Comments
 (0)