about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-11-16 20:09:44 +0100
committerLinus Heckemann <git@sphalerite.org>2018-11-16 20:58:49 +0100
commit4ef0760808b64d751f6605ac453b281e5d29ba1f (patch)
treed8b7c672b79f91bb3967c73b788128c0c3d43b0f /lib/licenses.nix
parent8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b (diff)
lib/licenses: remove bsl10
Licence isn't used anywhere and nonfree.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ee84ea9d86239..ed91b5adedbf9 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -105,12 +105,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = ''BSD 4-clause "Original" or "Old" License'';
   };
 
-  bsl10 = {
-    fullName = "Business Source License 1.0";
-    url = https://mariadb.com/bsl10;
-    free = false;
-  };
-
   bsl11 = {
     fullName = "Business Source License 1.1";
     url = https://mariadb.com/bsl11;