X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flisp%2Flisp.hpp;h=9866c27a504eac7c255590f7296754b5fe70b9e0;hb=db44e33496a7217fa2c837d432e49a253a6d4568;hp=099e13b82baeec50e427dca8d4832031e24f4b19;hpb=889e4b217757d361c8e5633480e8a1e2e2c7dbe4;p=supertux.git diff --git a/src/lisp/lisp.hpp b/src/lisp/lisp.hpp index 099e13b82..9866c27a5 100644 --- a/src/lisp/lisp.hpp +++ b/src/lisp/lisp.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,18 +12,16 @@ // 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 __LISPREADER_H__ -#define __LISPREADER_H__ +#ifndef HEADER_SUPERTUX_LISP_LISP_HPP +#define HEADER_SUPERTUX_LISP_LISP_HPP +#include #include #include -#include -namespace lisp -{ +namespace lisp { class Lisp { @@ -198,3 +194,5 @@ private: } // end of namespace lisp #endif + +/* EOF */