From 6155d8e8823f700dbb40d738b700a07349b0d089 Mon Sep 17 00:00:00 2001 From: Declan Carroll Date: Tue, 18 Aug 2026 10:39:29 +0000 Subject: [PATCH] build: Re-pin mailsplit license election to 5.4.15 (no-changelog) (#36491) Co-authored-by: Claude Fable 5 --- scripts/licenses/license-overrides.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/licenses/license-overrides.json b/scripts/licenses/license-overrides.json index 769f8debf37..45a27d604f8 100644 --- a/scripts/licenses/license-overrides.json +++ b/scripts/licenses/license-overrides.json @@ -71,9 +71,9 @@ "elected": "MIT", "source": "Dual-licensed (MIT OR GPL-3.0-or-later) per https://github.com/Stuk/jszip/blob/main/LICENSE.markdown. n8n elects MIT; recorded so a copyleft policy gate reads MIT rather than the GPL alternative." }, - "pkg:npm/%40zone-eu/mailsplit@5.4.8": { + "pkg:npm/%40zone-eu/mailsplit@5.4.15": { "elected": "MIT", - "source": "Dual-licensed (MIT OR EUPL-1.1+) per https://github.com/zone-eu/mailsplit#license. n8n elects MIT; recorded so a copyleft policy gate reads MIT rather than the EUPL alternative." + "source": "Dual-licensed (MIT OR EUPL-1.1+) per https://github.com/zone-eu/mailsplit#license; re-verified for 5.4.15 (package.json license field unchanged). n8n elects MIT; recorded so a copyleft policy gate reads MIT rather than the EUPL alternative." } } }