diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 13:53:05 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 13:53:05 -0700 |
commit | 6df5f0fdf52f299ff35c95e44a6b731a52512b66 (patch) | |
tree | f0f0c24807d4ac7d783ec31782a601b4cccfb1d6 /init.lua | |
parent | 04e0d57891e60ced156384af316ddbf6e0d67a67 (diff) |
Add license headers to code (lgpl2+)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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") |