Add copyright header.

This commit is contained in:
Mark de Wever 2010-07-18 15:08:36 +00:00
parent 3dc82b5186
commit 1c673dbb57

View File

@ -1,3 +1,17 @@
/* $Id$ */
/*
Copyright (C) 2008 - 2010 by David White <dave@whitevine.net>
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 version 2
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 REFERENCE_COUNTED_OBJECT_HPP_INCLUDED
#define REFERENCE_COUNTED_OBJECT_HPP_INCLUDED