Skip to content

Commit 5f37a0c

Browse files
authored
Merge pull request #214 from waldyrious/patch-2
necessities.md: complete licensing instructions
2 parents 1b2c61d + f11a952 commit 5f37a0c

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)