X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fchat.cpp;h=b9d115bd088c937fb7934a3c23ec252696d777ca;hb=13358c29b8a754709c49b0ba997f029af26134bc;hp=2f5f8a44845295a1ea0fd8bf6d659eaa24fad345;hpb=967f25461bbde28dbc0247fa1c491e9d9938a5b2;p=oweals%2Fminetest.git diff --git a/src/chat.cpp b/src/chat.cpp index 2f5f8a448..b9d115bd0 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -3,26 +3,27 @@ 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. */ #include "chat.h" #include "debug.h" -#include "utility.h" #include #include #include +#include "util/string.h" +#include "util/numeric.h" ChatBuffer::ChatBuffer(u32 scrollback): m_scrollback(scrollback),