about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2023-10-30 18:33:11 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-05-02 15:34:02 +0000
commite841544d6c8162f01808c325a1e230a878244523 (patch)
tree050ae7d4da5ff12b51662311b95b61d1de4d122b /lib
parent91e0db47408da875a3d4561664257847a87f94bb (diff)
licenses: add ICU license
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 49c7a4a353ecb..7d2a22bc25a47 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";