X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fcamera.hpp;h=cdd10e0e23e9d28ce997e8759fb784a5e535b340;hb=7d3004fc6167b7fcd7495dd1ac278f2ac527cbec;hp=c94777a08d4ef6fc3b1752e04dd154005f78c145;hpb=ca12c25190d1349c69fe26093bd7f85186399b4f;p=supertux.git diff --git a/src/scripting/camera.hpp b/src/scripting/camera.hpp index c94777a08..cdd10e0e2 100644 --- a/src/scripting/camera.hpp +++ b/src/scripting/camera.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 __CAMERA_H__ #define __CAMERA_H__