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.
This commit is contained in:
Linus Heckemann 2018-11-16 17:47:08 +01:00
parent 07eaaf6c8b
commit 8fb1e5e166

View File

@ -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 {