wesnoth/src/boilerplate-header.cpp
2009-01-01 10:27:41 +00:00

23 lines
702 B
C++

/* $Id$ */
/*
Copyright (C) 2003 - 2009 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.
*/
/**
* @file boilerplate-header.cpp
* Template for new cpp-files.
*/
// After adding the file don't forget to set the properties
// svn propset svn:keywords 'Author Date Id Revision' file
// svn propset svn:eol-style 'native' file