Modulo:Software: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Fix per VeraCrypt
Riga 234:
if licenseIsFree_[license] == nil then
-- Q3943414 free software license
-- | Q616526Q7603 Apache GNU General Public License (to get the Q13785927Q27016754 ApacheGPL-23.0+)
-- | Q616526 Apache License (to get Q13785927 Apache-2.0)
licenseIsFree_[license] = mWikidata._instanceOf({'Q3943414', 'Q7603', 'Q616526', from = license}) or false
end
return licenseIsFree_[license]