[NiL-SVN] SF.net SVN: nil: [532] trunk/nil-ng/src
Status: Alpha
Brought to you by:
e-user
|
From: <e-...@us...> - 2007-09-23 17:59:16
|
Revision: 532
http://nil.svn.sourceforge.net/nil/?rev=532&view=rev
Author: e-user
Date: 2007-09-23 10:59:19 -0700 (Sun, 23 Sep 2007)
Log Message:
-----------
* updated missing license information
* fixed license header indentation
Modified Paths:
--------------
trunk/nil-ng/src/client/console/SdlConsole.cc
trunk/nil-ng/src/client/console/SdlConsole.h
trunk/nil-ng/src/client/graphics/Font.cc
trunk/nil-ng/src/client/graphics/Font.h
trunk/nil-ng/src/client/input/Mouse.cc
trunk/nil-ng/src/client/input/Mouse.h
trunk/nil-ng/src/client/main.cc
trunk/nil-ng/src/client/net/NetworkClient.cc
trunk/nil-ng/src/client/net/NetworkClient.h
trunk/nil-ng/src/common/configuration/CommandlineParser.cc
trunk/nil-ng/src/common/configuration/CommandlineParser.h
trunk/nil-ng/src/common/configuration/ConfigFileParser.cc
trunk/nil-ng/src/common/configuration/ConfigFileParser.h
trunk/nil-ng/src/common/configuration/Configuration.cc
trunk/nil-ng/src/common/configuration/Configuration.h
trunk/nil-ng/src/common/configuration/IConfigurationParser.cc
trunk/nil-ng/src/common/configuration/IConfigurationParser.h
trunk/nil-ng/src/common/console/IConsole.cc
trunk/nil-ng/src/common/console/IConsole.h
trunk/nil-ng/src/common/console/TextConsole.cc
trunk/nil-ng/src/common/console/TextConsole.h
trunk/nil-ng/src/common/exceptions/NilException.cc
trunk/nil-ng/src/common/exceptions/NilException.h
trunk/nil-ng/src/common/graphics/Blittable.cc
trunk/nil-ng/src/common/graphics/Blittable.h
trunk/nil-ng/src/common/graphics/GraphicItem.cc
trunk/nil-ng/src/common/graphics/GraphicItem.h
trunk/nil-ng/src/common/graphics/Graphics.cc
trunk/nil-ng/src/common/graphics/Graphics.h
trunk/nil-ng/src/common/input/EventHandler.cc
trunk/nil-ng/src/common/input/EventHandler.h
trunk/nil-ng/src/common/input/Interactive.cc
trunk/nil-ng/src/common/input/Interactive.h
trunk/nil-ng/src/common/input/Keyboard.cc
trunk/nil-ng/src/common/input/Keyboard.h
trunk/nil-ng/src/common/net/INetwork.cc
trunk/nil-ng/src/common/net/INetwork.h
trunk/nil-ng/src/common/pattern/IObserver.h
trunk/nil-ng/src/common/pattern/ISubject.cc
trunk/nil-ng/src/common/pattern/ISubject.h
trunk/nil-ng/src/common/physics/Movable.cc
trunk/nil-ng/src/common/physics/Movable.h
trunk/nil-ng/src/common/vfs/File.cc
trunk/nil-ng/src/common/vfs/File.h
trunk/nil-ng/src/common/vfs/VFS.cc
trunk/nil-ng/src/common/vfs/VFS.h
Modified: trunk/nil-ng/src/client/console/SdlConsole.cc
===================================================================
--- trunk/nil-ng/src/client/console/SdlConsole.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/console/SdlConsole.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "SdlConsole.h"
Modified: trunk/nil-ng/src/client/console/SdlConsole.h
===================================================================
--- trunk/nil-ng/src/client/console/SdlConsole.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/console/SdlConsole.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _SDLCONSOLE_H_
Modified: trunk/nil-ng/src/client/graphics/Font.cc
===================================================================
--- trunk/nil-ng/src/client/graphics/Font.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/graphics/Font.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Font.h"
Modified: trunk/nil-ng/src/client/graphics/Font.h
===================================================================
--- trunk/nil-ng/src/client/graphics/Font.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/graphics/Font.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _FONT_H_
Modified: trunk/nil-ng/src/client/input/Mouse.cc
===================================================================
--- trunk/nil-ng/src/client/input/Mouse.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/input/Mouse.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,12 +1,12 @@
-/********************************************************************************
+/******************************************************************************
* NiL isn't Liero
- * Mouse.cc - Implementation of Mouse
+ * Mouse.cc - Represents the mouse cursor and state information (implementation)
*
- * Copyright (C) 2006 Alexander Kahl <e-...@us...>
+ * Copyright (C) 2006 Alexander Kahl <e-...@gm...>
*
- * This program is free software; you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -15,10 +15,9 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- ********************************************************************************/
+ *****************************************************************************/
#include "Mouse.h"
Mouse::Mouse()
Modified: trunk/nil-ng/src/client/input/Mouse.h
===================================================================
--- trunk/nil-ng/src/client/input/Mouse.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/input/Mouse.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,12 +1,12 @@
-/********************************************************************************
+/******************************************************************************
* NiL isn't Liero
- * Mouse.h - Represents the mouse cursor and its state information
+ * Mouse.h - Represents the mouse cursor and state information (definition)
*
- * Copyright (C) 2006 Alexander Kahl <e-...@us...>
+ * Copyright (C) 2006 Alexander Kahl <e-...@gm...>
*
- * This program is free software; you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -15,10 +15,9 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- ********************************************************************************/
+ *****************************************************************************/
#ifndef MOUSE_H_
#define MOUSE_H_
Modified: trunk/nil-ng/src/client/main.cc
===================================================================
--- trunk/nil-ng/src/client/main.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/main.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "common/vfs/VFS.h"
Modified: trunk/nil-ng/src/client/net/NetworkClient.cc
===================================================================
--- trunk/nil-ng/src/client/net/NetworkClient.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/net/NetworkClient.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,3 +1,23 @@
+/******************************************************************************
+ * NiL isn't Liero
+ * NetworkClient.cc - Networking client (implementation)
+ *
+ * Copyright (C) 2006,2007 Alexander Kahl <e-...@gm...>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *****************************************************************************/
#include "client/net/NetworkClient.h"
int client_net_loop(void* _this);
Modified: trunk/nil-ng/src/client/net/NetworkClient.h
===================================================================
--- trunk/nil-ng/src/client/net/NetworkClient.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/client/net/NetworkClient.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,3 +1,23 @@
+/******************************************************************************
+ * NiL isn't Liero
+ * NetworkClient.h - Networking client (definition)
+ *
+ * Copyright (C) 2006,2007 Alexander Kahl <e-...@gm...>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *****************************************************************************/
#ifndef _NETWORKCLIENT_H_
#define _NETWORKCLIENT_H_
Modified: trunk/nil-ng/src/common/configuration/CommandlineParser.cc
===================================================================
--- trunk/nil-ng/src/common/configuration/CommandlineParser.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/CommandlineParser.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "CommandlineParser.h"
Modified: trunk/nil-ng/src/common/configuration/CommandlineParser.h
===================================================================
--- trunk/nil-ng/src/common/configuration/CommandlineParser.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/CommandlineParser.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _COMMANDLINEPARSER_H_
Modified: trunk/nil-ng/src/common/configuration/ConfigFileParser.cc
===================================================================
--- trunk/nil-ng/src/common/configuration/ConfigFileParser.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/ConfigFileParser.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "ConfigFileParser.h"
Modified: trunk/nil-ng/src/common/configuration/ConfigFileParser.h
===================================================================
--- trunk/nil-ng/src/common/configuration/ConfigFileParser.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/ConfigFileParser.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _CONFIGFILEPARSER_H_
Modified: trunk/nil-ng/src/common/configuration/Configuration.cc
===================================================================
--- trunk/nil-ng/src/common/configuration/Configuration.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/Configuration.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Configuration.h"
Modified: trunk/nil-ng/src/common/configuration/Configuration.h
===================================================================
--- trunk/nil-ng/src/common/configuration/Configuration.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/Configuration.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _CONFIGURATION_H_
Modified: trunk/nil-ng/src/common/configuration/IConfigurationParser.cc
===================================================================
--- trunk/nil-ng/src/common/configuration/IConfigurationParser.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/IConfigurationParser.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "IConfigurationParser.h"
Modified: trunk/nil-ng/src/common/configuration/IConfigurationParser.h
===================================================================
--- trunk/nil-ng/src/common/configuration/IConfigurationParser.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/configuration/IConfigurationParser.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _ICONFIGURATIONPARSER_H_
Modified: trunk/nil-ng/src/common/console/IConsole.cc
===================================================================
--- trunk/nil-ng/src/common/console/IConsole.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/console/IConsole.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "IConsole.h"
Modified: trunk/nil-ng/src/common/console/IConsole.h
===================================================================
--- trunk/nil-ng/src/common/console/IConsole.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/console/IConsole.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -2,7 +2,6 @@
* NiL isn't Liero
* IConsole.h - Console interface definition
*
- * Copyright (C) 2004 H. Ilari Liusvaara (hli...@cc...)
* Copyright (C) 2005 Christoph Brill (eg...@gm...)
* Copyright (C) 2005,2006,2007 Alexander Kahl <e-...@gm...>
*
@@ -11,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _ICONSOLE_H_
Modified: trunk/nil-ng/src/common/console/TextConsole.cc
===================================================================
--- trunk/nil-ng/src/common/console/TextConsole.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/console/TextConsole.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "TextConsole.h"
Modified: trunk/nil-ng/src/common/console/TextConsole.h
===================================================================
--- trunk/nil-ng/src/common/console/TextConsole.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/console/TextConsole.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _TEXTCONSOLE_H_
Modified: trunk/nil-ng/src/common/exceptions/NilException.cc
===================================================================
--- trunk/nil-ng/src/common/exceptions/NilException.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/exceptions/NilException.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "NilException.h"
Modified: trunk/nil-ng/src/common/exceptions/NilException.h
===================================================================
--- trunk/nil-ng/src/common/exceptions/NilException.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/exceptions/NilException.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _NILEXCEPTION_H_
Modified: trunk/nil-ng/src/common/graphics/Blittable.cc
===================================================================
--- trunk/nil-ng/src/common/graphics/Blittable.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/Blittable.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Blittable.h"
Modified: trunk/nil-ng/src/common/graphics/Blittable.h
===================================================================
--- trunk/nil-ng/src/common/graphics/Blittable.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/Blittable.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef BLITTABLE_H_
Modified: trunk/nil-ng/src/common/graphics/GraphicItem.cc
===================================================================
--- trunk/nil-ng/src/common/graphics/GraphicItem.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/GraphicItem.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "GraphicItem.h"
Modified: trunk/nil-ng/src/common/graphics/GraphicItem.h
===================================================================
--- trunk/nil-ng/src/common/graphics/GraphicItem.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/GraphicItem.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _GRAPHICITEM_H_
Modified: trunk/nil-ng/src/common/graphics/Graphics.cc
===================================================================
--- trunk/nil-ng/src/common/graphics/Graphics.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/Graphics.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Graphics.h"
Modified: trunk/nil-ng/src/common/graphics/Graphics.h
===================================================================
--- trunk/nil-ng/src/common/graphics/Graphics.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/graphics/Graphics.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _GRAPHICS_H_
Modified: trunk/nil-ng/src/common/input/EventHandler.cc
===================================================================
--- trunk/nil-ng/src/common/input/EventHandler.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/EventHandler.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "EventHandler.h"
Modified: trunk/nil-ng/src/common/input/EventHandler.h
===================================================================
--- trunk/nil-ng/src/common/input/EventHandler.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/EventHandler.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef EVENTHANDLER_H_
Modified: trunk/nil-ng/src/common/input/Interactive.cc
===================================================================
--- trunk/nil-ng/src/common/input/Interactive.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/Interactive.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Interactive.h"
Modified: trunk/nil-ng/src/common/input/Interactive.h
===================================================================
--- trunk/nil-ng/src/common/input/Interactive.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/Interactive.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _INTERACTIVE_H_
Modified: trunk/nil-ng/src/common/input/Keyboard.cc
===================================================================
--- trunk/nil-ng/src/common/input/Keyboard.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/Keyboard.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -2,21 +2,20 @@
* NiL isn't Liero
* Keyboard.cc - Keyboard input handler implementation
*
- * Copyright (C) 2005 Christoph Brill (eg...@gm...)
- * Copyright (C) 2005,2006,2007 Alexander Kahl <e-...@gm...>
+ * Copyright (C) 2005,2006,2007 Alexander Kahl <e-...@gm...>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Keyboard.h"
Modified: trunk/nil-ng/src/common/input/Keyboard.h
===================================================================
--- trunk/nil-ng/src/common/input/Keyboard.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/input/Keyboard.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -10,13 +10,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _KEYBOARD_H_
Modified: trunk/nil-ng/src/common/net/INetwork.cc
===================================================================
--- trunk/nil-ng/src/common/net/INetwork.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/net/INetwork.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,3 +1,23 @@
+/******************************************************************************
+ * NiL isn't Liero
+ * INetwork.cc - Networking interface (implementation)
+ *
+ * Copyright (C) 2006,2007 Alexander Kahl <e-...@gm...>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *****************************************************************************/
#include "common/net/INetwork.h"
INetwork::INetwork(IConsole* _console, Configuration* _config) :
Modified: trunk/nil-ng/src/common/net/INetwork.h
===================================================================
--- trunk/nil-ng/src/common/net/INetwork.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/net/INetwork.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -1,3 +1,23 @@
+/******************************************************************************
+ * NiL isn't Liero
+ * INetwork.h - Networking interface (definition)
+ *
+ * Copyright (C) 2006,2007 Alexander Kahl <e-...@gm...>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *****************************************************************************/
#ifndef _INETWORK_H_
#define _INETWORK_H_
Modified: trunk/nil-ng/src/common/pattern/IObserver.h
===================================================================
--- trunk/nil-ng/src/common/pattern/IObserver.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/pattern/IObserver.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _IOBSERVER_H_
Modified: trunk/nil-ng/src/common/pattern/ISubject.cc
===================================================================
--- trunk/nil-ng/src/common/pattern/ISubject.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/pattern/ISubject.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "ISubject.h"
Modified: trunk/nil-ng/src/common/pattern/ISubject.h
===================================================================
--- trunk/nil-ng/src/common/pattern/ISubject.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/pattern/ISubject.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef _ISUBJECT_H_
Modified: trunk/nil-ng/src/common/physics/Movable.cc
===================================================================
--- trunk/nil-ng/src/common/physics/Movable.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/physics/Movable.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#include "Movable.h"
Modified: trunk/nil-ng/src/common/physics/Movable.h
===================================================================
--- trunk/nil-ng/src/common/physics/Movable.h 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/physics/Movable.h 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
#ifndef MOVABLE_H_
Modified: trunk/nil-ng/src/common/vfs/File.cc
===================================================================
--- trunk/nil-ng/src/common/vfs/File.cc 2007-09-23 00:34:44 UTC (rev 531)
+++ trunk/nil-ng/src/common/vfs/File.cc 2007-09-23 17:59:19 UTC (rev 532)
@@ -9,13 +9,13 @@
* the Free Software Foundation, either version 3 of the License, or
* (at your o...
[truncated message content] |