From d17ce0dfa8340848097ecbdbcb7dd309bab03117 Mon Sep 17 00:00:00 2001 From: LNJ2 Date: Fri, 27 May 2016 14:03:51 +0200 Subject: [PATCH] Make everything GPLv3+ that is compatible. --- mods/awards/README.txt | 15 +++++++-------- mods/default/lua/creative.lua | 21 ++++++++++----------- mods/default/lua/spectator_mode.lua | 28 ++++++++++++++++++++++++---- mods/hud/README.txt | 15 +++++++-------- mods/hunger/README.txt | 15 +++++++-------- 5 files changed, 55 insertions(+), 39 deletions(-) diff --git a/mods/awards/README.txt b/mods/awards/README.txt index 9940577..bac58f8 100644 --- a/mods/awards/README.txt +++ b/mods/awards/README.txt @@ -6,19 +6,18 @@ License of source code: Copyright (C) 2013-2016 Andrew "Rubenwardy" Ward Copyright (C) 2016 LNJ -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 -(at your option) any later version. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +at your option) any later version. This program 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. +GNU General Public License for more details. -You should have received a copy of the GNU Lesser General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License +along with this program. If not, see . License of media (textures, sounds, meshes): diff --git a/mods/default/lua/creative.lua b/mods/default/lua/creative.lua index a338dc3..c4026ea 100644 --- a/mods/default/lua/creative.lua +++ b/mods/default/lua/creative.lua @@ -4,19 +4,18 @@ License of this file: Copyright (C) 2012 celeron55, Perttu Ahola Copyright (C) 2016 kilbith - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +at your option) any later version. - Copyright (C) 2004 Sam Hocevar +This program 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 General Public License for more details. - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. +You should have received a copy of the GNU General Public License +along with this program. If not, see . --]] creative = {} diff --git a/mods/default/lua/spectator_mode.lua b/mods/default/lua/spectator_mode.lua index 601c17b..c64f909 100644 --- a/mods/default/lua/spectator_mode.lua +++ b/mods/default/lua/spectator_mode.lua @@ -1,7 +1,27 @@ --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- This file is from kilbith's WTFPL mod: Spectator Mode --- See: https://github.com/minetest-mods/spectator_mode/ for details. --- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--[[ +License of this file: +--------------------- +Copyright (C) 2016 kilbith + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + + +Note: +----- +This file is originallly from kilbith's mod: Spectator Mode! +See: https://github.com/minetest-mods/spectator_mode/ for details. +--]] local original_pos = {} diff --git a/mods/hud/README.txt b/mods/hud/README.txt index 4b0e9bf..ce28d66 100644 --- a/mods/hud/README.txt +++ b/mods/hud/README.txt @@ -7,19 +7,18 @@ License of source code: Copyright (C) 2013-2016 BlockMen Copyright (C) 2016 LNJ -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 -(at your option) any later version. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +at your option) any later version. This program 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. +GNU General Public License for more details. -You should have received a copy of the GNU Lesser General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License +along with this program. If not, see . License of media (textures, sounds, meshes): diff --git a/mods/hunger/README.txt b/mods/hunger/README.txt index c827c6c..89d4018 100644 --- a/mods/hunger/README.txt +++ b/mods/hunger/README.txt @@ -7,19 +7,18 @@ License of source code: Copyright (C) 2015 BlockMen Copyright (C) 2016 LNJ -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 -(at your option) any later version. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +at your option) any later version. This program 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. +GNU General Public License for more details. -You should have received a copy of the GNU Lesser General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License +along with this program. If not, see . License of media (textures, sounds, meshes):