Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix from |
m debug |
||
Riga 226:
]]
function p._hasAFreeLicense(frame)
local debug = ''
for _, license in pairs( p.licenses(frame) ) do
debug = debug .. license
if p._licenseIsFree(license) then
return true
end
end
return
end
|