about summary refs log tree commit diff
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
parent91e0db47408da875a3d4561664257847a87f94bb (diff)
downloadnixlib-e841544d6c8162f01808c325a1e230a878244523.tar
nixlib-e841544d6c8162f01808c325a1e230a878244523.tar.gz
nixlib-e841544d6c8162f01808c325a1e230a878244523.tar.bz2
nixlib-e841544d6c8162f01808c325a1e230a878244523.tar.lz
nixlib-e841544d6c8162f01808c325a1e230a878244523.tar.xz
nixlib-e841544d6c8162f01808c325a1e230a878244523.tar.zst
nixlib-e841544d6c8162f01808c325a1e230a878244523.zip
licenses: add ICU license
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
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";