X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fimage_texture.cpp;h=445fdc8b67f11b42a8072a4d8a37e9e7fa3f1806;hb=d84d73b701cc7fa2bd74f3490b9be1bf8b6f705a;hp=2bd9af4bb0ac3c28abed443429f5ee62be186ac8;hpb=86181b0a14d89cf45daf97199c3556c4dd1ee7b7;p=supertux.git diff --git a/src/video/image_texture.cpp b/src/video/image_texture.cpp index 2bd9af4bb..445fdc8b6 100644 --- a/src/video/image_texture.cpp +++ b/src/video/image_texture.cpp @@ -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. + #include #include "image_texture.hpp"