diff --git a/src/xBRZ/config.hpp b/src/xBRZ/config.hpp index ae11f7a0f573..95ed63c744c3 100644 --- a/src/xBRZ/config.hpp +++ b/src/xBRZ/config.hpp @@ -1,3 +1,25 @@ +/* + Copyright (C) 2014 by Chris Beck + Part of the Battle for Wesnoth Project http://www.wesnoth.org/ + 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. + See the COPYING file for more details. + + This is a derivative work of the xBRZ component of the HqMAME project + by Zenju. The original Licensing statment follows, indented with // + The primary changes are, syntactic to make it compile with C99+Boost, + and to make it handle an alpha channel in the image in a manner proper + for SDL. + + It is not possible to extend the MAME 'special exception' to all of + the Battle for Wesnoth project, however, the special exception is + granted for my derivative forms of this work. +*/ + // **************************************************************************** // * This file is part of the HqMAME project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * @@ -37,4 +59,4 @@ struct ScalerCfg }; } -#endif \ No newline at end of file +#endif diff --git a/src/xBRZ/xbrz.cpp b/src/xBRZ/xbrz.cpp index 04c5c8615cc0..32dd3e6efe68 100644 --- a/src/xBRZ/xbrz.cpp +++ b/src/xBRZ/xbrz.cpp @@ -1,3 +1,25 @@ +/* + Copyright (C) 2014 by Chris Beck + Part of the Battle for Wesnoth Project http://www.wesnoth.org/ + 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. + See the COPYING file for more details. + + This is a derivative work of the xBRZ component of the HqMAME project + by Zenju. The original Licensing statment follows, indented with // + The primary changes are, syntactic to make it compile with C99+Boost, + and to make it handle an alpha channel in the image in a manner proper + for SDL. + + It is not possible to extend the MAME 'special exception' to all of + the Battle for Wesnoth project, however, the special exception is + granted for my derivative forms of this work. +*/ + // **************************************************************************** // * This file is part of the HqMAME project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * diff --git a/src/xBRZ/xbrz.hpp b/src/xBRZ/xbrz.hpp index d411167f92aa..c0f625ef8361 100644 --- a/src/xBRZ/xbrz.hpp +++ b/src/xBRZ/xbrz.hpp @@ -1,3 +1,25 @@ +/* + Copyright (C) 2014 by Chris Beck + Part of the Battle for Wesnoth Project http://www.wesnoth.org/ + 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. + See the COPYING file for more details. + + This is a derivative work of the xBRZ component of the HqMAME project + by Zenju. The original Licensing statment follows, indented with // + The primary changes are, syntactic to make it compile with C99+Boost, + and to make it handle an alpha channel in the image in a manner proper + for SDL. + + It is not possible to extend the MAME 'special exception' to all of + the Battle for Wesnoth project, however, the special exception is + granted for my derivative forms of this work. +*/ + // **************************************************************************** // * This file is part of the HqMAME project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html *