Author: baufo
Date: Sun Sep 14 09:29:10 2008
New Revision: 29456

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29456&view=rev
Log:
Adding the license header to the user_handler files

Modified:
    trunk/src/server/forum_user_handler.cpp
    trunk/src/server/forum_user_handler.hpp
    trunk/src/server/sample_user_handler.cpp
    trunk/src/server/sample_user_handler.hpp
    trunk/src/server/user_handler.cpp
    trunk/src/server/user_handler.hpp

Modified: trunk/src/server/forum_user_handler.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/forum_user_handler.cpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/forum_user_handler.cpp (original)
+++ trunk/src/server/forum_user_handler.cpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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.
+*/
+
 #ifdef HAVE_MYSQLPP
 
 #include "forum_user_handler.hpp"

Modified: trunk/src/server/forum_user_handler.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/forum_user_handler.hpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/forum_user_handler.hpp (original)
+++ trunk/src/server/forum_user_handler.hpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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 FORUM_USER_HANDLER_HPP_INCLUDED
 #define FORUM_USER_HANDLER_HPP_INCLUDED
 

Modified: trunk/src/server/sample_user_handler.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/sample_user_handler.cpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/sample_user_handler.cpp (original)
+++ trunk/src/server/sample_user_handler.cpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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 "sample_user_handler.hpp"
 #include "../serialization/string_utils.hpp"
 

Modified: trunk/src/server/sample_user_handler.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/sample_user_handler.hpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/sample_user_handler.hpp (original)
+++ trunk/src/server/sample_user_handler.hpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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 SAMPLE_USER_HANDLER_HPP_INCLUDED
 #define SAMPLE_USER_HANDLER_HPP_INCLUDED
 

Modified: trunk/src/server/user_handler.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/user_handler.cpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/user_handler.cpp (original)
+++ trunk/src/server/user_handler.cpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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 "user_handler.hpp"
 #include <cstdlib>
 #include <ctime>

Modified: trunk/src/server/user_handler.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/user_handler.hpp?rev=29456&r1=29455&r2=29456&view=diff
==============================================================================
--- trunk/src/server/user_handler.hpp (original)
+++ trunk/src/server/user_handler.hpp Sun Sep 14 09:29:10 2008
@@ -1,3 +1,17 @@
+/* $Id$ */
+/*
+   Copyright (C) 2008 by Thomas Baumhauer <[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 USER_HANDLER_HPP_INCLUDED
 #define USER_HANDLER_HPP_INCLUDED
 


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

Reply via email to