Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Fix per VeraCrypt |
|||
Riga 234:
if licenseIsFree_[license] == nil then
-- Q3943414 free software license
-- |
-- | Q616526 Apache License (to get Q13785927 Apache-2.0)
licenseIsFree_[license] = mWikidata._instanceOf({'Q3943414', 'Q7603', 'Q616526', from = license}) or false
end
return licenseIsFree_[license]
|