forked from mirrors/nixpkgs
lib/licenses add Fair license
This commit is contained in:
parent
f5e04db86f
commit
346b939a09
|
@ -558,6 +558,12 @@ in mkLicense lset) ({
|
||||||
redistributable = false;
|
redistributable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fair = {
|
||||||
|
fullName = "Fair License";
|
||||||
|
spdxId = "Fair";
|
||||||
|
free = true;
|
||||||
|
};
|
||||||
|
|
||||||
issl = {
|
issl = {
|
||||||
fullName = "Intel Simplified Software License";
|
fullName = "Intel Simplified Software License";
|
||||||
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";
|
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";
|
||||||
|
|
Loading…
Reference in a new issue