Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Utilizzo di _hasAFreeLicense() e _hasAProprietaryLicense() |
m fix per Sterling (software) |
||
Riga 242:
local licenseIsProprietary_ = {}
function p._licenseIsProprietary(license)
-- Q218616 proprietary software
if license == 'Q218616' then
return true
end
if licenseIsProprietary_[license] == nil then
-- Q14624820 non-free software license
|