From 7913a93969783630ee98ce1c29b834fd0e303589 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 18 Nov 2017 01:25:55 +0100 Subject: [PATCH] Relicence texture converter under MIT --- tools/Texture_Converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Texture_Converter.py b/tools/Texture_Converter.py index 2896092f7..80fafa090 100755 --- a/tools/Texture_Converter.py +++ b/tools/Texture_Converter.py @@ -17,7 +17,7 @@ # - If everything worked, retrieve texture pack in texture_pack/ __author__ = "Wuzzy" -__license__ = "WTFPL" +__license__ = "MIT License" __status__ = "Development" ### SETTINGS ###