[Scummvm-cvs-logs] CVS: residual actor.cpp,1.34,1.35 actor.h,1.16,1.17 bitmap.cpp,1.27,1.28 bitmap.h,1.10,1.11 bits.h,1.16,1.17 blocky16.cpp,1.16,1.17 blocky16.h,1.2,1.3 color.h,1.4,1.5 colormap.h,1.4,1.5 costume.cpp,1.20,1.21 costume.h,1.11,1.12 debug.cpp,1.5,1.6 debug.h,1.6,1.7 driver_gl.cpp,1.19,1.20 driver_gl.h,1.10,1.11 engine.cpp,1.51,1.52 engine.h,1.17,1.18 font.h,1.1,1.2 keyframe.cpp,1.7,1.8 keyframe.h,1.4,1.5 lab.cpp,1.11,1.12 lab.h,1.7,1.8 lipsynch.cpp,1.3,1.4 lipsynch.h,1.3,1.4 localize.cpp,1.7,1.8 localize.h,1.6,1.7 lua.cpp,1.85,1.86 lua.h,1.5,1.6 main.cpp,1.40,1.41 material.cpp,1.10,1.11 material.h,1.6,1.7 matrix3.cpp,1.7,1.8 matrix3.h,1.5,1.6 matrix4.cpp,1.6,1.7 matrix4.h,1.6,1.7 model.cpp,1.20,1.21 model.h,1.7,1.8 objectstate.cpp,1.4,1.5 objectstate.h,1.6,1.7 registry.cpp,1.9,1.10 registry.h,1.5,1.6 residual.rc,1.3,1.4 resource.cpp,1.18,1.19 resource.h,1.12,1.13 scene.cpp,1.29,1.30 scene.h,1.19,1.20 screen.cpp,1.15,1.16 screen.h,1.4,1.5 smush.cpp,1.55,1.56 smush.h,1.22,1.23 stdafx.h,1.6,1.7 textobject.cpp,1.12,1.13 textobject.h,1.4,1.5 textsplit.cpp,1.8,1.9 textsplit.h,1.5,1.6 timer.cpp,1.10,1.11 timer.h,1.6,1.7 vector3d.h,1.8,1.9 vima.cpp,1.8,1.9 walkplane.cpp,1.11,1.12 walkplane.h,1.9,1.10

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Jan 1 02:24:07 CET 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31378

Modified Files:
	actor.cpp actor.h bitmap.cpp bitmap.h bits.h blocky16.cpp 
	blocky16.h color.h colormap.h costume.cpp costume.h debug.cpp 
	debug.h driver_gl.cpp driver_gl.h engine.cpp engine.h font.h 
	keyframe.cpp keyframe.h lab.cpp lab.h lipsynch.cpp lipsynch.h 
	localize.cpp localize.h lua.cpp lua.h main.cpp material.cpp 
	material.h matrix3.cpp matrix3.h matrix4.cpp matrix4.h 
	model.cpp model.h objectstate.cpp objectstate.h registry.cpp 
	registry.h residual.rc resource.cpp resource.h scene.cpp 
	scene.h screen.cpp screen.h smush.cpp smush.h stdafx.h 
	textobject.cpp textobject.h textsplit.cpp textsplit.h 
	timer.cpp timer.h vector3d.h vima.cpp walkplane.cpp 
	walkplane.h 
