X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftime_scheduler.hpp;h=90d390fb39e0e03f953ef67be8b4cb0e56528a2d;hb=0b73428a8a9e9563cb196e4b13167de3ec5f6b02;hp=d26cb763bb7cf3d9bc312831a87265146f6e5dc0;hpb=9d05abe97c11bec660967594ca889f89338ab343;p=supertux.git diff --git a/src/scripting/time_scheduler.hpp b/src/scripting/time_scheduler.hpp index d26cb763b..90d390fb3 100644 --- a/src/scripting/time_scheduler.hpp +++ b/src/scripting/time_scheduler.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,17 +12,14 @@ // 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 __TIME_SCHEDULER_HPP__ -#define __TIME_SCHEDULER_HPP__ +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_SCRIPTING_TIME_SCHEDULER_HPP +#define HEADER_SUPERTUX_SCRIPTING_TIME_SCHEDULER_HPP #include -#include -namespace Scripting -{ +namespace scripting { /** * This class keeps a list of squirrel threads that are scheduled for a certain @@ -62,3 +57,5 @@ private: } #endif + +/* EOF */