[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.42.2.1,1.42.2.2 animation.h,1.18.2.1,1.18.2.2 collision.h,1.4.2.1,1.4.2.2 control.cpp,1.61.2.6,1.61.2.7 control.h,1.24.2.1,1.24.2.2 credits.cpp,1.16.2.1,1.16.2.2 credits.h,1.4.2.1,1.4.2.2 debug.cpp,1.6.2.1,1.6.2.2 debug.h,1.7.2.1,1.7.2.2 eventman.cpp,1.8.2.1,1.8.2.2 eventman.h,1.6.2.1,1.6.2.2 logic.cpp,1.54.2.2,1.54.2.3 logic.h,1.16.2.1,1.16.2.2 memman.cpp,1.9.2.1,1.9.2.2 memman.h,1.7.2.1,1.7.2.2 menu.cpp,1.27.2.2,1.27.2.3 menu.h,1.12.2.1,1.12.2.2 mouse.cpp,1.30.2.1,1.30.2.2 mouse.h,1.18.2.1,1.18.2.2 music.cpp,1.48.2.2,1.48.2.3 music.h,1.23.2.1,1.23.2.2 object.h,1.9.2.1,1.9.2.2 objectman.cpp,1.12.2.1,1.12.2.2 objectman.h,1.11.2.1,1.11.2.2 resman.cpp,1.32.2.2,1.32.2.3 resman.h,1.16.2.2,1.16.2.3 router.cpp,1.15.2.1,1.15.2.2 screen.cpp,1.55.2.2,1.55.2.3 screen.h,1.21.2.1,1.21.2.2 sound.cpp,1.50.2.1,1.50.2.2 sound.h,1.23.2.1,1.23.2.2 staticres.cpp,1.12.2.1,1.12.2.2 sword1.cpp,1.93.2.4,1.93.2.5 sword1.h,1.24.2.1,1.24.2.2 sworddefs.h,1.20.2.1,1.20.2.2 swordres.h,1.6.2.1,1.6.2.2 text.cpp,1.14.2.1,1.14.2.2 text.h,1.7.2.1,1.7.2.2

Eugene Sandulenko sev at users.sourceforge.net
Wed Jan 18 10:09:22 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	animation.cpp animation.h collision.h control.cpp control.h 
	credits.cpp credits.h debug.cpp debug.h eventman.cpp 
	eventman.h logic.cpp logic.h memman.cpp memman.h menu.cpp 
	menu.h mouse.cpp mouse.h music.cpp music.h object.h 
	objectman.cpp objectman.h resman.cpp resman.h router.cpp 
	screen.cpp screen.h sound.cpp sound.h staticres.cpp sword1.cpp 
	sword1.h sworddefs.h swordres.h text.cpp text.h 
Log Message:
Update copyright notice


Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.cpp,v
retrieving revision 1.42.2.1
retrieving revision 1.42.2.2
diff -u -d -r1.42.2.1 -r1.42.2.2
--- animation.cpp	18 Oct 2005 02:11:27 -0000	1.42.2.1
+++ animation.cpp	18 Jan 2006 18:07:37 -0000	1.42.2.2
@@ -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: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.h,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- animation.h	18 Oct 2005 02:11:27 -0000	1.18.2.1
+++ animation.h	18 Jan 2006 18:07:37 -0000	1.18.2.2
@@ -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: collision.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/collision.h,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- collision.h	18 Oct 2005 02:11:27 -0000	1.4.2.1
+++ collision.h	18 Jan 2006 18:07:37 -0000	1.4.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/control.cpp,v
retrieving revision 1.61.2.6
retrieving revision 1.61.2.7
diff -u -d -r1.61.2.6 -r1.61.2.7
--- control.cpp	12 Nov 2005 15:27:08 -0000	1.61.2.6
+++ control.cpp	18 Jan 2006 18:07:37 -0000	1.61.2.7
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: control.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/control.h,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- control.h	18 Oct 2005 02:11:27 -0000	1.24.2.1
+++ control.h	18 Jan 2006 18:07:37 -0000	1.24.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: credits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/credits.cpp,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- credits.cpp	18 Oct 2005 02:11:27 -0000	1.16.2.1
+++ credits.cpp	18 Jan 2006 18:07:37 -0000	1.16.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: credits.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/credits.h,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- credits.h	18 Oct 2005 02:11:27 -0000	1.4.2.1
+++ credits.h	18 Jan 2006 18:07:37 -0000	1.4.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/debug.cpp,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- debug.cpp	18 Oct 2005 02:11:27 -0000	1.6.2.1
+++ debug.cpp	18 Jan 2006 18:07:37 -0000	1.6.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/debug.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- debug.h	18 Oct 2005 02:11:27 -0000	1.7.2.1
+++ debug.h	18 Jan 2006 18:07:37 -0000	1.7.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: eventman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/eventman.cpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- eventman.cpp	18 Oct 2005 02:11:27 -0000	1.8.2.1
+++ eventman.cpp	18 Jan 2006 18:07:37 -0000	1.8.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: eventman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/eventman.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- eventman.h	18 Oct 2005 02:11:27 -0000	1.6.2.1
+++ eventman.h	18 Jan 2006 18:07:37 -0000	1.6.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/logic.cpp,v
retrieving revision 1.54.2.2
retrieving revision 1.54.2.3
diff -u -d -r1.54.2.2 -r1.54.2.3
--- logic.cpp	2 Nov 2005 15:34:10 -0000	1.54.2.2
+++ logic.cpp	18 Jan 2006 18:07:37 -0000	1.54.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: logic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/logic.h,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- logic.h	18 Oct 2005 02:11:27 -0000	1.16.2.1
+++ logic.h	18 Jan 2006 18:07:37 -0000	1.16.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: memman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/memman.cpp,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- memman.cpp	18 Oct 2005 02:11:27 -0000	1.9.2.1
+++ memman.cpp	18 Jan 2006 18:07:37 -0000	1.9.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: memman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/memman.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- memman.h	18 Oct 2005 02:11:27 -0000	1.7.2.1
+++ memman.h	18 Jan 2006 18:07:37 -0000	1.7.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: menu.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/menu.cpp,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -u -d -r1.27.2.2 -r1.27.2.3
--- menu.cpp	25 Oct 2005 07:03:11 -0000	1.27.2.2
+++ menu.cpp	18 Jan 2006 18:07:37 -0000	1.27.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: menu.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/menu.h,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- menu.h	18 Oct 2005 02:11:27 -0000	1.12.2.1
+++ menu.h	18 Jan 2006 18:07:37 -0000	1.12.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: mouse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/mouse.cpp,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -d -r1.30.2.1 -r1.30.2.2
--- mouse.cpp	18 Oct 2005 02:11:27 -0000	1.30.2.1
+++ mouse.cpp	18 Jan 2006 18:07:37 -0000	1.30.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: mouse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/mouse.h,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- mouse.h	18 Oct 2005 02:11:27 -0000	1.18.2.1
+++ mouse.h	18 Jan 2006 18:07:37 -0000	1.18.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/music.cpp,v
retrieving revision 1.48.2.2
retrieving revision 1.48.2.3
diff -u -d -r1.48.2.2 -r1.48.2.3
--- music.cpp	20 Oct 2005 13:19:36 -0000	1.48.2.2
+++ music.cpp	18 Jan 2006 18:07:37 -0000	1.48.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/music.h,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- music.h	18 Oct 2005 02:11:27 -0000	1.23.2.1
+++ music.h	18 Jan 2006 18:07:37 -0000	1.23.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/object.h,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- object.h	18 Oct 2005 02:11:27 -0000	1.9.2.1
+++ object.h	18 Jan 2006 18:07:37 -0000	1.9.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: objectman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/objectman.cpp,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- objectman.cpp	18 Oct 2005 02:11:27 -0000	1.12.2.1
+++ objectman.cpp	18 Jan 2006 18:07:37 -0000	1.12.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: objectman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/objectman.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- objectman.h	18 Oct 2005 02:11:27 -0000	1.11.2.1
+++ objectman.h	18 Jan 2006 18:07:37 -0000	1.11.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/resman.cpp,v
retrieving revision 1.32.2.2
retrieving revision 1.32.2.3
diff -u -d -r1.32.2.2 -r1.32.2.3
--- resman.cpp	26 Oct 2005 05:36:21 -0000	1.32.2.2
+++ resman.cpp	18 Jan 2006 18:07:37 -0000	1.32.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: resman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/resman.h,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -d -r1.16.2.2 -r1.16.2.3
--- resman.h	27 Dec 2005 19:58:16 -0000	1.16.2.2
+++ resman.h	18 Jan 2006 18:07:37 -0000	1.16.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: router.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/router.cpp,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- router.cpp	18 Oct 2005 02:11:27 -0000	1.15.2.1
+++ router.cpp	18 Jan 2006 18:07:37 -0000	1.15.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/screen.cpp,v
retrieving revision 1.55.2.2
retrieving revision 1.55.2.3
diff -u -d -r1.55.2.2 -r1.55.2.3
--- screen.cpp	15 Nov 2005 13:50:01 -0000	1.55.2.2
+++ screen.cpp	18 Jan 2006 18:07:39 -0000	1.55.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: screen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/screen.h,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -d -r1.21.2.1 -r1.21.2.2
--- screen.h	18 Oct 2005 02:11:27 -0000	1.21.2.1
+++ screen.h	18 Jan 2006 18:07:39 -0000	1.21.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sound.cpp,v
retrieving revision 1.50.2.1
retrieving revision 1.50.2.2
diff -u -d -r1.50.2.1 -r1.50.2.2
--- sound.cpp	18 Oct 2005 02:11:27 -0000	1.50.2.1
+++ sound.cpp	18 Jan 2006 18:07:39 -0000	1.50.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sound.h,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- sound.h	18 Oct 2005 02:11:27 -0000	1.23.2.1
+++ sound.h	18 Jan 2006 18:07:39 -0000	1.23.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: staticres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/staticres.cpp,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- staticres.cpp	18 Oct 2005 02:11:27 -0000	1.12.2.1
+++ staticres.cpp	18 Jan 2006 18:07:39 -0000	1.12.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.93.2.4
retrieving revision 1.93.2.5
diff -u -d -r1.93.2.4 -r1.93.2.5
--- sword1.cpp	18 Jan 2006 14:15:13 -0000	1.93.2.4
+++ sword1.cpp	18 Jan 2006 18:07:39 -0000	1.93.2.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: sword1.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.h,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- sword1.h	18 Oct 2005 02:11:27 -0000	1.24.2.1
+++ sword1.h	18 Jan 2006 18:07:39 -0000	1.24.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: sworddefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sworddefs.h,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -d -r1.20.2.1 -r1.20.2.2
--- sworddefs.h	18 Oct 2005 02:11:27 -0000	1.20.2.1
+++ sworddefs.h	18 Jan 2006 18:07:39 -0000	1.20.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: swordres.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/swordres.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- swordres.h	18 Oct 2005 02:11:27 -0000	1.6.2.1
+++ swordres.h	18 Jan 2006 18:07:39 -0000	1.6.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/text.cpp,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- text.cpp	18 Oct 2005 02:11:27 -0000	1.14.2.1
+++ text.cpp	18 Jan 2006 18:07:39 -0000	1.14.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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

Index: text.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/text.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- text.h	18 Oct 2005 02:11:27 -0000	1.7.2.1
+++ text.h	18 Jan 2006 18:07:39 -0000	1.7.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 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





More information about the Scummvm-git-logs mailing list