From 1c673dbb57a79821a4e5dc83bb68d1c76bda91d8 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 18 Jul 2010 15:08:36 +0000 Subject: [PATCH] Add copyright header. --- src/reference_counted_object.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/reference_counted_object.hpp b/src/reference_counted_object.hpp index 07dcc3cce98..83be4f3e050 100644 --- a/src/reference_counted_object.hpp +++ b/src/reference_counted_object.hpp @@ -1,3 +1,17 @@ +/* $Id$ */ +/* + Copyright (C) 2008 - 2010 by David White + 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