From fed18713e4279fc46cd9afd503cfc343914ad29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 25 Jul 2025 10:39:18 +0200 Subject: [PATCH] chore: Add ISC as compatible license to aGPLv3 --- licenses.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/licenses.yaml b/licenses.yaml index 02b7ad97e..c10273e32 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -12,6 +12,7 @@ permittedLicenses: - BSD-2-Clause - BSD-3-Clause - EUPL-1.2 + - ISC - LGPL-3.0 - MIT - MPL-2.0