lib/licenses: mark watcom as non‐Free

This commit is contained in:
Emily 2024-10-31 13:49:37 +00:00
parent 5dceb649bf
commit f465662a11

View File

@ -1290,6 +1290,15 @@ lib.mapAttrs mkLicense ({
watcom = { watcom = {
spdxId = "Watcom-1.0"; spdxId = "Watcom-1.0";
fullName = "Sybase Open Watcom Public License 1.0"; fullName = "Sybase Open Watcom Public License 1.0";
# Despite being OSIapproved, this licence is not considered FOSS
# by Debian, Fedora, or the FSF, due to an onerous restriction that
# requires publication of even privatelydeployed modifications.
# This violates the FSFs freedom 3 and Debians “desert island
# test” and “dissident test”.
#
# See: <https://en.wikipedia.org/wiki/Sybase_Open_Watcom_Public_License>
free = false;
redistributable = true;
}; };
w3c = { w3c = {