Make everything GPLv3+ that is compatible.
This commit is contained in:
parent
b1bf8dffc4
commit
d17ce0dfa8
@ -6,19 +6,18 @@ License of source code:
|
|||||||
Copyright (C) 2013-2016 Andrew "Rubenwardy" Ward <rubenwardy@gmail.com>
|
Copyright (C) 2013-2016 Andrew "Rubenwardy" Ward <rubenwardy@gmail.com>
|
||||||
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2.1 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
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
|
You should have received a copy of the GNU General Public License
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
|
|
||||||
License of media (textures, sounds, meshes):
|
License of media (textures, sounds, meshes):
|
||||||
|
@ -4,19 +4,18 @@ License of this file:
|
|||||||
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
|
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||||
Copyright (C) 2016 kilbith <jeanpatrick.guerrero@gmail.com>
|
Copyright (C) 2016 kilbith <jeanpatrick.guerrero@gmail.com>
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
This program is free software: you can redistribute it and/or modify
|
||||||
Version 2, December 2004
|
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 <sam@hocevar.net>
|
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
|
You should have received a copy of the GNU General Public License
|
||||||
copies of this license document, and changing it is allowed as long
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
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.
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
creative = {}
|
creative = {}
|
||||||
|
@ -1,7 +1,27 @@
|
|||||||
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
--[[
|
||||||
-- This file is from kilbith's WTFPL mod: Spectator Mode
|
License of this file:
|
||||||
-- See: https://github.com/minetest-mods/spectator_mode/ for details.
|
---------------------
|
||||||
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Copyright (C) 2016 kilbith <jeanpatrick.guerrero@gmail.com>
|
||||||
|
|
||||||
|
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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
|
Note:
|
||||||
|
-----
|
||||||
|
This file is originallly from kilbith's mod: Spectator Mode!
|
||||||
|
See: https://github.com/minetest-mods/spectator_mode/ for details.
|
||||||
|
--]]
|
||||||
|
|
||||||
local original_pos = {}
|
local original_pos = {}
|
||||||
|
|
||||||
|
@ -7,19 +7,18 @@ License of source code:
|
|||||||
Copyright (C) 2013-2016 BlockMen <blockmen2015@gmail.com>
|
Copyright (C) 2013-2016 BlockMen <blockmen2015@gmail.com>
|
||||||
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2.1 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
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
|
You should have received a copy of the GNU General Public License
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
|
|
||||||
License of media (textures, sounds, meshes):
|
License of media (textures, sounds, meshes):
|
||||||
|
@ -7,19 +7,18 @@ License of source code:
|
|||||||
Copyright (C) 2015 BlockMen <blockmen2015@gmail.com>
|
Copyright (C) 2015 BlockMen <blockmen2015@gmail.com>
|
||||||
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
Copyright (C) 2016 LNJ <lnj.git@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2.1 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
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
|
You should have received a copy of the GNU General Public License
|
||||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
|
|
||||||
|
|
||||||
License of media (textures, sounds, meshes):
|
License of media (textures, sounds, meshes):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user