From 6df5f0fdf52f299ff35c95e44a6b731a52512b66 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 8 Apr 2015 13:53:05 -0700 Subject: Add license headers to code (lgpl2+) --- init.lua | 11 +++++++++++ melon.lua | 11 ++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) 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 + +"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 + +"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 } , -- cgit v1.2.3