commit 835ee40cfec6d5bc56b2e1576611e73bcfd44f68 Author: Thomas Rudin Date: Tue May 29 14:00:37 2018 +0200 mod skeleton diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..4ad96d5 --- /dev/null +++ b/depends.txt @@ -0,0 +1 @@ +default diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..e69de29 diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..07ee8c9 --- /dev/null +++ b/license.txt @@ -0,0 +1,14 @@ +Copyright (C) 2018 Thomas Rudin / Buckaroo Banzay + +This program 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. + +This program 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 this program. If not, see .