summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-11-16 17:47:08 +0100
committerLinus Heckemann <git@sphalerite.org>2018-11-16 20:58:33 +0100
commit8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b (patch)
tree27d79dcfe859bc46c12c4d98838af9f71b6312bd /lib/licenses.nix
parent07eaaf6c8b8c38605d82ab37fa337e4816ce9880 (diff)
downloadnixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar.gz
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar.bz2
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar.lz
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar.xz
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.tar.zst
nixpkgs-8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b.zip
lib/licenses: mark some as unfree
AMD license agreement (currently unavailable at the given URL, but
included in tarball) disallows reverse-engineering, modification,
redistribution etc;

BSL licenses limit commercial production use.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e3803c098c7..ee84ea9d862 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -47,6 +47,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
   amd = {
     fullName = "AMD License Agreement";
     url = http://developer.amd.com/amd-license-agreement/;
+    free = false;
   };
 
   apsl20 = spdx {
@@ -107,11 +108,13 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
   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;
+    free = false;
   };
 
   clArtistic = spdx {