Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m disabling cache |
re-enabling cache |
||
Riga 213:
local licenseIsFree_ = {}
function p._licenseIsFree(license)
▲ --if licenseIsFree_[license] == nil then
-- Q3943414 free software license
end
Riga 228 ⟶ 225:
if licenseIsProprietary_[license] == nil then
-- Q725920 end-user license agreement
licenseIsProprietary_[license] = mWikidata._instanceOf({'Q725920'
end
return licenseIsProprietary_[license]
|