mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs: add reference to :cannot_represent license
This commit is contained in:
parent
24523f8225
commit
e459056d27
@ -18,6 +18,12 @@ The public domain can be indicated using a symbol:
|
|||||||
license :public_domain
|
license :public_domain
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If the license for a formula cannot be represented using an SPDX expression:
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
license :cannot_represent
|
||||||
|
```
|
||||||
|
|
||||||
## Complex SPDX License Expressions
|
## Complex SPDX License Expressions
|
||||||
|
|
||||||
Some formulae have multiple licenses that need to be combined in different ways. In these cases, a more complex license expression can be used. These expressions are based on the [SPDX License Expression Guidelines](https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/).
|
Some formulae have multiple licenses that need to be combined in different ways. In these cases, a more complex license expression can be used. These expressions are based on the [SPDX License Expression Guidelines](https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user