Log Message:
update copyrights

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/actor.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- actor.cpp	31 Dec 2004 22:05:13 -0000	1.34
+++ actor.cpp	1 Jan 2005 10:23:15 -0000	1.35
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/residual/actor.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- actor.h	28 Dec 2004 08:05:17 -0000	1.16
+++ actor.h	1 Jan 2005 10:23:15 -0000	1.17
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: bitmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/bitmap.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- bitmap.cpp	10 Dec 2004 07:26:02 -0000	1.27
+++ bitmap.cpp	1 Jan 2005 10:23:15 -0000	1.28
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: bitmap.h
===================================================================
RCS file: /cvsroot/scummvm/residual/bitmap.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- bitmap.h	10 Dec 2004 07:26:02 -0000	1.10
+++ bitmap.h	1 Jan 2005 10:23:15 -0000	1.11
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: bits.h
===================================================================
RCS file: /cvsroot/scummvm/residual/bits.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- bits.h	6 Oct 2004 18:59:23 -0000	1.16
+++ bits.h	1 Jan 2005 10:23:15 -0000	1.17
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: blocky16.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/blocky16.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- blocky16.cpp	7 May 2004 21:36:07 -0000	1.16
+++ blocky16.cpp	1 Jan 2005 10:23:15 -0000	1.17
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: blocky16.h
===================================================================
RCS file: /cvsroot/scummvm/residual/blocky16.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blocky16.h	24 Feb 2004 21:09:53 -0000	1.2
+++ blocky16.h	1 Jan 2005 10:23:15 -0000	1.3
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: color.h
===================================================================
RCS file: /cvsroot/scummvm/residual/color.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- color.h	9 Dec 2004 23:55:43 -0000	1.4
+++ color.h	1 Jan 2005 10:23:15 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: colormap.h
===================================================================
RCS file: /cvsroot/scummvm/residual/colormap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- colormap.h	9 Dec 2004 23:55:43 -0000	1.4
+++ colormap.h	1 Jan 2005 10:23:15 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/costume.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- costume.cpp	31 Dec 2004 21:35:04 -0000	1.20
+++ costume.cpp	1 Jan 2005 10:23:15 -0000	1.21
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: costume.h
===================================================================
RCS file: /cvsroot/scummvm/residual/costume.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- costume.h	10 Dec 2004 07:26:02 -0000	1.11
+++ costume.h	1 Jan 2005 10:23:15 -0000	1.12
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/debug.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debug.cpp	9 Dec 2004 23:55:43 -0000	1.5
+++ debug.cpp	1 Jan 2005 10:23:15 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/residual/debug.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- debug.h	15 Apr 2004 20:20:03 -0000	1.6
+++ debug.h	1 Jan 2005 10:23:15 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: driver_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/driver_gl.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- driver_gl.cpp	10 Dec 2004 07:26:02 -0000	1.19
+++ driver_gl.cpp	1 Jan 2005 10:23:15 -0000	1.20
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: driver_gl.h
===================================================================
RCS file: /cvsroot/scummvm/residual/driver_gl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- driver_gl.h	9 Dec 2004 23:55:43 -0000	1.10
+++ driver_gl.h	1 Jan 2005 10:23:15 -0000	1.11
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/engine.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- engine.cpp	31 Dec 2004 21:35:04 -0000	1.51
+++ engine.cpp	1 Jan 2005 10:23:15 -0000	1.52
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/residual/engine.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- engine.h	1 Jan 2005 10:12:15 -0000	1.17
+++ engine.h	1 Jan 2005 10:23:15 -0000	1.18
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: font.h
===================================================================
RCS file: /cvsroot/scummvm/residual/font.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- font.h	28 Mar 2004 11:00:16 -0000	1.1
+++ font.h	1 Jan 2005 10:23:15 -0000	1.2
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: keyframe.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/keyframe.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- keyframe.cpp	10 Dec 2004 07:26:03 -0000	1.7
+++ keyframe.cpp	1 Jan 2005 10:23:16 -0000	1.8
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: keyframe.h
===================================================================
RCS file: /cvsroot/scummvm/residual/keyframe.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- keyframe.h	10 Dec 2004 07:26:03 -0000	1.4
+++ keyframe.h	1 Jan 2005 10:23:16 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lab.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lab.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- lab.cpp	1 Jan 2005 09:57:33 -0000	1.11
+++ lab.cpp	1 Jan 2005 10:23:16 -0000	1.12
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lab.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lab.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lab.h	1 Jan 2005 09:57:33 -0000	1.7
+++ lab.h	1 Jan 2005 10:23:16 -0000	1.8
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lipsynch.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lipsynch.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lipsynch.cpp	9 Dec 2004 23:55:43 -0000	1.3
+++ lipsynch.cpp	1 Jan 2005 10:23:16 -0000	1.4
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lipsynch.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lipsynch.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lipsynch.h	9 Dec 2004 23:55:43 -0000	1.3
+++ lipsynch.h	1 Jan 2005 10:23:16 -0000	1.4
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: localize.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/localize.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- localize.cpp	31 Dec 2004 22:05:25 -0000	1.7
+++ localize.cpp	1 Jan 2005 10:23:16 -0000	1.8
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: localize.h
===================================================================
RCS file: /cvsroot/scummvm/residual/localize.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- localize.h	31 Dec 2004 21:35:04 -0000	1.6
+++ localize.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 20032004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- lua.cpp	31 Dec 2004 22:05:25 -0000	1.85
+++ lua.cpp	1 Jan 2005 10:23:16 -0000	1.86
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: lua.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lua.h	10 Dec 2004 07:26:03 -0000	1.5
+++ lua.h	1 Jan 2005 10:23:16 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/main.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- main.cpp	31 Dec 2004 22:05:25 -0000	1.40
+++ main.cpp	1 Jan 2005 10:23:16 -0000	1.41
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: material.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/material.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- material.cpp	10 Dec 2004 07:26:03 -0000	1.10
+++ material.cpp	1 Jan 2005 10:23:16 -0000	1.11
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: material.h
===================================================================
RCS file: /cvsroot/scummvm/residual/material.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- material.h	10 Dec 2004 07:26:03 -0000	1.6
+++ material.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: matrix3.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/matrix3.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- matrix3.cpp	9 Dec 2004 23:55:43 -0000	1.7
+++ matrix3.cpp	1 Jan 2005 10:23:16 -0000	1.8
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: matrix3.h
===================================================================
RCS file: /cvsroot/scummvm/residual/matrix3.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- matrix3.h	9 Dec 2004 23:55:43 -0000	1.5
+++ matrix3.h	1 Jan 2005 10:23:16 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: matrix4.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/matrix4.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- matrix4.cpp	9 Dec 2004 23:55:43 -0000	1.6
+++ matrix4.cpp	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: matrix4.h
===================================================================
RCS file: /cvsroot/scummvm/residual/matrix4.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- matrix4.h	9 Dec 2004 23:55:43 -0000	1.6
+++ matrix4.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: model.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/model.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- model.cpp	31 Dec 2004 21:35:04 -0000	1.20
+++ model.cpp	1 Jan 2005 10:23:16 -0000	1.21
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: model.h
===================================================================
RCS file: /cvsroot/scummvm/residual/model.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- model.h	9 Dec 2004 23:55:43 -0000	1.7
+++ model.h	1 Jan 2005 10:23:16 -0000	1.8
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: objectstate.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/objectstate.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- objectstate.cpp	31 Dec 2004 21:35:04 -0000	1.4
+++ objectstate.cpp	1 Jan 2005 10:23:16 -0000	1.5
@@ -1,3 +1,20 @@
+// Residual - Virtual machine to run LucasArts' 3D adventure games
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of the GNU Lesser General Public
+//  License as published by the Free Software Foundation; either
+//  version 2.1 of the License, or (at your option) any later version.
+//
+//  This library 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
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+
 #include "objectstate.h"
 
 ObjectState::ObjectState(int setupID, ObjectState::Position pos, const char *bitmap, const char *zbitmap, bool visible) :

