[Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.211,1.212 actor.h,1.105,1.106 animation.cpp,1.71,1.72 animation.h,1.40,1.41 console.cpp,1.29,1.30 console.h,1.17,1.18 events.cpp,1.71,1.72 events.h,1.24,1.25 font.cpp,1.41,1.42 font.h,1.23,1.24 font_map.cpp,1.6,1.7 game.cpp,1.126,1.127 gfx.cpp,1.71,1.72 gfx.h,1.43,1.44 ihnm_introproc.cpp,1.57,1.58 image.cpp,1.28,1.29 input.cpp,1.57,1.58 interface.cpp,1.165,1.166 interface.h,1.83,1.84 isomap.cpp,1.64,1.65 isomap.h,1.27,1.28 ite_introproc.cpp,1.73,1.74 itedata.cpp,1.13,1.14 itedata.h,1.11,1.12 list.h,1.12,1.13 music.cpp,1.71,1.72 music.h,1.29,1.30 objectmap.cpp,1.47,1.48 objectmap.h,1.25,1.26 palanim.cpp,1.29,1.30 palanim.h,1.12,1.13 puzzle.cpp,1.20,1.21 puzzle.h,1.9,1.10 render.cpp,1.74,1.75 render.h,1.29,1.30 resnames.h,1.45,1.46 rscfile.cpp,1.51,1.52 rscfile.h,1.23,1.24 saga.cpp,1.152,1.153 saga.h,1.140,1.141 saveload.cpp,1.33,1.34 scene.cpp,1.161,1.162 scene.h,1.82,1.83 script.cpp,1.87,1.88 script.h,1.114,1.115 sfuncs.cpp,1.182,1.183 sndres.cpp,1.56,1.57 sndres.h,1.25,1.26 sound.cpp,1.36,1.37 sound.h,1.28,1.29 sprite.cpp,1.77,1.78 sprite.h,1.26,1.27 sthread.cpp,1.109,1.110 stream.h,1.4,1.5

Eugene Sandulenko sev at users.sourceforge.net
Wed Jan 18 09:42:01 CET 2006


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

Modified Files:
	actor.cpp actor.h animation.cpp animation.h console.cpp 
	console.h events.cpp events.h font.cpp font.h font_map.cpp 
	game.cpp gfx.cpp gfx.h ihnm_introproc.cpp image.cpp input.cpp 
	interface.cpp interface.h isomap.cpp isomap.h 
	ite_introproc.cpp itedata.cpp itedata.h list.h music.cpp 
	music.h objectmap.cpp objectmap.h palanim.cpp palanim.h 
	puzzle.cpp puzzle.h render.cpp render.h resnames.h rscfile.cpp 
	rscfile.h saga.cpp saga.h saveload.cpp scene.cpp scene.h 
	script.cpp script.h sfuncs.cpp sndres.cpp sndres.h sound.cpp 
	sound.h sprite.cpp sprite.h sthread.cpp stream.h 
Log Message:
Update copyright notice


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.cpp,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- actor.cpp	16 Jan 2006 16:38:55 -0000	1.211
+++ actor.cpp	18 Jan 2006 17:39:38 -0000	1.212
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.h,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- actor.h	16 Jan 2006 14:51:02 -0000	1.105
+++ actor.h	18 Jan 2006 17:39:38 -0000	1.106
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/animation.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- animation.cpp	14 Jan 2006 16:01:44 -0000	1.71
+++ animation.cpp	18 Jan 2006 17:39:38 -0000	1.72
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/animation.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- animation.h	18 Oct 2005 01:30:19 -0000	1.40
+++ animation.h	18 Jan 2006 17:39:38 -0000	1.41
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/console.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- console.cpp	18 Oct 2005 01:30:19 -0000	1.29
+++ console.cpp	18 Jan 2006 17:39:38 -0000	1.30
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/console.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- console.h	18 Oct 2005 01:30:19 -0000	1.17
+++ console.h	18 Jan 2006 17:39:38 -0000	1.18
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: events.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/events.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- events.cpp	18 Oct 2005 01:30:19 -0000	1.71
+++ events.cpp	18 Jan 2006 17:39:38 -0000	1.72
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: events.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/events.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- events.h	18 Oct 2005 01:30:19 -0000	1.24
+++ events.h	18 Jan 2006 17:39:38 -0000	1.25
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: font.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- font.cpp	19 Nov 2005 12:41:23 -0000	1.41
+++ font.cpp	18 Jan 2006 17:39:38 -0000	1.42
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- font.h	26 Nov 2005 12:08:05 -0000	1.23
+++ font.h	18 Jan 2006 17:39:38 -0000	1.24
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: font_map.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/font_map.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- font_map.cpp	18 Oct 2005 01:30:19 -0000	1.6
+++ font_map.cpp	18 Jan 2006 17:39:38 -0000	1.7
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- game.cpp	18 Jan 2006 14:09:13 -0000	1.126
+++ game.cpp	18 Jan 2006 17:39:38 -0000	1.127
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- gfx.cpp	22 Oct 2005 12:47:09 -0000	1.71
+++ gfx.cpp	18 Jan 2006 17:39:38 -0000	1.72
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gfx.h	22 Oct 2005 12:47:09 -0000	1.43
+++ gfx.h	18 Jan 2006 17:39:39 -0000	1.44
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: ihnm_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ihnm_introproc.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ihnm_introproc.cpp	18 Oct 2005 01:30:19 -0000	1.57
+++ ihnm_introproc.cpp	18 Jan 2006 17:39:39 -0000	1.58
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: image.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/image.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- image.cpp	18 Oct 2005 01:30:19 -0000	1.28
+++ image.cpp	18 Jan 2006 17:39:39 -0000	1.29
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/input.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- input.cpp	13 Jan 2006 20:20:00 -0000	1.57
+++ input.cpp	18 Jan 2006 17:39:39 -0000	1.58
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: interface.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.cpp,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- interface.cpp	13 Jan 2006 20:20:00 -0000	1.165
+++ interface.cpp	18 Jan 2006 17:39:39 -0000	1.166
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: interface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/interface.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- interface.h	16 Jan 2006 14:51:02 -0000	1.83
+++ interface.h	18 Jan 2006 17:39:39 -0000	1.84
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: isomap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/isomap.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- isomap.cpp	18 Oct 2005 01:30:19 -0000	1.64
+++ isomap.cpp	18 Jan 2006 17:39:39 -0000	1.65
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: isomap.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/isomap.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- isomap.h	18 Oct 2005 01:30:19 -0000	1.27
+++ isomap.h	18 Jan 2006 17:39:39 -0000	1.28
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: ite_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ite_introproc.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- ite_introproc.cpp	26 Nov 2005 12:08:05 -0000	1.73
+++ ite_introproc.cpp	18 Jan 2006 17:39:39 -0000	1.74
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: itedata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/itedata.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- itedata.cpp	3 Nov 2005 18:20:12 -0000	1.13
+++ itedata.cpp	18 Jan 2006 17:39:39 -0000	1.14
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: itedata.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/itedata.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- itedata.h	3 Nov 2005 18:20:12 -0000	1.11
+++ itedata.h	18 Jan 2006 17:39:39 -0000	1.12
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/list.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- list.h	18 Oct 2005 01:30:19 -0000	1.12
+++ list.h	18 Jan 2006 17:39:39 -0000	1.13
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-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

Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- music.cpp	7 Dec 2005 20:57:04 -0000	1.71
+++ music.cpp	18 Jan 2006 17:39:39 -0000	1.72
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- music.h	16 Jan 2006 14:51:02 -0000	1.29
+++ music.h	18 Jan 2006 17:39:39 -0000	1.30
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: objectmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectmap.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- objectmap.cpp	3 Nov 2005 18:20:12 -0000	1.47
+++ objectmap.cpp	18 Jan 2006 17:39:39 -0000	1.48
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: objectmap.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/objectmap.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- objectmap.h	18 Oct 2005 01:30:19 -0000	1.25
+++ objectmap.h	18 Jan 2006 17:39:39 -0000	1.26
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: palanim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/palanim.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- palanim.cpp	18 Oct 2005 01:30:19 -0000	1.29
+++ palanim.cpp	18 Jan 2006 17:39:39 -0000	1.30
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: palanim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/palanim.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- palanim.h	18 Oct 2005 01:30:19 -0000	1.12
+++ palanim.h	18 Jan 2006 17:39:39 -0000	1.13
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: puzzle.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/puzzle.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- puzzle.cpp	1 Dec 2005 18:22:29 -0000	1.20
+++ puzzle.cpp	18 Jan 2006 17:39:39 -0000	1.21
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-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

Index: puzzle.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/puzzle.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- puzzle.h	3 Nov 2005 18:20:12 -0000	1.9
+++ puzzle.h	18 Jan 2006 17:39:39 -0000	1.10
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-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

Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- render.cpp	3 Nov 2005 18:20:12 -0000	1.74
+++ render.cpp	18 Jan 2006 17:39:39 -0000	1.75
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: render.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- render.h	18 Oct 2005 01:30:19 -0000	1.29
+++ render.h	18 Jan 2006 17:39:39 -0000	1.30
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: resnames.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/resnames.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- resnames.h	18 Oct 2005 01:30:19 -0000	1.45
+++ resnames.h	18 Jan 2006 17:39:39 -0000	1.46
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: rscfile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- rscfile.cpp	18 Oct 2005 01:30:19 -0000	1.51
+++ rscfile.cpp	18 Jan 2006 17:39:39 -0000	1.52
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: rscfile.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- rscfile.h	16 Jan 2006 14:51:02 -0000	1.23
+++ rscfile.h	18 Jan 2006 17:39:39 -0000	1.24
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- saga.cpp	13 Jan 2006 20:20:01 -0000	1.152
+++ saga.cpp	18 Jan 2006 17:39:39 -0000	1.153
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- saga.h	16 Jan 2006 14:51:02 -0000	1.140
+++ saga.h	18 Jan 2006 17:39:39 -0000	1.141
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: saveload.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saveload.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- saveload.cpp	5 Nov 2005 14:24:13 -0000	1.33
+++ saveload.cpp	18 Jan 2006 17:39:39 -0000	1.34
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.cpp,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- scene.cpp	13 Jan 2006 20:20:01 -0000	1.161
+++ scene.cpp	18 Jan 2006 17:39:39 -0000	1.162
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- scene.h	18 Oct 2005 01:30:19 -0000	1.82
+++ scene.h	18 Jan 2006 17:39:39 -0000	1.83
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/script.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- script.cpp	13 Jan 2006 20:20:01 -0000	1.87
+++ script.cpp	18 Jan 2006 17:39:39 -0000	1.88
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: script.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/script.h,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- script.h	13 Jan 2006 20:20:01 -0000	1.114
+++ script.h	18 Jan 2006 17:39:39 -0000	1.115
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sfuncs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sfuncs.cpp,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- sfuncs.cpp	13 Jan 2006 20:20:01 -0000	1.182
+++ sfuncs.cpp	18 Jan 2006 17:39:39 -0000	1.183
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sndres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- sndres.cpp	19 Oct 2005 04:59:18 -0000	1.56
+++ sndres.cpp	18 Jan 2006 17:39:39 -0000	1.57
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sndres.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- sndres.h	18 Oct 2005 01:30:19 -0000	1.25
+++ sndres.h	18 Jan 2006 17:39:39 -0000	1.26
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sound.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- sound.cpp	18 Oct 2005 01:30:19 -0000	1.36
+++ sound.cpp	18 Jan 2006 17:39:39 -0000	1.37
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sound.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- sound.h	18 Oct 2005 01:30:19 -0000	1.28
+++ sound.h	18 Jan 2006 17:39:39 -0000	1.29
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sprite.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- sprite.cpp	13 Jan 2006 19:07:49 -0000	1.77
+++ sprite.cpp	18 Jan 2006 17:39:39 -0000	1.78
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sprite.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sprite.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- sprite.h	18 Oct 2005 01:30:19 -0000	1.26
+++ sprite.h	18 Jan 2006 17:39:39 -0000	1.27
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: sthread.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sthread.cpp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- sthread.cpp	18 Oct 2005 01:30:20 -0000	1.109
+++ sthread.cpp	18 Jan 2006 17:39:39 -0000	1.110
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
  *
  * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
  *

Index: stream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/stream.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stream.h	18 Oct 2005 01:30:20 -0000	1.4
+++ stream.h	18 Jan 2006 17:39:39 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-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





More information about the Scummvm-git-logs mailing list