Add links for determining more restrictive license

This commit is contained in:
Rylan Polster 2020-08-03 10:14:01 -04:00
parent 7c6cd247ee
commit 1173d00bf6

View File

@ -99,7 +99,7 @@ If the software is available under multiple licenses, you should list them all i
license ["MIT", "GPL-2.0"] license ["MIT", "GPL-2.0"]
``` ```
Note: only specify multiple licenses if the formula gives the user a choice between the licenses. Formulae that have different licenses for different parts of their software should specify only the more restrictive license. Note: only specify multiple licenses if the formula gives the user a choice between the licenses. Formulae that have different licenses for different parts of their software should specify only the more restrictive license. For help determining which license is more restrictive, take a look [https://choosealicense.com](https://choosealicense.com/licenses/) or the [Comparison of free and open-source software licences Wikipedia page](https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licences).
### Check the build system ### Check the build system