summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 13:53:05 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 13:53:05 -0700
commit6df5f0fdf52f299ff35c95e44a6b731a52512b66 (patch)
treef0f0c24807d4ac7d783ec31782a601b4cccfb1d6 /init.lua
parent04e0d57891e60ced156384af316ddbf6e0d67a67 (diff)
Add license headers to code (lgpl2+)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua11
1 files changed, 11 insertions, 0 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")