Index: objectstate.h
===================================================================
RCS file: /cvsroot/scummvm/residual/objectstate.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- objectstate.h	9 Dec 2004 23:55:43 -0000	1.6
+++ objectstate.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,3 +1,20 @@
+// Residual - Virtual machine to run LucasArts' 3D adventure games
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of the GNU Lesser General Public
+//  License as published by the Free Software Foundation; either
+//  version 2.1 of the License, or (at your option) any later version.
+//
+//  This library 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
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+
 #ifndef OSTATE_H
 #define OSTATE_H
 

Index: registry.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/registry.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- registry.cpp	31 Dec 2004 22:05:25 -0000	1.9
+++ registry.cpp	1 Jan 2005 10:23:16 -0000	1.10
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: registry.h
===================================================================
RCS file: /cvsroot/scummvm/residual/registry.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- registry.h	31 Dec 2004 22:05:25 -0000	1.5
+++ registry.h	1 Jan 2005 10:23:16 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: residual.rc
===================================================================
RCS file: /cvsroot/scummvm/residual/residual.rc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- residual.rc	14 Mar 2004 16:05:22 -0000	1.3
+++ residual.rc	1 Jan 2005 10:23:16 -0000	1.4
@@ -22,14 +22,14 @@
             VALUE "Comments", "\0"
             VALUE "CompanyName", "ScummVM Team\0"
             VALUE "FileDescription", "http://www.scummvm.org/\0"
-            VALUE "FileVersion", "0.0.0\0"
+            VALUE "FileVersion", "0.04CVS\0"
             VALUE "InternalName", "residual\0"
