Moduł:Lista licencji: Różnice pomiędzy wersjami

Z Nonsensopedii, polskiej encyklopedii humoru
M
M
Linia 6: Linia 6:
{
{
licensetpl_short = "CC-BY-SA-3.0",
licensetpl_short = "CC-BY-SA-3.0",
licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
licensetpl_attr_req = "true",
licensetpl_attr = "jakiśtam tekst atrybucji",
licensetpl_link_req = "true",
licensetpl_link = "https://creativecommons.org/licenses/by-sa/3.0/deed.pl",
licensetpl_nonfree = "false"
}
},
["CC-BY-SA-4.0"] =
{
metadata =
{
licensetpl_short = "CC-BY-SA-4.0",
licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
licensetpl_attr_req = "true",
licensetpl_attr_req = "true",

Wersja z 18:00, 21 cze 2020


local ret =
{
	["CC-BY-SA-3.0"] =
	{
		metadata =
		{
			licensetpl_short = "CC-BY-SA-3.0",
			licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
			licensetpl_attr_req = "true",
			licensetpl_attr = "jakiśtam tekst atrybucji",
			licensetpl_link_req = "true",
			licensetpl_link = "https://creativecommons.org/licenses/by-sa/3.0/deed.pl",
			licensetpl_nonfree = "false"
		}
	},
	["CC-BY-SA-4.0"] =
	{
		metadata =
		{
			licensetpl_short = "CC-BY-SA-4.0",
			licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
			licensetpl_attr_req = "true",
			licensetpl_attr = "jakiśtam tekst atrybucji",
			licensetpl_link_req = "true",
			licensetpl_link = "https://creativecommons.org/licenses/by-sa/3.0/deed.pl",
			licensetpl_nonfree = "false"
		}
	},
	["Copyright"] =
	{
		metadata =
		{
			licensetpl_short = "CC-BY-SA-3.0",
			licensetpl_long = "Creative Commons Uznanie autorstwa-Na tych samych warunkach 3.0",
			licensetpl_attr_req = "true",
			licensetpl_attr = "jakiśtam tekst atrybucji",
			licensetpl_link_req = "true",
			licensetpl_link = "https://creativecommons.org/licenses/by-sa/3.0/deed.pl",
			licensetpl_nonfree = "false"
		}
	}
}

-- zamiana kluczy na duże litery
local newRet = {}
for licname, value in pairs(ret) do
	newRet[licname:upper()] = value
end

return newRet