mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
licenses: add Fair Source License v0.9
This commit is contained in:
parent
979b4232b3
commit
f8eadce278
1 changed files with 7 additions and 0 deletions
|
@ -615,6 +615,13 @@ in mkLicense lset) ({
|
|||
free = true;
|
||||
};
|
||||
|
||||
fairsource09 = {
|
||||
fullName = "Fair Source License, version 0.9";
|
||||
url = "https://fair.io/v0.9.txt";
|
||||
free = false;
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
issl = {
|
||||
fullName = "Intel Simplified Software License";
|
||||
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue