about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-10-06 19:28:02 +0200
committerh7x4 <h7x4@nani.wtf>2024-02-10 16:05:30 +0100
commit8d165ba9039c8ef55cf598aa1e65da1629fd2368 (patch)
tree5e69e412ac99e71e8bc64d00595a15ef8a4b56e1 /lib/licenses.nix
parent2253eb356824637e3aa49bb399f546336efeaad1 (diff)
licenses: add mplus
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 47b7005c561d0..39d8272f7573a 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -854,6 +854,11 @@ in mkLicense lset) ({
     fullName = "Mozilla Public License 2.0";
   };
 
+  mplus = {
+    spdxId = "mplus";
+    fullName = "M+ Font License";
+  };
+
   mspl = {
     spdxId = "MS-PL";
     fullName = "Microsoft Public License";