From 740990b0ed96e6540d523710c0ae1f09e894cebc Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 17 Jun 2025 10:34:20 +0200 Subject: [PATCH] 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. --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 538095dfb3..2f2440a175 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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