Apply suggestions from code review

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Rylan Polster 2020-08-03 10:10:17 -04:00 committed by GitHub
parent 7fe6384ca5
commit 7c6cd247ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,11 +89,11 @@ Try to summarise from the [`homepage`](https://rubydoc.brew.sh/Formula#homepage%
### Fill in the `license` ### Fill in the `license`
**We dont accept formulae without a [`license`](https://rubydoc.brew.sh/Formula#license-class_method)!** **We dont accept new formulae into Homebrew/homebrew-core without a [`license`](https://rubydoc.brew.sh/Formula#license-class_method)!**
Find the license identifier from the [SPDX License List](https://spdx.org/licenses/). We only accept licenses from this list. Find the license identifier from the [SPDX License List](https://spdx.org/licenses/). We only accept licenses from this list that are a [Debian Free Software Guidelines license](https://wiki.debian.org/DFSGLicenses).
If the formula gives the user the option to choose which license to use, you should list them all in an array: If the software is available under multiple licenses, you should list them all in an array:
```ruby ```ruby
license ["MIT", "GPL-2.0"] license ["MIT", "GPL-2.0"]