From e69e48a1e41059e5769537fc87751074794bf144 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 27 Mar 2020 22:15:03 +0100 Subject: lib.licenses: Add Unicode License Agreement for Data Files and Software --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index e37eb57cff97..b63de0911bc5 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -682,6 +682,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) { # channel and NixOS images. }; + unicode-dfs-2016 = spdx { + spdxId = "Unicode-DFS-2016"; + fullName = "Unicode License Agreement - Data Files and Software (2016)"; + }; + unlicense = spdx { spdxId = "Unlicense"; fullName = "The Unlicense"; -- cgit 1.4.1