Author: silene
Date: Sun Mar 22 19:59:49 2009
New Revision: 34046

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34046&view=rev
Log:
Added copyright.

Modified:
    trunk/src/scripting/lua.cpp
    trunk/src/scripting/lua.hpp

Modified: trunk/src/scripting/lua.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/scripting/lua.cpp?rev=34046&r1=34045&r2=34046&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Sun Mar 22 19:59:49 2009
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2009 by Guillaume Melquiond <[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.
+*/
+
 /**
  * @file scripting/lua.cpp
  * Provides a Lua interpreter.

Modified: trunk/src/scripting/lua.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/scripting/lua.hpp?rev=34046&r1=34045&r2=34046&view=diff
==============================================================================
--- trunk/src/scripting/lua.hpp (original)
+++ trunk/src/scripting/lua.hpp Sun Mar 22 19:59:49 2009
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2009 by Guillaume Melquiond <[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 SCRIPTING_LUA_HPP
 #define SCRIPTING_LUA_HPP
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to