From 8fb1e5e1663243aa15eaa53dedf1bb5fb1098f0b Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Fri, 16 Nov 2018 17:47:08 +0100 Subject: [PATCH] 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. --- lib/licenses.nix | 3 +++ 1 file changed, 3 insertions(+) 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 {