about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-28 00:11:42 +0000
committerGitHub <noreply@github.com>2022-03-28 00:11:42 +0000
commitf0839d8bcdcbf06d8d06207a2804be0c373d7f5e (patch)
tree7002869af158752b623d77455c306390ba328369 /lib
parent1f57d3e7224290eebda23fa1c79718d6b8361574 (diff)
parent1edfe6d91bd8348cfccacd72e82d1d06ad470117 (diff)
Merge master into haskell-updates
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 b9310ef6c5b88..2928d11d8b225 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -389,6 +389,11 @@ in mkLicense lset) ({
     free = false;
   };
 
+  generaluser = {
+    fullName = "GeneralUser GS License v2.0";
+    url = "http://www.schristiancollins.com/generaluser.php"; # license included in sources
+  };
+
   gpl1Only = {
     spdxId = "GPL-1.0-only";
     fullName = "GNU General Public License v1.0 only";
@@ -607,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";