X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftext.hpp;h=5a7f1b714fe121e33ff0e571d2d8b065ff414805;hb=0814260b1f83bea6cd140e3df4d131f2a9a4f30d;hp=50b88d3db28d1cf73815f7054ec41185c828b8e1;hpb=62ac0dbff5c24071859b7a02fdffb485ba82181e;p=supertux.git diff --git a/src/scripting/text.hpp b/src/scripting/text.hpp index 50b88d3db..5a7f1b714 100644 --- a/src/scripting/text.hpp +++ b/src/scripting/text.hpp @@ -1,3 +1,22 @@ +// $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 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, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef __TEXT_H__ #define __TEXT_H__