From 3822677a8a06f9cba4fba385fc5edbfc3da3e0ef Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 29 Apr 2012 14:15:51 +0000 Subject: [PATCH] Add a copyright header. The file like formatter.hpp was introduced in 2008-03-03T05:40:29Z!davewx7@gmail.com. So used the copyright statement of formatter.hpp. --- src/map_utils.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/map_utils.hpp b/src/map_utils.hpp index 354c7b460c4..fe8d2e9b984 100644 --- a/src/map_utils.hpp +++ b/src/map_utils.hpp @@ -1,3 +1,16 @@ +/* $Id$ */ +/* + Copyright (C) 2007 - 2012 by David White + Part of the Silver Tree Project + + 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 or later. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY. + + See the COPYING file for more details. +*/ + #ifndef MAP_UTILS_HPP_INCLUDED #define MAP_UTILS_HPP_INCLUDED