Difference between revisions of "Module:Extension"

34 bytes removed ,  08:15, 16 July 2017
oops
>Kghbln
(add CC0 to public domain)
>Kghbln
(oops)
Line 19: Line 19:
Apache = 'Apache licensed extensions',
Apache = 'Apache licensed extensions',
PD    = 'Public domain licensed extensions',
PD    = 'Public domain licensed extensions',
CC0    = 'Public domain licensed extensions',
CC    = 'Creative Commons licensed extensions',
CC    = 'Creative Commons licensed extensions',
ECL    = 'Educational Community licensed extensions',
ECL    = 'Educational Community licensed extensions',
Line 29: Line 28:
['LGPL-2.1']    = { '[' .. addr.GNU .. 'lgpl-2.1.html GNU Lesser General Public License 2.1]', 'LGPL' },
['LGPL-2.1']    = { '[' .. addr.GNU .. 'lgpl-2.1.html GNU Lesser General Public License 2.1]', 'LGPL' },
['LGPL-3.0']    = { '[' .. addr.GNU .. 'lgpl-3.0.html GNU Lesser General Public License 3.0]', 'LGPL' },
['LGPL-3.0']    = { '[' .. addr.GNU .. 'lgpl-3.0.html GNU Lesser General Public License 3.0]', 'LGPL' },
['FDL']          = { '[' .. addr.GNU .. 'fdl.html GNU Free Documentation License]' },
['FDL']          = { '[' .. addr.GNU .. 'fdl.html GNU Free Documentation License]', 'FDL' },
['MIT']          = { '[' .. addr.OSI .. 'mit-license.php MIT License]', 'MIT' },
['MIT']          = { '[' .. addr.OSI .. 'mit-license.php MIT License]', 'MIT' },
['ISC']          = { '[' .. addr.OSI .. 'ISC ISC License]', 'ISC' },
['ISC']          = { '[' .. addr.OSI .. 'ISC ISC License]', 'ISC' },
Line 40: Line 39:
['Apache-2.0']  = { '[//www.apache.org/licenses/LICENSE-2.0 Apache License 2.0]', 'Apache' },
['Apache-2.0']  = { '[//www.apache.org/licenses/LICENSE-2.0 Apache License 2.0]', 'Apache' },
['Zlib']        = { '[' .. addr.OSI .. 'Zlib zlib License]' },
['Zlib']        = { '[' .. addr.OSI .. 'Zlib zlib License]' },
['CC0-1.0']      = { '[//creativecommons.org/publicdomain/zero/1.0/ Creative Commons Zero v1.0 Universal]' },
['CC0-1.0']      = { '[//creativecommons.org/publicdomain/zero/1.0/ Creative Commons Zero v1.0 Universal]', 'PD' },
['CC-BY-3.0']    = { '[' .. addr.CC .. 'by/3.0/ Creative Commons Attribution 3.0]', 'CC' },
['CC-BY-3.0']    = { '[' .. addr.CC .. 'by/3.0/ Creative Commons Attribution 3.0]', 'CC' },
['CC-BY-SA-2.0'] = { '[' .. addr.CC .. 'by-sa/2.0/ Creative Commons Attribution Share Alike 2.0]', 'CC' },
['CC-BY-SA-2.0'] = { '[' .. addr.CC .. 'by-sa/2.0/ Creative Commons Attribution Share Alike 2.0]', 'CC' },
Anonymous user