Difference between revisions of "Module:Extension"
Jump to navigation
Jump to search
link to OSI for MIT license
>Ricordisamoa (+ ECL-2.0) |
>Ricordisamoa (link to OSI for MIT license) |
||
Line 3: | Line 3: | ||
local addr = { | local addr = { | ||
GNU = '//www.gnu.org/', | GNU = '//www.gnu.org/', | ||
OSI = 'http://opensource.org/licenses/', | |||
CC = '//creativecommons.org/licenses/' | CC = '//creativecommons.org/licenses/' | ||
} | } | ||
Line 29: | Line 30: | ||
['LGPL-3.0'] = { '[' .. addr.GNU .. 'licenses/lgpl-3.0.html GNU Lesser General Public License 3.0]', 'LGPL' }, | ['LGPL-3.0'] = { '[' .. addr.GNU .. 'licenses/lgpl-3.0.html GNU Lesser General Public License 3.0]', 'LGPL' }, | ||
['FDL'] = { '[' .. addr.GNU .. 'licenses/fdl.html GNU Free Documentation License]' }, | ['FDL'] = { '[' .. addr.GNU .. 'licenses/fdl.html GNU Free Documentation License]' }, | ||
['MIT'] = { 'MIT License', 'MIT' }, | ['MIT'] = { '[' .. addr.OSI .. 'mit-license.php MIT License]', 'MIT' }, | ||
['MPL-1.0'] = { 'Mozilla Public License 1.0', 'MPL' }, | ['MPL-1.0'] = { 'Mozilla Public License 1.0', 'MPL' }, | ||
['MPL-2.0'] = { 'Mozilla Public License 2.0', 'MPL' }, | ['MPL-2.0'] = { 'Mozilla Public License 2.0', 'MPL' }, |