From 611a4bfc0dfefc8388a5026fc1490247bdc3ac55 Mon Sep 17 00:00:00 2001
From: "William A. Kennington III" <william@wkennington.com>
Date: Thu, 26 Mar 2015 17:22:11 -0700
Subject: [PATCH] licenses: Add mpl-1.0

---
 lib/licenses.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/licenses.nix b/lib/licenses.nix
index d4810d412b1d..6d2a6c6aadad 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -287,6 +287,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "MIT License";
   };
 
+  mpl10 = spdx {
+    spdxId = "MPL-1.0";
+    fullName = "Mozilla Public License 1.0";
+  };
+
   mpl11 = spdx {
     spdxId = "MPL-1.1";
     fullName = "Mozilla Public License 1.1";