X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameloop.h;h=43a5df8c2ddbfa8c558c184047f626cbe51bf28d;hb=84160722392a024dda42bd86ca9bd85b68c49457;hp=1978de29a37e459d7c2aedbb1122aa94c951563b;hpb=b6543ef22bd7e4193d03cadac0c6e0dc75e3bd66;p=supertux.git diff --git a/src/gameloop.h b/src/gameloop.h index 1978de29a..43a5df8c2 100644 --- a/src/gameloop.h +++ b/src/gameloop.h @@ -1,14 +1,23 @@ -/* - gameloop.h - - Super Tux - Game Loop! - - by Bill Kendrick & Tobias Glaesser - bill@newbreedsoftware.com - http://www.newbreedsoftware.com/supertux/ - - April 11, 2000 - March 15, 2004 -*/ +// $Id$ +// +// SuperTux +// Copyright (C) 2004 Bill Kendrick +// Tobias Glaesser +// Ingo Ruhnke +// +// 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 SUPERTUX_GAMELOOP_H #define SUPERTUX_GAMELOOP_H