diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 4bfc67f6ad..7283c752e2 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1,5 +1,4 @@ -//Drakeplushies are licensed under the CC BY-NC-SA 3.0 license. - +// Drakeborg sprites by Mizartz. drakeborg 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." diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index eac8b16db2..5f5e2ae952 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 by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. licenseing infomation located in \icons\mob\cyborg - +// Drakeborg sprites by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. /obj/item/robot_module name = "Default" icon = 'icons/obj/module.dmi' diff --git a/code/game/objects/items/license.txt b/icons/obj/license.txt similarity index 66% rename from code/game/objects/items/license.txt rename to icons/obj/license.txt index 6044dfd501..2e27ba80f2 100644 --- a/code/game/objects/items/license.txt +++ b/icons/obj/license.txt @@ -1,3 +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 +CC BY-NC-SA 3.0 https://creativecommons.org/licenses/by-nc-sa/3.0/ \ No newline at end of file