summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-08-22 11:16:50 +0200
committerJanne Heß <janne@hess.ooo>2022-08-22 11:16:50 +0200
commite6b89a5a52398c41f9fe49025acd6f9f8688c42a (patch)
treea3fbdbc37d53c332500b65b9efbf9a3f3bcddc8a /lib/licenses.nix
parent42928915a9192317591c33550a7e4082f5246c81 (diff)
downloadnixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar.gz
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar.bz2
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar.lz
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar.xz
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.tar.zst
nixpkgs-e6b89a5a52398c41f9fe49025acd6f9f8688c42a.zip
perlPackages: Clarify all unfree licenses
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 56299612a0e..a376a681d58 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -693,6 +693,11 @@ in mkLicense lset) ({
     fullName = "SIL Open Font License 1.1";
   };
 
+  oml = {
+    spdxId = "OML";
+    fullName = "Open Market License";
+  };
+
   openldap = {
     spdxId = "OLDAP-2.8";
     fullName = "Open LDAP Public License v2.8";
@@ -824,6 +829,11 @@ in mkLicense lset) ({
     fullName = "TCL/TK License";
   };
 
+  ucd = {
+    fullName = "Unicode Character Database License";
+    url = "https://fedoraproject.org/wiki/Licensing:UCD";
+  };
+
   ufl = {
     fullName = "Ubuntu Font License 1.0";
     url = "https://ubuntu.com/legal/font-licence";