Add missing copyright notices

This commit is contained in:
Charles Dang 2016-02-29 22:43:06 +11:00
parent 2febafd7f9
commit 3baba9235e
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,16 @@
/*
Copyright (C) 2003 - 2016 by 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.
*/
/**
Some information about savefiles:
A saveile can contain:

View file

@ -1,3 +1,15 @@
/*
Copyright (C) 2003 - 2016 by 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.
*/
#ifndef SAVED_GAME_HPP_INCLUDED
#define SAVED_GAME_HPP_INCLUDED