From 10569e64c88ca466b0094af90ea65b5a862d13a2 Mon Sep 17 00:00:00 2001 From: Kimapr Date: Sun, 15 Dec 2019 23:29:23 +0500 Subject: [PATCH] licensing --- nc_sieve/LICENSE | 21 +++++++++++++++++++++ nc_sky_inject/LICENSE | 21 +++++++++++++++++++++ nc_sky_isgen/LICENSE | 21 +++++++++++++++++++++ nc_sky_isgen/init.lua | 1 + 4 files changed, 64 insertions(+) create mode 100644 nc_sieve/LICENSE create mode 100644 nc_sky_inject/LICENSE create mode 100644 nc_sky_isgen/LICENSE diff --git a/nc_sieve/LICENSE b/nc_sieve/LICENSE new file mode 100644 index 0000000..f420623 --- /dev/null +++ b/nc_sieve/LICENSE @@ -0,0 +1,21 @@ +Copyright (C)2019 Dmitriy Tillyaev (Kimapr) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject +to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/nc_sky_inject/LICENSE b/nc_sky_inject/LICENSE new file mode 100644 index 0000000..f420623 --- /dev/null +++ b/nc_sky_inject/LICENSE @@ -0,0 +1,21 @@ +Copyright (C)2019 Dmitriy Tillyaev (Kimapr) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject +to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/nc_sky_isgen/LICENSE b/nc_sky_isgen/LICENSE new file mode 100644 index 0000000..f420623 --- /dev/null +++ b/nc_sky_isgen/LICENSE @@ -0,0 +1,21 @@ +Copyright (C)2019 Dmitriy Tillyaev (Kimapr) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject +to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/nc_sky_isgen/init.lua b/nc_sky_isgen/init.lua index 40594f8..91168f7 100644 --- a/nc_sky_isgen/init.lua +++ b/nc_sky_isgen/init.lua @@ -441,6 +441,7 @@ minetest.register_on_joinplayer(function(ref) else if not players[name] then gen_island_pos(name) + save() else local p = players[name] if p.islandpos then