X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Frenderer.cpp;h=db9e32dc3b57efde8af61435e6864feb74d191f0;hb=3aa6936791cf24344e27d452ab2fd8c33fb5a2e8;hp=37b4cde32b6b8618d665fa05c8713bfb366d490e;hpb=403276e51afda11d0738be756025411d9103a6ed;p=supertux.git diff --git a/src/video/renderer.cpp b/src/video/renderer.cpp index 37b4cde32..db9e32dc3 100644 --- a/src/video/renderer.cpp +++ b/src/video/renderer.cpp @@ -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,10 +12,9 @@ // 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 . -#include "renderer.hpp" +#include "video/renderer.hpp" Renderer* Renderer::instance_ = 0;