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