Skip to content

Commit

Permalink
chore: add 0BSD license (#8506)
Browse files Browse the repository at this point in the history
Seems to be permissive enough and close to ISC:
https://opensource.org/license/0bsd
  • Loading branch information
gastonfournier authored Oct 23, 2024
1 parent 8190309 commit 7ac33af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, CC0-1.0, Unlicense, BlueOak-1.0.0
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0
comment-summary-in-pr: always

0 comments on commit 7ac33af

Please sign in to comment.