Skip to content

Commit

Permalink
Switch to "allowlist" and "denylist" in wwhrd license check config
Browse files Browse the repository at this point in the history
Those are more inclusive terms in line with Red Hat recommendations [1].

Also, this is the recommended way of configuring wwhrd [2]

[1] https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language
[2] frapposelli/wwhrd#56
  • Loading branch information
rm3l committed Apr 6, 2022
1 parent 7c62587 commit d0ed3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wwhrd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
blacklist:
denylist:
# https://www.apache.org/licenses/GPL-compatibility.html
- GPL-2.0

whitelist:
allowlist:
- Apache-2.0
- MIT
- NewBSD
Expand Down

0 comments on commit d0ed3ec

Please sign in to comment.