From 42398ef94da66fa3eb3d42aeae45c9076cae99ca Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 20 May 2004 23:19:55 +0000 Subject: [PATCH] added standard header to files SVN-Revision: 1287 --- src/Makefile.am | 3 ++- src/background.cpp | 18 ++++++++++++++++++ src/background.h | 18 ++++++++++++++++++ src/display_manager.cpp | 18 ++++++++++++++++++ src/display_manager.h | 18 ++++++++++++++++++ src/drawable.h | 18 ++++++++++++++++++ src/game_object.cpp | 18 ++++++++++++++++++ src/game_object.h | 18 ++++++++++++++++++ src/lispwriter.cpp | 18 ++++++++++++++++++ src/lispwriter.h | 18 ++++++++++++++++++ src/serializable.h | 18 ++++++++++++++++++ src/tilemap.cpp | 18 ++++++++++++++++++ src/tilemap.h | 18 ++++++++++++++++++ src/viewport.cpp | 18 ++++++++++++++++++ src/viewport.h | 18 ++++++++++++++++++ 15 files changed, 254 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 485ade3b9..275b8101a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,6 +89,7 @@ background.cpp \ tilemap.h \ tilemap.cpp \ moving_object.h \ -moving_object.cpp +moving_object.cpp \ +serializable.h # EOF # diff --git a/src/background.cpp b/src/background.cpp index 3bbfe4137..5ebb6c546 100644 --- a/src/background.cpp +++ b/src/background.cpp @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 Matthias Braun diff --git a/src/display_manager.h b/src/display_manager.h index fe4a2c81f..d86fd5ee9 100644 --- a/src/display_manager.h +++ b/src/display_manager.h @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 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 __DISPLAY_MANAGER_H__ #define __DISPLAY_MANAGER_H__ diff --git a/src/drawable.h b/src/drawable.h index 605c3368e..7c4eef0ac 100644 --- a/src/drawable.h +++ b/src/drawable.h @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 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 __DRAWABLE_H__ #define __DRAWABLE_H__ diff --git a/src/game_object.cpp b/src/game_object.cpp index 0ad837a21..c9d47bd22 100644 --- a/src/game_object.cpp +++ b/src/game_object.cpp @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 Matthias Braun diff --git a/src/lispwriter.h b/src/lispwriter.h index 1f5e57d80..0277de028 100644 --- a/src/lispwriter.h +++ b/src/lispwriter.h @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 Matthias Braun #include "tilemap.h" diff --git a/src/tilemap.h b/src/tilemap.h index 364dabc43..334a7e337 100644 --- a/src/tilemap.h +++ b/src/tilemap.h @@ -1,3 +1,21 @@ +// $Id$ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 Matthias Braun