From e6b89a5a52398c41f9fe49025acd6f9f8688c42a Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Mon, 22 Aug 2022 11:16:50 +0200 Subject: perlPackages: Clarify all unfree licenses --- lib/licenses.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/licenses.nix') 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"; -- cgit 1.4.1