From e841544d6c8162f01808c325a1e230a878244523 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Mon, 30 Oct 2023 18:33:11 +0000 Subject: [PATCH] licenses: add ICU license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 49c7a4a353ec..7d2a22bc25a4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -632,6 +632,11 @@ in mkLicense lset) ({ url = "https://old.calculate-linux.org/packages/licenses/iASL"; }; + icu = { + spdxId = "ICU"; + fullName = "ICU"; + }; + ijg = { spdxId = "IJG"; fullName = "Independent JPEG Group License";