[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.30,1.31 animation.h,1.15,1.16 collision.h,1.3,1.4 control.cpp,1.45,1.46 control.h,1.18,1.19 credits.cpp,1.7,1.8 credits.h,1.2,1.3 debug.cpp,1.4,1.5 debug.h,1.4,1.5 eventman.cpp,1.5,1.6 eventman.h,1.4,1.5 logic.cpp,1.47,1.48 logic.h,1.13,1.14 memman.cpp,1.7,1.8 memman.h,1.4,1.5 menu.cpp,1.24,1.25 menu.h,1.10,1.11 mouse.cpp,1.27,1.28 mouse.h,1.15,1.16 music.cpp,1.34,1.35 music.h,1.14,1.15 object.h,1.5,1.6 objectman.cpp,1.9,1.10 objectman.h,1.8,1.9 resman.cpp,1.25,1.26 resman.h,1.11,1.12 router.cpp,1.11,1.12 screen.cpp,1.50,1.51 screen.h,1.18,1.19 sound.cpp,1.40,1.41 sound.h,1.16,1.17 staticres.cpp,1.9,1.10 sword1.cpp,1.79,1.80 sword1.h,1.23,1.24 swordres.h,1.5,1.6 text.cpp,1.10,1.11 text.h,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Sat Jan 1 08:10:15 CET 2005


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

Modified Files:
	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 swordres.h text.cpp text.h 
Log Message:
Updated copyright

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- animation.cpp	16 Dec 2004 15:27:21 -0000	1.30
+++ animation.cpp	1 Jan 2005 16:09:24 -0000	1.31
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2005 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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- animation.h	5 Dec 2004 07:35:27 -0000	1.15
+++ animation.h	1 Jan 2005 16:09:24 -0000	1.16
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2005 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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- collision.h	11 Jan 2004 15:47:41 -0000	1.3
+++ collision.h	1 Jan 2005 16:09:24 -0000	1.4
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- control.cpp	20 Dec 2004 16:53:33 -0000	1.45
+++ control.cpp	1 Jan 2005 16:09:24 -0000	1.46
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- control.h	27 Nov 2004 00:26:00 -0000	1.18
+++ control.h	1 Jan 2005 16:09:24 -0000	1.19
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- credits.cpp	27 Dec 2004 00:26:59 -0000	1.7
+++ credits.cpp	1 Jan 2005 16:09:24 -0000	1.8
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- credits.h	5 Dec 2004 03:11:07 -0000	1.2
+++ credits.h	1 Jan 2005 16:09:24 -0000	1.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debug.cpp	21 Oct 2004 12:43:48 -0000	1.4
+++ debug.cpp	1 Jan 2005 16:09:24 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debug.h	11 Jan 2004 15:47:41 -0000	1.4
+++ debug.h	1 Jan 2005 16:09:24 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- eventman.cpp	21 Oct 2004 12:43:48 -0000	1.5
+++ eventman.cpp	1 Jan 2005 16:09:24 -0000	1.6
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- eventman.h	21 Oct 2004 12:43:48 -0000	1.4
+++ eventman.h	1 Jan 2005 16:09:24 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- logic.cpp	10 Dec 2004 17:55:03 -0000	1.47
+++ logic.cpp	1 Jan 2005 16:09:24 -0000	1.48
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- logic.h	8 Dec 2004 04:38:38 -0000	1.13
+++ logic.h	1 Jan 2005 16:09:24 -0000	1.14
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- memman.cpp	9 Nov 2004 04:06:09 -0000	1.7
+++ memman.cpp	1 Jan 2005 16:09:24 -0000	1.8
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- memman.h	11 Jan 2004 15:47:41 -0000	1.4
+++ memman.h	1 Jan 2005 16:09:24 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- menu.cpp	11 Dec 2004 00:37:05 -0000	1.24
+++ menu.cpp	1 Jan 2005 16:09:24 -0000	1.25
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- menu.h	9 Nov 2004 04:06:09 -0000	1.10
+++ menu.h	1 Jan 2005 16:09:24 -0000	1.11
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- mouse.cpp	9 Nov 2004 04:20:33 -0000	1.27
+++ mouse.cpp	1 Jan 2005 16:09:24 -0000	1.28
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mouse.h	9 Nov 2004 04:06:09 -0000	1.15
+++ mouse.h	1 Jan 2005 16:09:24 -0000	1.16
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- music.cpp	10 Dec 2004 18:26:08 -0000	1.34
+++ music.cpp	1 Jan 2005 16:09:24 -0000	1.35
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- music.h	10 Dec 2004 18:26:08 -0000	1.14
+++ music.h	1 Jan 2005 16:09:25 -0000	1.15
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- object.h	11 Jan 2004 15:47:41 -0000	1.5
+++ object.h	1 Jan 2005 16:09:25 -0000	1.6
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- objectman.cpp	21 Oct 2004 12:43:48 -0000	1.9
+++ objectman.cpp	1 Jan 2005 16:09:25 -0000	1.10
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- objectman.h	21 Oct 2004 12:43:48 -0000	1.8
+++ objectman.h	1 Jan 2005 16:09:25 -0000	1.9
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- resman.cpp	27 Nov 2004 02:26:11 -0000	1.25
+++ resman.cpp	1 Jan 2005 16:09:25 -0000	1.26
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- resman.h	19 Nov 2004 07:55:33 -0000	1.11
+++ resman.h	1 Jan 2005 16:09:25 -0000	1.12
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- router.cpp	21 Oct 2004 12:43:48 -0000	1.11
+++ router.cpp	1 Jan 2005 16:09:25 -0000	1.12
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- screen.cpp	10 Dec 2004 15:13:10 -0000	1.50
+++ screen.cpp	1 Jan 2005 16:09:25 -0000	1.51
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- screen.h	9 Nov 2004 04:06:10 -0000	1.18
+++ screen.h	1 Jan 2005 16:09:25 -0000	1.19
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- sound.cpp	27 Dec 2004 00:26:59 -0000	1.40
+++ sound.cpp	1 Jan 2005 16:09:25 -0000	1.41
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sound.h	21 Oct 2004 12:35:39 -0000	1.16
+++ sound.h	1 Jan 2005 16:09:25 -0000	1.17
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- staticres.cpp	8 Dec 2004 04:38:38 -0000	1.9
+++ staticres.cpp	1 Jan 2005 16:09:25 -0000	1.10
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- sword1.cpp	27 Dec 2004 23:46:55 -0000	1.79
+++ sword1.cpp	1 Jan 2005 16:09:25 -0000	1.80
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- sword1.h	10 Dec 2004 17:55:03 -0000	1.23
+++ sword1.h	1 Jan 2005 16:09:25 -0000	1.24
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- swordres.h	11 Jan 2004 15:47:41 -0000	1.5
+++ swordres.h	1 Jan 2005 16:09:25 -0000	1.6
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- text.cpp	9 Nov 2004 04:06:10 -0000	1.10
+++ text.cpp	1 Jan 2005 16:09:25 -0000	1.11
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- text.h	9 Nov 2004 04:06:10 -0000	1.5
+++ text.h	1 Jan 2005 16:09:25 -0000	1.6
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-2005 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