From 41737fcc21d281bb7b9199bf1f3421b6c86b7dd9 Mon Sep 17 00:00:00 2001 From: Stefano Musumeci Date: Fri, 15 Aug 2014 22:51:49 +0200 Subject: [PATCH] TINYGL: Added/Updated license header in tinyGL files. --- graphics/tinygl/zblit.cpp | 28 ++++++++++++++++++++++++++++ graphics/tinygl/zblit.h | 6 ++++++ graphics/tinygl/zdirtyrect.cpp | 28 ++++++++++++++++++++++++++++ graphics/tinygl/zdirtyrect.h | 6 ++++++ 4 files changed, 68 insertions(+) diff --git a/graphics/tinygl/zblit.cpp b/graphics/tinygl/zblit.cpp index 68503ad6b7b..b4c63b6f31f 100644 --- a/graphics/tinygl/zblit.cpp +++ b/graphics/tinygl/zblit.cpp @@ -1,3 +1,31 @@ +/* ResidualVM - A 3D game interpreter + * + * ResidualVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the AUTHORS + * file distributed with this source distribution. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ + +/* + * This file is based on, or a modified version of code from TinyGL (C) 1997-1998 Fabrice Bellard, + * which is licensed under the zlib-license (see LICENSE). + * It also has modifications by the ResidualVM-team, which are covered under the GPLv2 (or later). + */ + #include "graphics/tinygl/zblit.h" #include "graphics/tinygl/zgl.h" #include "graphics/pixelbuffer.h" diff --git a/graphics/tinygl/zblit.h b/graphics/tinygl/zblit.h index 70f39f3f60b..79b2020edf1 100644 --- a/graphics/tinygl/zblit.h +++ b/graphics/tinygl/zblit.h @@ -20,6 +20,12 @@ * */ +/* + * This file is based on, or a modified version of code from TinyGL (C) 1997-1998 Fabrice Bellard, + * which is licensed under the zlib-license (see LICENSE). + * It also has modifications by the ResidualVM-team, which are covered under the GPLv2 (or later). + */ + #ifndef GRAPHICS_TINYGL_ZBLIT_H_ #define GRAPHICS_TINYGL_ZBLIT_H_ diff --git a/graphics/tinygl/zdirtyrect.cpp b/graphics/tinygl/zdirtyrect.cpp index 4fceaddb5ed..d0be6a1478c 100644 --- a/graphics/tinygl/zdirtyrect.cpp +++ b/graphics/tinygl/zdirtyrect.cpp @@ -1,3 +1,31 @@ +/* ResidualVM - A 3D game interpreter + * + * ResidualVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the AUTHORS + * file distributed with this source distribution. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ + +/* + * This file is based on, or a modified version of code from TinyGL (C) 1997-1998 Fabrice Bellard, + * which is licensed under the zlib-license (see LICENSE). + * It also has modifications by the ResidualVM-team, which are covered under the GPLv2 (or later). + */ + #include "graphics/tinygl/zdirtyrect.h" #include "graphics/tinygl/zgl.h" #include "graphics/tinygl/gl.h" diff --git a/graphics/tinygl/zdirtyrect.h b/graphics/tinygl/zdirtyrect.h index 912f6824e3c..8267431b0b6 100644 --- a/graphics/tinygl/zdirtyrect.h +++ b/graphics/tinygl/zdirtyrect.h @@ -20,6 +20,12 @@ * */ +/* + * This file is based on, or a modified version of code from TinyGL (C) 1997-1998 Fabrice Bellard, + * which is licensed under the zlib-license (see LICENSE). + * It also has modifications by the ResidualVM-team, which are covered under the GPLv2 (or later). + */ + #ifndef GRAPHICS_TINYGL_ZRECT_H_ #define GRAPHICS_TINYGL_ZRECT_H_