diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-01-15 23:19:06 -0800 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-01-15 23:19:06 -0800 |
commit | 4816880c7f86e758882ac25addef4626be35d2c0 (patch) | |
tree | bb7aa70918a28b806eb78a704be488ed886043e3 /init.lua | |
parent | 4246678ff325c4db2e6afe7b4732b5d770fb2cc9 (diff) |
Add Copyright info.v0
Since this is a 1:1 port from Sedimentology, I'm sticking the
same license to it.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,6 +1,28 @@ +--[[ + +Minetest Sedimentology Mod + +Copyright (c) 2015 Auke Kok, All rights reserved. + +This library 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. + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library + +]]-- + +-- bugs? questions? Please find this project and me at +-- github.com/sofar -- --- Minetest Sedimentology Mod --- + local interval = 1.0 local count = 20 local radius = 100 |