From 4816880c7f86e758882ac25addef4626be35d2c0 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 15 Jan 2015 23:19:06 -0800 Subject: Add Copyright info. Since this is a 1:1 port from Sedimentology, I'm sticking the same license to it. --- init.lua | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 92fdd83..9ae56db 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3