about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 14:53:39 +0200
committerGitHub <noreply@github.com>2022-03-27 14:53:39 +0200
commitac5ea3658138db43bdf836970761454fbf46d168 (patch)
treef05121b3ad98414d3b450efe979c587d9310f5c6 /lib
parentc42bc84ecbab6d0da4398a53d1fd6fea59835f68 (diff)
parentc92bd0b04e9837f7284326b95f6afba23cdfc48f (diff)
Merge pull request #165672 from yoctocell/patatt-init
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b530500741bb7..2928d11d8b225 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -612,6 +612,11 @@ in mkLicense lset) ({
     fullName = "Enlightenment License (e16)";
   };
 
+  mit0 = {
+    spdxId = "MIT-0";
+    fullName = "MIT No Attribution";
+  };
+
   mpl10 = {
     spdxId = "MPL-1.0";
     fullName = "Mozilla Public License 1.0";