Modulo:Software: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix _instanceOf()
m fix from
Riga 207:
if licenseIsFree_[license] == nil then
-- Q3943414 free software license
licenseIsFree_[license] = mWikidata._instanceOf({'Q3943414'}, {from = license}) or false
end
return licenseIsFree_[license]
Riga 217:
if licenseIsProprietary_[license] == nil then
-- Q725920 end-user license agreement
licenseIsProprietary_[license] = mWikidata._instanceOf({'Q725920'}, {from = license}) or false
end
return licenseIsProprietary_[license]