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:
parent
07eaaf6c8b
commit
8fb1e5e166
@ -47,6 +47,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
amd = {
|
amd = {
|
||||||
fullName = "AMD License Agreement";
|
fullName = "AMD License Agreement";
|
||||||
url = http://developer.amd.com/amd-license-agreement/;
|
url = http://developer.amd.com/amd-license-agreement/;
|
||||||
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
apsl20 = spdx {
|
apsl20 = spdx {
|
||||||
@ -107,11 +108,13 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
bsl10 = {
|
bsl10 = {
|
||||||
fullName = "Business Source License 1.0";
|
fullName = "Business Source License 1.0";
|
||||||
url = https://mariadb.com/bsl10;
|
url = https://mariadb.com/bsl10;
|
||||||
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
bsl11 = {
|
bsl11 = {
|
||||||
fullName = "Business Source License 1.1";
|
fullName = "Business Source License 1.1";
|
||||||
url = https://mariadb.com/bsl11;
|
url = https://mariadb.com/bsl11;
|
||||||
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
clArtistic = spdx {
|
clArtistic = spdx {
|
||||||
|
Loading…
Reference in New Issue
Block a user