From 142474196a86bf7d04f24ce4571c6b743be72595 Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 15 Jan 2018 02:26:15 +0000 Subject: [PATCH] Mapgen folder: Update and improve copyright information of files --- src/mapgen/cavegen.cpp | 4 +++- src/mapgen/cavegen.h | 3 ++- src/mapgen/dungeongen.cpp | 3 ++- src/mapgen/dungeongen.h | 3 ++- src/mapgen/mapgen.cpp | 6 +++--- src/mapgen/mapgen.h | 6 +++--- src/mapgen/mapgen_carpathian.cpp | 6 +++--- src/mapgen/mapgen_carpathian.h | 6 +++--- src/mapgen/mapgen_flat.cpp | 4 ++-- src/mapgen/mapgen_flat.h | 4 ++-- src/mapgen/mapgen_fractal.cpp | 4 ++-- src/mapgen/mapgen_fractal.h | 4 ++-- src/mapgen/mapgen_singlenode.cpp | 6 +++--- src/mapgen/mapgen_singlenode.h | 6 +++--- src/mapgen/mapgen_v5.cpp | 4 ++-- src/mapgen/mapgen_v5.h | 4 ++-- src/mapgen/mapgen_v6.cpp | 6 +++--- src/mapgen/mapgen_v6.h | 6 +++--- src/mapgen/mapgen_v7.cpp | 4 ++-- src/mapgen/mapgen_v7.h | 4 ++-- src/mapgen/mapgen_valleys.cpp | 8 ++++---- src/mapgen/mapgen_valleys.h | 8 ++++---- src/mapgen/mg_biome.cpp | 4 ++-- src/mapgen/mg_biome.h | 4 ++-- src/mapgen/mg_decoration.cpp | 4 ++-- src/mapgen/mg_decoration.h | 4 ++-- src/mapgen/mg_ore.cpp | 4 ++-- src/mapgen/mg_ore.h | 4 ++-- src/mapgen/mg_schematic.cpp | 4 ++-- src/mapgen/mg_schematic.h | 4 ++-- src/mapgen/treegen.cpp | 6 ++++-- src/mapgen/treegen.h | 6 ++++-- 32 files changed, 81 insertions(+), 72 deletions(-) diff --git a/src/mapgen/cavegen.cpp b/src/mapgen/cavegen.cpp index e666345177..185c39fb08 100644 --- a/src/mapgen/cavegen.cpp +++ b/src/mapgen/cavegen.cpp @@ -1,6 +1,8 @@ /* Minetest -Copyright (C) 2010-2013 celeron55, Perttu Ahola +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2010-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/cavegen.h b/src/mapgen/cavegen.h index ce146e0cda..f691a4b8f9 100644 --- a/src/mapgen/cavegen.h +++ b/src/mapgen/cavegen.h @@ -1,6 +1,7 @@ /* Minetest -Copyright (C) 2010-2013 kwolekr, Ryan Kwolek +Copyright (C) 2010-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/dungeongen.cpp b/src/mapgen/dungeongen.cpp index fa867b3988..9c7abd954d 100644 --- a/src/mapgen/dungeongen.cpp +++ b/src/mapgen/dungeongen.cpp @@ -1,6 +1,7 @@ /* Minetest -Copyright (C) 2010-2013 celeron55, Perttu Ahola +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/dungeongen.h b/src/mapgen/dungeongen.h index 6799db79ee..e72516de11 100644 --- a/src/mapgen/dungeongen.h +++ b/src/mapgen/dungeongen.h @@ -1,6 +1,7 @@ /* Minetest -Copyright (C) 2010-2013 celeron55, Perttu Ahola +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen.cpp b/src/mapgen/mapgen.cpp index ea3204196e..d967d428a0 100644 --- a/src/mapgen/mapgen.cpp +++ b/src/mapgen/mapgen.cpp @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen.h b/src/mapgen/mapgen.h index a54f1236e4..e58d4d8920 100644 --- a/src/mapgen/mapgen.h +++ b/src/mapgen/mapgen.h @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_carpathian.cpp b/src/mapgen/mapgen_carpathian.cpp index 9884ce40b7..dd751d9cf8 100644 --- a/src/mapgen/mapgen_carpathian.cpp +++ b/src/mapgen/mapgen_carpathian.cpp @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2016 paramat, Matt Gregory -Copyright (C) 2010-2016 kwolekr, Ryan Kwolek -Copyright (C) 2017 vlapsley, Vaughan Lapsley +Copyright (C) 2017-2018 vlapsley, Vaughan Lapsley +Copyright (C) 2010-2018 paramat +Copyright (C) 2010-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_carpathian.h b/src/mapgen/mapgen_carpathian.h index 7dbccde2ab..0ca46d18ae 100644 --- a/src/mapgen/mapgen_carpathian.h +++ b/src/mapgen/mapgen_carpathian.h @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2016 paramat, Matt Gregory -Copyright (C) 2010-2016 kwolekr, Ryan Kwolek -Copyright (C) 2017 vlapsley, Vaughan Lapsley +Copyright (C) 2017-2018 vlapsley, Vaughan Lapsley +Copyright (C) 2010-2018 paramat +Copyright (C) 2010-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_flat.cpp b/src/mapgen/mapgen_flat.cpp index 57c20d4703..32f39fd347 100644 --- a/src/mapgen/mapgen_flat.cpp +++ b/src/mapgen/mapgen_flat.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2015-2017 paramat -Copyright (C) 2015-2016 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat +Copyright (C) 2015-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_flat.h b/src/mapgen/mapgen_flat.h index 635d40625d..ad7c149a3b 100644 --- a/src/mapgen/mapgen_flat.h +++ b/src/mapgen/mapgen_flat.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2015-2017 paramat -Copyright (C) 2015-2016 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat +Copyright (C) 2015-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_fractal.cpp b/src/mapgen/mapgen_fractal.cpp index b068858260..a6f3ef7b78 100644 --- a/src/mapgen/mapgen_fractal.cpp +++ b/src/mapgen/mapgen_fractal.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2015-2017 paramat -Copyright (C) 2015-2016 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat +Copyright (C) 2015-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_fractal.h b/src/mapgen/mapgen_fractal.h index be49415816..d016029bae 100644 --- a/src/mapgen/mapgen_fractal.h +++ b/src/mapgen/mapgen_fractal.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2015-2017 paramat -Copyright (C) 2015-2016 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat +Copyright (C) 2015-2018 kwolekr, Ryan Kwolek Fractal formulas from http://www.bugman123.com/Hypercomplex/index.html by Paul Nylander, and from http://www.fractalforums.com, thank you. diff --git a/src/mapgen/mapgen_singlenode.cpp b/src/mapgen/mapgen_singlenode.cpp index ee8746b832..d837ee2084 100644 --- a/src/mapgen/mapgen_singlenode.cpp +++ b/src/mapgen/mapgen_singlenode.cpp @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2013-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2013-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_singlenode.h b/src/mapgen/mapgen_singlenode.h index 7678613e58..6f13256f1e 100644 --- a/src/mapgen/mapgen_singlenode.h +++ b/src/mapgen/mapgen_singlenode.h @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2013-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2013-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v5.cpp b/src/mapgen/mapgen_v5.cpp index 5f54872882..89c65cc207 100644 --- a/src/mapgen/mapgen_v5.cpp +++ b/src/mapgen/mapgen_v5.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2017 paramat -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v5.h b/src/mapgen/mapgen_v5.h index 44b0a09e7b..e917d7deb3 100644 --- a/src/mapgen/mapgen_v5.h +++ b/src/mapgen/mapgen_v5.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2017 paramat -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v6.cpp b/src/mapgen/mapgen_v6.cpp index 6dcf834d26..182c87c958 100644 --- a/src/mapgen/mapgen_v6.cpp +++ b/src/mapgen/mapgen_v6.cpp @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v6.h b/src/mapgen/mapgen_v6.h index 9c87942176..a7e566816c 100644 --- a/src/mapgen/mapgen_v6.h +++ b/src/mapgen/mapgen_v6.h @@ -1,8 +1,8 @@ /* Minetest -Copyright (C) 2010-2015 celeron55, Perttu Ahola -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2010-2018 celeron55, Perttu Ahola +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v7.cpp b/src/mapgen/mapgen_v7.cpp index 1bf8aab049..57bf4ac06f 100644 --- a/src/mapgen/mapgen_v7.cpp +++ b/src/mapgen/mapgen_v7.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_v7.h b/src/mapgen/mapgen_v7.h index fe990958f4..5c99b8aaa5 100644 --- a/src/mapgen/mapgen_v7.h +++ b/src/mapgen/mapgen_v7.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2013-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2013-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mapgen_valleys.cpp b/src/mapgen/mapgen_valleys.cpp index a13bb4582e..0a5e014ef4 100644 --- a/src/mapgen/mapgen_valleys.cpp +++ b/src/mapgen/mapgen_valleys.cpp @@ -1,10 +1,10 @@ /* -Minetest Valleys C -Copyright (C) 2016-2017 Duane Robertson -Copyright (C) 2016-2017 paramat +Minetest +Copyright (C) 2016-2018 Duane Robertson +Copyright (C) 2016-2018 paramat Based on Valleys Mapgen by Gael de Sailly - (https://forum.minetest.net/viewtopic.php?f=9&t=11430) +(https://forum.minetest.net/viewtopic.php?f=9&t=11430) and mapgen_v7, mapgen_flat by kwolekr and paramat. Licensing changed by permission of Gael de Sailly. diff --git a/src/mapgen/mapgen_valleys.h b/src/mapgen/mapgen_valleys.h index 7b5eb187df..9d0e3fd19c 100644 --- a/src/mapgen/mapgen_valleys.h +++ b/src/mapgen/mapgen_valleys.h @@ -1,10 +1,10 @@ /* -Minetest Valleys C -Copyright (C) 2016-2017 Duane Robertson -Copyright (C) 2016-2017 paramat +Minetest +Copyright (C) 2016-2018 Duane Robertson +Copyright (C) 2016-2018 paramat Based on Valleys Mapgen by Gael de Sailly - (https://forum.minetest.net/viewtopic.php?f=9&t=11430) +(https://forum.minetest.net/viewtopic.php?f=9&t=11430) and mapgen_v7 by kwolekr and paramat. Licensing changed by permission of Gael de Sailly. diff --git a/src/mapgen/mg_biome.cpp b/src/mapgen/mg_biome.cpp index c3493a3d9c..b562084e3a 100644 --- a/src/mapgen/mg_biome.cpp +++ b/src/mapgen/mg_biome.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_biome.h b/src/mapgen/mg_biome.h index 0f3fd76a98..ac606e9351 100644 --- a/src/mapgen/mg_biome.h +++ b/src/mapgen/mg_biome.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2014-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_decoration.cpp b/src/mapgen/mg_decoration.cpp index 5c2b57e029..2491ef2fda 100644 --- a/src/mapgen/mg_decoration.cpp +++ b/src/mapgen/mg_decoration.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_decoration.h b/src/mapgen/mg_decoration.h index 1ca632f259..03fec04fd1 100644 --- a/src/mapgen/mg_decoration.h +++ b/src/mapgen/mg_decoration.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_ore.cpp b/src/mapgen/mg_ore.cpp index 2974724202..672af7cdb2 100644 --- a/src/mapgen/mg_ore.cpp +++ b/src/mapgen/mg_ore.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_ore.h b/src/mapgen/mg_ore.h index 2bbc8c5783..30104ee50e 100644 --- a/src/mapgen/mg_ore.h +++ b/src/mapgen/mg_ore.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_schematic.cpp b/src/mapgen/mg_schematic.cpp index 8874abd428..aa34726997 100644 --- a/src/mapgen/mg_schematic.cpp +++ b/src/mapgen/mg_schematic.cpp @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/mg_schematic.h b/src/mapgen/mg_schematic.h index 069b594f10..236656f47b 100644 --- a/src/mapgen/mg_schematic.h +++ b/src/mapgen/mg_schematic.h @@ -1,7 +1,7 @@ /* Minetest -Copyright (C) 2014-2016 kwolekr, Ryan Kwolek -Copyright (C) 2015-2017 paramat +Copyright (C) 2014-2018 kwolekr, Ryan Kwolek +Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/mapgen/treegen.cpp b/src/mapgen/treegen.cpp index 9e11b1a065..238bebec26 100644 --- a/src/mapgen/treegen.cpp +++ b/src/mapgen/treegen.cpp @@ -1,7 +1,9 @@ /* Minetest -Copyright (C) 2010-2013 celeron55, Perttu Ahola , - 2012-2013 RealBadAngel, Maciej Kasatkin +Copyright (C) 2010-2018 celeron55, Perttu Ahola , +Copyright (C) 2012-2018 RealBadAngel, Maciej Kasatkin +Copyright (C) 2015-2018 paramat + This program 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 diff --git a/src/mapgen/treegen.h b/src/mapgen/treegen.h index 8e5306560d..46db910e24 100644 --- a/src/mapgen/treegen.h +++ b/src/mapgen/treegen.h @@ -1,7 +1,9 @@ /* Minetest -Copyright (C) 2010-2013 celeron55, Perttu Ahola , - 2012-2013 RealBadAngel, Maciej Kasatkin +Copyright (C) 2010-2018 celeron55, Perttu Ahola , +Copyright (C) 2012-2018 RealBadAngel, Maciej Kasatkin +Copyright (C) 2015-2018 paramat + This program 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