summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua11
-rw-r--r--melon.lua11
2 files changed, 21 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d936b63..c9bdf2b 100644
--- a/init.lua
+++ b/init.lua
@@ -1,2 +1,13 @@
+--[[
+
+Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
+
+"crops" is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1
+of the license, or (at your option) any later version.
+
+--]]
+
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua")
diff --git a/melon.lua b/melon.lua
index ac88666..ec3a40a 100644
--- a/melon.lua
+++ b/melon.lua
@@ -1,5 +1,14 @@
--- FIXME - timers!!!
+--[[
+
+Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
+
+"crops" is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1
+of the license, or (at your option) any later version.
+
+--]]
local faces = {
[1] = { x = -1, z = 0, r = 3, o = 1 } ,