Add copyright headers.

This commit is contained in:
Mark de Wever 2013-01-09 19:57:01 +00:00
parent e5b193d1e9
commit 68fcaf664a
3 changed files with 45 additions and 0 deletions

View file

@ -1,3 +1,18 @@
/* $Id$ */
/*
Copyright (C) 2009 - 2013
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 2
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 SERVER_HPP_INCLUDED
#define SERVER_HPP_INCLUDED

View file

@ -1,3 +1,18 @@
/* $Id$ */
/*
Copyright (C) 2008 - 2013
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 2
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 <iostream>
#include <sstream>

View file

@ -1,3 +1,18 @@
/* $Id$ */
/*
Copyright (C) 2008 - 2013
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 2
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 SIMPLE_WML_HPP_INCLUDED
#define SIMPLE_WML_HPP_INCLUDED