We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b2c61d + f11a952 commit 5f37a0cCopy full SHA for 5f37a0c
src/necessities.md
@@ -69,6 +69,11 @@ authors = ["..."]
69
license = "MIT OR Apache-2.0"
70
```
71
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
+
77
And toward the end of your README.md:
78
79
0 commit comments