Skip to content

Commit

Permalink
Use GNU link instead of wikipedia (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Jan 31, 2022
1 parent 1cd0951 commit 4d7a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/checks/licenses/cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exceptions = [

### The `copyleft` field (optional)

Determines what happens when a license that is considered [copyleft](https://en.wikipedia.org/wiki/Copyleft) is encountered.
Determines what happens when a license that is considered [copyleft](https://www.gnu.org/licenses/license-list.html) is encountered.

* `warn` (default) - Will emit a warning that a copyleft license was detected, but will not fail the license check
* `deny` - The license is not accepted if it is copyleft, but the license check might not fail if the expression still evaluates to true
Expand Down

0 comments on commit 4d7a236

Please sign in to comment.