summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-22 18:01:16 +0000
committerGitHub <noreply@github.com>2022-08-22 18:01:16 +0000
commit9968240f42ebcb3b70f7e16108b1c113df698e3c (patch)
treeef61f1c2bd2557bfa596df9bb152ad97ce4618a8 /lib
parent95c5daaba5ae4b248e15dfc0bb65df2c7b5ff4a6 (diff)
parentc83b87fecd1a86d6a1861667664e6f45eb76d763 (diff)
Merge master into staging-next
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 56299612a0e6..a376a681d58e 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";