Copyright and licensing for arrow.cpp/hpp
This commit is contained in:
parent
548712c03c
commit
7e05b5b757
2 changed files with 37 additions and 0 deletions
|
@ -1,3 +1,21 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2010 by Gabriel Morin <gabrielmorin (at) gmail (dot) org>
|
||||
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 arrow.cpp
|
||||
* Method bodies for the arrow class.
|
||||
*/
|
||||
|
||||
#include "arrow.hpp"
|
||||
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2010 by Gabriel Morin <gabrielmorin (at) gmail (dot) org>
|
||||
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 arrow.hpp
|
||||
* Arrows destined to be drawn on the map. Created for the whiteboard project.
|
||||
*/
|
||||
|
||||
#ifndef _ARROW_H
|
||||
#define _ARROW_H
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue