about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-18 21:00:17 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-18 22:36:18 +0200
commitf5b9a9455ff68fb60a5b3ac64526d132005ca7a4 (patch)
treebad695971dd3ffbe16968820b838fa8b12ed381c /lib/licenses.nix
parentb1800e3c18ed89afcb7be869fb4c355a04075005 (diff)
libmilter: add license
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 c370af3467919..611e6ddb35b77 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -585,6 +585,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Ruby License";
   };
 
+  sendmail = spdx {
+    spdxId = "Sendmail";
+    fullName = "Sendmail License";
+  };
+
   sgi-b-20 = spdx {
     spdxId = "SGI-B-2.0";
     fullName = "SGI Free Software License B v2.0";