diff --git a/init.lua b/init.lua
index 41bf48c..cdab4b1 100644
--- a/init.lua
+++ b/init.lua
@@ -1,3 +1,20 @@
+-- Copyright 2018-2020 Mingming Cui
+--
+-- This file is part of CyberEngineTWeaks Mod Manager.
+--
+-- CyberEngineTWeaks Mod Manager is free software: you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation, either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- CyberEngineTWeaks Mod Manager is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with Foobar. If not, see .
+
registerForEvent("onInit", function()
Hotkey = 0x43 -- Change Hotkey Here. You can find Key Codes at https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
draw = false
@@ -211,4 +228,4 @@ function modNameConvert(name)
else
return string.gsub(" "..name, "%W%l", string.upper):sub(2)
end
-end
\ No newline at end of file
+end
diff --git a/theme.lua b/theme.lua
index 7957a94..b6e87a2 100644
--- a/theme.lua
+++ b/theme.lua
@@ -1,3 +1,20 @@
+-- Copyright 2018-2020 Mingming Cui
+--
+-- This file is part of CyberEngineTWeaks Mod Manager.
+--
+-- CyberEngineTWeaks Mod Manager is free software: you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation, either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- CyberEngineTWeaks Mod Manager is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with Foobar. If not, see .
+
local theme = {
Text = { 0.95, 0.30, 0.28, 1 },
TextDisabled = { 0.48, 0.39, 0.40, 1 },