diff --git a/code/game/objects/items/license.txt b/code/game/objects/items/license.txt new file mode 100644 index 0000000000..6044dfd501 --- /dev/null +++ b/code/game/objects/items/license.txt @@ -0,0 +1,3 @@ +icons/obj/plushies.dmi's icon state of secdrake and meddrake by Mizartz. It has been licensed under the CC BY-NC-SA 3.0 license. + +CC BY-NC-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0/ \ No newline at end of file diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index d6281d9499..4bfc67f6ad 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1,3 +1,5 @@ +//Drakeplushies are licensed under the CC BY-NC-SA 3.0 license. + /obj/item/toy/plush name = "plush" desc = "This is the special coder plush, do not steal." @@ -682,7 +684,7 @@ GLOBAL_LIST_INIT(valid_plushie_paths, valid_plushie_paths()) desc = "An adorable stuffed toy of a Medidrake." icon_state = "meddrake" item_state = "meddrake" -// Drakeplushie sprites are licenced under Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0) licenseing infomation located in \icons\mob\cyborg + /obj/item/toy/plush/borgplushie/secdrake name = "SecDrake Plushie" desc = "An adorable stuffed toy of a Secdrake." diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 5c22412581..eac8b16db2 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -1,5 +1,4 @@ -// Drakeborg sprites are licenced under Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0) licenseing infomation located in \icons\mob\cyborg -// +// Drakeborg sprites by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. licenseing infomation located in \icons\mob\cyborg /obj/item/robot_module name = "Default"