Add two copyright blocks

This commit is contained in:
Jyrki Vesterinen 2016-10-16 19:25:48 +03:00
parent a686923261
commit 9200fc8dba
2 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,17 @@
/*
* Copyright (C) 2008 - 2016 by Mark de Wever <koraq@xs4all.nl>
* 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.
*/
#include "standard_colors.hpp"
#include <sdl/utils.hpp>

View File

@ -1,3 +1,17 @@
/*
* Copyright (C) 2016 by Jyrki Vesterinen <sandgtx@gmail.com>
* 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.
*/
#include "lua_preferences.hpp"
#include <config.hpp>