1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-09 13:47:13 +02:00

chore: Add PSF to approved licenses list (#10148)

http://docs.python.org/license.html states that though GPL-compatible,
PSF allows usage without having to redistribute own source code.
This commit is contained in:
Christopher Kolstad 2025-06-17 10:34:20 +02:00 committed by GitHub
parent 2e069daf41
commit 740990b0ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0
allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0, PSF-2.0
comment-summary-in-pr: always