-            VALUE "LegalCopyright", "Copyright © 2003-2004 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright © 2003-2005 The ScummVM Team\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "residual.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Residual\0"
-            VALUE "ProductVersion", "\0"
+            VALUE "ProductVersion", "0.04CVS\0"
             VALUE "SpecialBuild", "\0"
         END
     END

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/resource.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- resource.cpp	31 Dec 2004 22:05:25 -0000	1.18
+++ resource.cpp	1 Jan 2005 10:23:16 -0000	1.19
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: resource.h
===================================================================
RCS file: /cvsroot/scummvm/residual/resource.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- resource.h	31 Dec 2004 21:35:04 -0000	1.12
+++ resource.h	1 Jan 2005 10:23:16 -0000	1.13
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/scene.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- scene.cpp	31 Dec 2004 21:35:04 -0000	1.29
+++ scene.cpp	1 Jan 2005 10:23:16 -0000	1.30
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/residual/scene.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- scene.h	10 Dec 2004 07:26:03 -0000	1.19
+++ scene.h	1 Jan 2005 10:23:16 -0000	1.20
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/screen.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- screen.cpp	9 Dec 2004 23:55:43 -0000	1.15
+++ screen.cpp	1 Jan 2005 10:23:16 -0000	1.16
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: screen.h
===================================================================
RCS file: /cvsroot/scummvm/residual/screen.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- screen.h	9 Dec 2004 23:55:43 -0000	1.4
+++ screen.h	1 Jan 2005 10:23:16 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: smush.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/smush.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- smush.cpp	1 Jan 2005 10:12:15 -0000	1.55
+++ smush.cpp	1 Jan 2005 10:23:16 -0000	1.56
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: smush.h
===================================================================
RCS file: /cvsroot/scummvm/residual/smush.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- smush.h	28 Apr 2004 18:32:50 -0000	1.22
+++ smush.h	1 Jan 2005 10:23:16 -0000	1.23
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/residual/stdafx.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- stdafx.h	26 Dec 2004 12:40:37 -0000	1.6
+++ stdafx.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: textobject.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/textobject.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- textobject.cpp	31 Dec 2004 21:35:04 -0000	1.12
+++ textobject.cpp	1 Jan 2005 10:23:16 -0000	1.13
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: textobject.h
===================================================================
RCS file: /cvsroot/scummvm/residual/textobject.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- textobject.h	9 Dec 2004 23:55:43 -0000	1.4
+++ textobject.h	1 Jan 2005 10:23:16 -0000	1.5
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: textsplit.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/textsplit.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- textsplit.cpp	10 Dec 2004 07:26:03 -0000	1.8
+++ textsplit.cpp	1 Jan 2005 10:23:16 -0000	1.9
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: textsplit.h
===================================================================
RCS file: /cvsroot/scummvm/residual/textsplit.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- textsplit.h	10 Dec 2004 07:26:03 -0000	1.5
+++ textsplit.h	1 Jan 2005 10:23:16 -0000	1.6
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/timer.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- timer.cpp	10 Dec 2004 20:33:31 -0000	1.10
+++ timer.cpp	1 Jan 2005 10:23:16 -0000	1.11
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/residual/timer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- timer.h	27 Mar 2004 15:41:32 -0000	1.6
+++ timer.h	1 Jan 2005 10:23:16 -0000	1.7
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: vector3d.h
===================================================================
RCS file: /cvsroot/scummvm/residual/vector3d.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vector3d.h	9 Dec 2004 23:55:43 -0000	1.8
+++ vector3d.h	1 Jan 2005 10:23:16 -0000	1.9
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: vima.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/vima.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vima.cpp	28 Dec 2004 18:21:05 -0000	1.8
+++ vima.cpp	1 Jan 2005 10:23:16 -0000	1.9
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: walkplane.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/walkplane.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- walkplane.cpp	9 Dec 2004 23:55:43 -0000	1.11
+++ walkplane.cpp	1 Jan 2005 10:23:16 -0000	1.12
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public

Index: walkplane.h
===================================================================
RCS file: /cvsroot/scummvm/residual/walkplane.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- walkplane.h	9 Dec 2004 23:55:43 -0000	1.9
+++ walkplane.h	1 Jan 2005 10:23:16 -0000	1.10
@@ -1,5 +1,5 @@
 // Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public





More information about the Scummvm-git-logs mailing list