mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
licenses: add Anti-Capitalist Software License v1.4
This commit is contained in:
parent
ccd18bf7d5
commit
7843484dc1
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@ in mkLicense lset) ({
|
||||||
fullName = "Abstyles License";
|
fullName = "Abstyles License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
acsl14 = {
|
||||||
|
fullName = "Anti-Capitalist Software License v1.4";
|
||||||
|
url = "https://anticapitalist.software/";
|
||||||
|
/* restrictions on corporations apply for both use and redistribution */
|
||||||
|
free = false;
|
||||||
|
redistributable = false;
|
||||||
|
};
|
||||||
|
|
||||||
afl20 = {
|
afl20 = {
|
||||||
spdxId = "AFL-2.0";
|
spdxId = "AFL-2.0";
|
||||||
fullName = "Academic Free License v2.0";
|
fullName = "Academic Free License v2.0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue