summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-01-15 23:19:06 -0800
committerAuke Kok <auke-jan.h.kok@intel.com>2015-01-15 23:19:06 -0800
commit4816880c7f86e758882ac25addef4626be35d2c0 (patch)
treebb7aa70918a28b806eb78a704be488ed886043e3 /init.lua
parent4246678ff325c4db2e6afe7b4732b5d770fb2cc9 (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.lua26
1 files changed, 24 insertions, 2 deletions
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