Module:File license/data/licenses

From Tardis Wiki, the free Doctor Who reference

Documentation for this module may be created at Module:File license/data/licenses/doc

-- main definitions: use display text, release display test, shared display text, short name, long name, link, link needed?, attribution needed?, non-free?
licenses = {
--non-free "licenses":
	 ["fair"] = {"qualifies as '''[[Wikipedia:Fair dealing|fair dealing]]''' under the laws of the [[Wikipedia:United Kingdom|United Kingdom]], [[Wikipedia:Canada|Canada]], and [[Wikipedia:Australia|Australia]], and as '''[[Wikipedia:Fair use|fair use]]''' under [[Wikipedia:United States|United States]] copyright law. '''Other use of this image may be copyright infringement.''' See [[Wikipedia:Wikipedia:Non-free content|Wikipedia:Fair use]] for more information.", "", "",
	 	"Fair dealing", "Fair dealing", "https://www.gov.uk/guidance/exceptions-to-copyright#fair-dealing", "false", "true", "true"}
	,["permission"] = {"is done with permission from the copyright owner.", "give permission for", "'''Other use of this image may be copyright infringement.'''",
		"With permission", "Used with permission", "", "false", "true", "true"}

-- free licenses:
	,["CC BY 4.0"] = {"is permissible under the terms of the [https://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International license] under which this file is available.", "publish it under the terms of the [https://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International license], allowing, among other things,", "<div style='text-align:center;float:left;'>[[File:CC logo.svg|90px|link=|Creative Commons]]<br>[[File:Cc-by.svg|24px|link=|attribution]]</div>Under the terms of this license, you are free:\n* '''to share''' - to copy, distribute and transfer the work\n* '''to remix''' - to adapt the work\nUnder the following conditions:\n* '''attribution''' – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.",
		"CC BY 4.0", "Creative Commons Attribution 4.0 International", "https://creativecommons.org/licenses/by/4.0/", "true", "true", "false"}
	,["CC BY-SA 4.0"] = {"is permissible under the terms of the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International license] under which this file is available.", "publish it under the terms of the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International license], allowing, among other things,", "<div style='text-align:center;float:left;'>[[File:CC logo.svg|90px|link=|Creative Commons]]<br>[[File:Cc-by.svg|24px|link=|attribution]] [[File:Cc-sa.svg|24px|link=|share alike]]</div>Under the terms of this license, you are free:\n* '''to share''' - to copy, distribute and transfer the work\n* '''to remix''' - to adapt the work\nUnder the following conditions:\n* '''attribution''' – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.\n* '''share alike''' – If you remix, transform, or build upon the material, you must distribute your contributions under the [https://creativecommons.org/share-your-work/licensing-considerations/compatible-licenses same or compatible license] as the original.",
		"CC BY-SA 4.0", "Creative Commons Attribution-ShareAlike 4.0 International", "https://creativecommons.org/licenses/by-sa/4.0/", "true", "true", "false"}
}

-- aliases:
licenses["fair use"] = licenses["fair"]
licenses["fair dealing"] = licenses["fair"]

return licenses