[Scummvm-cvs-logs] SF.net SVN: scummvm: [20444] scummvm/trunk/sword2

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Feb 9 07:16:03 CET 2006


Revision: 20444
Author:   eriktorbjorn
Date:     2006-02-09 07:12:44 -0800 (Thu, 09 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20444&view=rev

Log Message:
-----------
Fix $Header$ and some minor file header inconsistencies.

Modified Paths:
--------------
    scummvm/trunk/sword2/anims.cpp
    scummvm/trunk/sword2/build_display.cpp
    scummvm/trunk/sword2/build_display.h
    scummvm/trunk/sword2/console.cpp
    scummvm/trunk/sword2/console.h
    scummvm/trunk/sword2/controls.cpp
    scummvm/trunk/sword2/controls.h
    scummvm/trunk/sword2/debug.cpp
    scummvm/trunk/sword2/debug.h
    scummvm/trunk/sword2/defs.h
    scummvm/trunk/sword2/driver/_mouse.cpp
    scummvm/trunk/sword2/driver/animation.cpp
    scummvm/trunk/sword2/driver/d_draw.cpp
    scummvm/trunk/sword2/driver/d_sound.cpp
    scummvm/trunk/sword2/driver/menu.cpp
    scummvm/trunk/sword2/driver/palette.cpp
    scummvm/trunk/sword2/driver/rdwin.cpp
    scummvm/trunk/sword2/driver/render.cpp
    scummvm/trunk/sword2/driver/sprite.cpp
    scummvm/trunk/sword2/events.cpp
    scummvm/trunk/sword2/function.cpp
    scummvm/trunk/sword2/header.h
    scummvm/trunk/sword2/icons.cpp
    scummvm/trunk/sword2/icons.h
    scummvm/trunk/sword2/interpreter.cpp
    scummvm/trunk/sword2/interpreter.h
    scummvm/trunk/sword2/layers.cpp
    scummvm/trunk/sword2/layers.h
    scummvm/trunk/sword2/logic.cpp
    scummvm/trunk/sword2/logic.h
    scummvm/trunk/sword2/maketext.cpp
    scummvm/trunk/sword2/maketext.h
    scummvm/trunk/sword2/memory.cpp
    scummvm/trunk/sword2/memory.h
    scummvm/trunk/sword2/mouse.cpp
    scummvm/trunk/sword2/mouse.h
    scummvm/trunk/sword2/object.h
    scummvm/trunk/sword2/protocol.cpp
    scummvm/trunk/sword2/resman.cpp
    scummvm/trunk/sword2/resman.h
    scummvm/trunk/sword2/router.cpp
    scummvm/trunk/sword2/router.h
    scummvm/trunk/sword2/save_rest.cpp
    scummvm/trunk/sword2/save_rest.h
    scummvm/trunk/sword2/scroll.cpp
    scummvm/trunk/sword2/sound.cpp
    scummvm/trunk/sword2/sound.h
    scummvm/trunk/sword2/speech.cpp
    scummvm/trunk/sword2/startup.cpp
    scummvm/trunk/sword2/sword2.cpp
    scummvm/trunk/sword2/sword2.h
    scummvm/trunk/sword2/sync.cpp
    scummvm/trunk/sword2/walker.cpp
Modified: scummvm/trunk/sword2/anims.cpp
===================================================================
--- scummvm/trunk/sword2/anims.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/anims.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: scummvm/trunk/sword2/build_display.cpp
===================================================================
--- scummvm/trunk/sword2/build_display.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/build_display.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: scummvm/trunk/sword2/build_display.h
===================================================================
--- scummvm/trunk/sword2/build_display.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/build_display.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_BUILD_DISPLAY

Modified: scummvm/trunk/sword2/console.cpp
===================================================================
--- scummvm/trunk/sword2/console.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/console.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/console.h
===================================================================
--- scummvm/trunk/sword2/console.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/console.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	C_ONSOLE_H

Modified: scummvm/trunk/sword2/controls.cpp
===================================================================
--- scummvm/trunk/sword2/controls.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/controls.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/controls.h
===================================================================
--- scummvm/trunk/sword2/controls.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/controls.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_CONTROL_S

Modified: scummvm/trunk/sword2/debug.cpp
===================================================================
--- scummvm/trunk/sword2/debug.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/debug.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/debug.h
===================================================================
--- scummvm/trunk/sword2/debug.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/debug.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	D_DEBUG

Modified: scummvm/trunk/sword2/defs.h
===================================================================
--- scummvm/trunk/sword2/defs.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/defs.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	DEFS

Modified: scummvm/trunk/sword2/driver/_mouse.cpp
===================================================================
--- scummvm/trunk/sword2/driver/_mouse.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/_mouse.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/animation.cpp
===================================================================
--- scummvm/trunk/sword2/driver/animation.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/animation.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -5,18 +5,18 @@
  * 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 (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, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
- *
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/d_draw.cpp
===================================================================
--- scummvm/trunk/sword2/driver/d_draw.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/d_draw.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/d_sound.cpp
===================================================================
--- scummvm/trunk/sword2/driver/d_sound.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/d_sound.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // One feature still missing is the original's DipMusic() function which, as

Modified: scummvm/trunk/sword2/driver/menu.cpp
===================================================================
--- scummvm/trunk/sword2/driver/menu.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/menu.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/palette.cpp
===================================================================
--- scummvm/trunk/sword2/driver/palette.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/palette.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/rdwin.cpp
===================================================================
--- scummvm/trunk/sword2/driver/rdwin.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/rdwin.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/render.cpp
===================================================================
--- scummvm/trunk/sword2/driver/render.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/render.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/driver/sprite.cpp
===================================================================
--- scummvm/trunk/sword2/driver/sprite.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/driver/sprite.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/events.cpp
===================================================================
--- scummvm/trunk/sword2/events.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/events.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/function.cpp
===================================================================
--- scummvm/trunk/sword2/function.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/function.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/header.h
===================================================================
--- scummvm/trunk/sword2/header.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/header.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_HEADER

Modified: scummvm/trunk/sword2/icons.cpp
===================================================================
--- scummvm/trunk/sword2/icons.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/icons.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/icons.h
===================================================================
--- scummvm/trunk/sword2/icons.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/icons.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_ICONS

Modified: scummvm/trunk/sword2/interpreter.cpp
===================================================================
--- scummvm/trunk/sword2/interpreter.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/interpreter.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/interpreter.h
===================================================================
--- scummvm/trunk/sword2/interpreter.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/interpreter.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef _INTERPRETER

Modified: scummvm/trunk/sword2/layers.cpp
===================================================================
--- scummvm/trunk/sword2/layers.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/layers.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // high level layer initialising

Modified: scummvm/trunk/sword2/layers.h
===================================================================
--- scummvm/trunk/sword2/layers.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/layers.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_LAYERS

Modified: scummvm/trunk/sword2/logic.cpp
===================================================================
--- scummvm/trunk/sword2/logic.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/logic.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/logic.h
===================================================================
--- scummvm/trunk/sword2/logic.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/logic.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // logic management

Modified: scummvm/trunk/sword2/maketext.cpp
===================================================================
--- scummvm/trunk/sword2/maketext.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/maketext.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // MAKETEXT	- Constructs a single-frame text sprite: returns a handle to a

Modified: scummvm/trunk/sword2/maketext.h
===================================================================
--- scummvm/trunk/sword2/maketext.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/maketext.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef _MAKETEXT_H

Modified: scummvm/trunk/sword2/memory.cpp
===================================================================
--- scummvm/trunk/sword2/memory.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/memory.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // The new memory manager, now only used by the resource manager. The original

Modified: scummvm/trunk/sword2/memory.h
===================================================================
--- scummvm/trunk/sword2/memory.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/memory.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	MEMORY_H

Modified: scummvm/trunk/sword2/mouse.cpp
===================================================================
--- scummvm/trunk/sword2/mouse.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/mouse.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/mouse.h
===================================================================
--- scummvm/trunk/sword2/mouse.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/mouse.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef MOUSE_H

Modified: scummvm/trunk/sword2/object.h
===================================================================
--- scummvm/trunk/sword2/object.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/object.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_SCRIPT_STRUCTURES

Modified: scummvm/trunk/sword2/protocol.cpp
===================================================================
--- scummvm/trunk/sword2/protocol.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/protocol.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/resman.cpp
===================================================================
--- scummvm/trunk/sword2/resman.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/resman.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/resman.h
===================================================================
--- scummvm/trunk/sword2/resman.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/resman.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	RESMAN_H

Modified: scummvm/trunk/sword2/router.cpp
===================================================================
--- scummvm/trunk/sword2/router.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/router.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -1,5 +1,6 @@
 /* Copyright (C) 1994-1998 Revolution Software Ltd.
- * Copyright (C) 2003-2006 The ScummVM project *
+ * Copyright (C) 2003-2006 The ScummVM project
+ *
  * 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
@@ -14,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: scummvm/trunk/sword2/router.h
===================================================================
--- scummvm/trunk/sword2/router.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/router.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef _ROUTER_H

Modified: scummvm/trunk/sword2/save_rest.cpp
===================================================================
--- scummvm/trunk/sword2/save_rest.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/save_rest.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: scummvm/trunk/sword2/save_rest.h
===================================================================
--- scummvm/trunk/sword2/save_rest.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/save_rest.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	SAVE_REST_H

Modified: scummvm/trunk/sword2/scroll.cpp
===================================================================
--- scummvm/trunk/sword2/scroll.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/scroll.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/sound.cpp
===================================================================
--- scummvm/trunk/sword2/sound.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/sound.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: scummvm/trunk/sword2/sound.h
===================================================================
--- scummvm/trunk/sword2/sound.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/sound.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 /*****************************************************************************

Modified: scummvm/trunk/sword2/speech.cpp
===================================================================
--- scummvm/trunk/sword2/speech.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/speech.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/startup.cpp
===================================================================
--- scummvm/trunk/sword2/startup.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/startup.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/sword2.cpp
===================================================================
--- scummvm/trunk/sword2/sword2.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/sword2.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/sword2.h
===================================================================
--- scummvm/trunk/sword2/sword2.h	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/sword2.h	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #ifndef	_SWORD2

Modified: scummvm/trunk/sword2/sync.cpp
===================================================================
--- scummvm/trunk/sword2/sync.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/sync.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sword2/walker.cpp
===================================================================
--- scummvm/trunk/sword2/walker.cpp	2006-02-09 15:05:07 UTC (rev 20443)
+++ scummvm/trunk/sword2/walker.cpp	2006-02-09 15:12:44 UTC (rev 20444)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 // WALKER.CPP by James (14nov96)







More information about the Scummvm-git-logs mailing list