X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fscript.cpp;h=b238e1be70c3833d7c6ac4eaeb92d9b5b993de12;hb=13358c29b8a754709c49b0ba997f029af26134bc;hp=a159f2288e044ebc5ca387dd491cb0af95c5d395;hpb=5ef78cd81504261a1195fe72a93db18a71ad12a7;p=oweals%2Fminetest.git diff --git a/src/script.cpp b/src/script.cpp index a159f2288..b238e1be7 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -3,16 +3,16 @@ Minetest-c55 Copyright (C) 2011 celeron55, Perttu Ahola 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 2 of the License, or +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 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. +GNU Lesser General Public License for more details. -You should have received a copy of the GNU General Public License along +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. */