diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 75e1a2a066..d20dbae6f4 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -3356,7 +3356,7 @@ class Formula # # @!attribute [w] license # @see https://docs.brew.sh/License-Guidelines Homebrew License Guidelines - # @see https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/ SPDX license expression guide + # @see https://spdx.github.io/spdx-spec/latest/annexes/spdx-license-expressions/ SPDX license expression guide # @api public def license(args = nil) if args.nil? diff --git a/docs/License-Guidelines.md b/docs/License-Guidelines.md index 8811a14da0..96f632105e 100644 --- a/docs/License-Guidelines.md +++ b/docs/License-Guidelines.md @@ -26,7 +26,7 @@ license :cannot_represent ## 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/latest/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/latest/annexes/spdx-license-expressions/). Add a `+` to indicate that the user can choose a later version of the same license: