diff --git a/LICENSE.md b/LICENSE.md index 5a4fe1f..82fe7f7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ -Digiplay - Copyright © Pedro Gimeno Fortea. +Digiplay - Copyright © 2017 Pedro Gimeno Fortea. -This file is part of the package Digiplay. Both copying and distribution -of this package are permitted, with or without modification, under the -sole condition that the copyright notice or notices and this notice are -preserved. This package is offered as-is, without any warranty express +This file is part of the package Digiplay. Both copying and distribution +of this package are permitted, with or without modification, under the +sole condition that the copyright notice or notices and this notice are +preserved. This package is offered as-is, without any warranty express or implied. diff --git a/init.lua b/init.lua index 7c7c40f..78e4ec1 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,18 @@ --- Copyright © 2017 Pedro Gimeno Fortea. +--[===============================================================[-- + +Digiplay - Copyright © 2017 Pedro Gimeno Fortea. + +This file is part of the package Digiplay. Both copying and distribution +of this package are permitted, with or without modification, under the +sole condition that any copyright notices and this notice are preserved. +This package is offered as-is, without any warranty express or implied. + +--]===============================================================]-- + +-- Informative note: The textures included in the package are under the same +-- license; the files include a valid tEXt chunk with the copyright and +-- license notice. + local function multicolour_light_on_punch(pos, node, puncher, pointed_thing) local channel = minetest.get_meta(pos):get_string("digich") diff --git a/textures/digiplay_multicolour_light.png b/textures/digiplay_multicolour_light.png index c9c0616..c71acf8 100644 Binary files a/textures/digiplay_multicolour_light.png and b/textures/digiplay_multicolour_light.png differ diff --git a/textures/digiplay_multicolour_light_on.png b/textures/digiplay_multicolour_light_on.png index 09c3566..dcdbddb 100644 Binary files a/textures/digiplay_multicolour_light_on.png and b/textures/digiplay_multicolour_light_on.png differ diff --git a/textures/digiplay_palette.png b/textures/digiplay_palette.png index ec2847f..b10de4e 100644 Binary files a/textures/digiplay_palette.png and b/textures/digiplay_palette.png differ