Author: mordante
Date: Sun Mar 9 19:48:13 2008
New Revision: 24451
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24451&view=rev
Log:
Added and updated copyright info
Modified:
trunk/src/formula.cpp
trunk/src/formula.hpp
trunk/src/formula_ai.cpp
trunk/src/formula_ai.hpp
trunk/src/formula_callable.hpp
trunk/src/formula_callable_fwd.hpp
trunk/src/formula_function.cpp
trunk/src/formula_function.hpp
trunk/src/formula_fwd.hpp
trunk/src/formula_tokenizer.cpp
trunk/src/formula_tokenizer.hpp
Modified: trunk/src/formula.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula.cpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula.cpp (original)
+++ trunk/src/formula.cpp Sun Mar 9 19:48:13 2008
@@ -1,4 +1,4 @@
-
+/* $Id$ */
/*
Copyright (C) 2007 by David White <dave.net>
Part of the Silver Tree Project
Modified: trunk/src/formula.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula.hpp (original)
+++ trunk/src/formula.hpp Sun Mar 9 19:48:13 2008
@@ -1,6 +1,6 @@
-
+/* $Id$ */
/*
- Copyright (C) 2007 by David White <dave.net>
+ Copyright (C) 2007 - 2008 by David White <dave.net>
Part of the Silver Tree Project
This program is free software; you can redistribute it and/or modify
@@ -10,6 +10,7 @@
See the COPYING file for more details.
*/
+
#ifndef FORMULA_HPP_INCLUDED
#define FORMULA_HPP_INCLUDED
Modified: trunk/src/formula_ai.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_ai.cpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_ai.cpp (original)
+++ trunk/src/formula_ai.cpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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.
+*/
+
#include "actions.hpp"
#include "callable_objects.hpp"
#include "formula.hpp"
Modified: trunk/src/formula_ai.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_ai.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_ai.hpp (original)
+++ trunk/src/formula_ai.hpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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 FORMULA_AI_HPP_INCLUDED
#define FORMULA_AI_HPP_INCLUDED
Modified: trunk/src/formula_callable.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_callable.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_callable.hpp (original)
+++ trunk/src/formula_callable.hpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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 FORMULA_CALLABLE_HPP_INCLUDED
#define FORMULA_CALLABLE_HPP_INCLUDED
Modified: trunk/src/formula_callable_fwd.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_callable_fwd.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_callable_fwd.hpp (original)
+++ trunk/src/formula_callable_fwd.hpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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 FORMULA_CALLABLE_FWD_HPP_INCLUDED
#define FORMULA_CALLABLE_FWD_HPP_INCLUDED
Modified: trunk/src/formula_function.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_function.cpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_function.cpp (original)
+++ trunk/src/formula_function.cpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,16 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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.
+*/
#include "global.hpp"
Modified: trunk/src/formula_function.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_function.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_function.hpp (original)
+++ trunk/src/formula_function.hpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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 FORMULA_FUNCTION_HPP_INCLUDED
#define FORMULA_FUNCTION_HPP_INCLUDED
Modified: trunk/src/formula_fwd.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_fwd.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_fwd.hpp (original)
+++ trunk/src/formula_fwd.hpp Sun Mar 9 19:48:13 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+ Copyright (C) 2008 by David White <[EMAIL PROTECTED]>
+ 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 FORMULA_FWD_HPP_INCLUDED
#define FORMULA_FWD_HPP_INCLUDED
Modified: trunk/src/formula_tokenizer.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_tokenizer.cpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_tokenizer.cpp (original)
+++ trunk/src/formula_tokenizer.cpp Sun Mar 9 19:48:13 2008
@@ -1,6 +1,6 @@
-
+/* $Id$ */
/*
- Copyright (C) 2007 by David White <dave.net>
+ Copyright (C) 2007 - 2008 by David White <dave.net>
Part of the Silver Tree Project
This program is free software; you can redistribute it and/or modify
@@ -10,6 +10,7 @@
See the COPYING file for more details.
*/
+
#include <iostream>
#include <boost/regex.hpp>
Modified: trunk/src/formula_tokenizer.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_tokenizer.hpp?rev=24451&r1=24450&r2=24451&view=diff
==============================================================================
--- trunk/src/formula_tokenizer.hpp (original)
+++ trunk/src/formula_tokenizer.hpp Sun Mar 9 19:48:13 2008
@@ -1,6 +1,6 @@
-
+/* $Id$ */
/*
- Copyright (C) 2007 by David White <dave.net>
+ Copyright (C) 2007 - 2008 by David White <dave.net>
Part of the Silver Tree Project
This program is free software; you can redistribute it and/or modify
@@ -10,6 +10,7 @@
See the COPYING file for more details.
*/
+
#ifndef FORMULA_TOKENIZER_HPP_INCLUDED
#define FORMULA_TOKENIZER_HPP_INCLUDED
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits