X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftext.hpp;h=af2b300dbce14318cc75719150a7cb34144175ed;hb=59d76147a1b09fca2d2b4a1780ab47509c1e47ff;hp=89ff0f3a9b7e96dc428fdead41b33ca341d86e0c;hpb=11a3b78a422c0deac010eef7de06c97d6b83bad0;p=supertux.git diff --git a/src/scripting/text.hpp b/src/scripting/text.hpp index 89ff0f3a9..af2b300db 100644 --- a/src/scripting/text.hpp +++ b/src/scripting/text.hpp @@ -1,12 +1,10 @@ -// $Id$ -// // SuperTux // Copyright (C) 2006 Matthias Braun // -// 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 (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 @@ -14,14 +12,12 @@ // 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// along with this program. If not, see . -#ifndef __TEXT_H__ -#define __TEXT_H__ +#ifndef HEADER_SUPERTUX_SCRIPTING_TEXT_HPP +#define HEADER_SUPERTUX_SCRIPTING_TEXT_HPP -namespace Scripting -{ +namespace scripting { class Text { @@ -47,3 +43,5 @@ public: } #endif + +/* EOF */