mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
lib/licenses: mark watcom
as non‐Free
This commit is contained in:
parent
5dceb649bf
commit
f465662a11
@ -1290,6 +1290,15 @@ lib.mapAttrs mkLicense ({
|
||||
watcom = {
|
||||
spdxId = "Watcom-1.0";
|
||||
fullName = "Sybase Open Watcom Public License 1.0";
|
||||
# Despite being OSI‐approved, this licence is not considered FOSS
|
||||
# by Debian, Fedora, or the FSF, due to an onerous restriction that
|
||||
# requires publication of even privately‐deployed modifications.
|
||||
# This violates the FSF’s freedom 3 and Debian’s “desert island
|
||||
# test” and “dissident test”.
|
||||
#
|
||||
# See: <https://en.wikipedia.org/wiki/Sybase_Open_Watcom_Public_License>
|
||||
free = false;
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
w3c = {
|
||||
|
Loading…
Reference in New Issue
Block a user