[Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.65,1.66 build_display.cpp,1.67,1.68 build_display.h,1.13,1.14 console.cpp,1.50,1.51 console.h,1.24,1.25 controls.cpp,1.80,1.81 controls.h,1.15,1.16 debug.cpp,1.46,1.47 debug.h,1.13,1.14 defs.h,1.13,1.14 events.cpp,1.33,1.34 function.cpp,1.72,1.73 header.h,1.12,1.13 icons.cpp,1.38,1.39 icons.h,1.13,1.14 interpreter.cpp,1.52,1.53 interpreter.h,1.15,1.16 layers.cpp,1.32,1.33 layers.h,1.11,1.12 logic.cpp,1.48,1.49 logic.h,1.39,1.40 maketext.cpp,1.45,1.46 maketext.h,1.15,1.16 memory.cpp,1.33,1.34 memory.h,1.16,1.17 mouse.cpp,1.63,1.64 mouse.h,1.14,1.15 object.h,1.9,1.10 protocol.cpp,1.29,1.30 resman.cpp,1.102,1.103 resman.h,1.22,1.23 router.cpp,1.44,1.45 router.h,1.18,1.19 save_rest.cpp,1.62,1.63 save_rest.h,1.10,1.11 scroll.cpp,1.20,1.21 sound.cpp,1.49,1.50 sound.h,1.10,1.11 speech.cpp,1.68,1.69 speech.h,1.8,1.9 startup.cpp,1.45,1.46 startup.h,1.7,1.8 sword2.cpp,1.131,1.132 sword2.h,1.73,1.74 sync.cpp,1.21,1.22 walker.cpp,1.42,1.43

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Mon Jan 17 02:58:11 CET 2005


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

Modified Files:
	anims.cpp build_display.cpp build_display.h console.cpp 
	console.h controls.cpp controls.h debug.cpp debug.h defs.h 
	events.cpp function.cpp header.h icons.cpp icons.h 
	interpreter.cpp interpreter.h layers.cpp layers.h logic.cpp 
	logic.h maketext.cpp maketext.h memory.cpp memory.h mouse.cpp 
	mouse.h object.h protocol.cpp resman.cpp resman.h router.cpp 
	router.h save_rest.cpp save_rest.h scroll.cpp sound.cpp 
	sound.h speech.cpp speech.h startup.cpp startup.h sword2.cpp 
	sword2.h sync.cpp walker.cpp 
Log Message:
Updated copyright header, as discussed on the mailing list.


Index: anims.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/anims.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- anims.cpp	11 Jan 2005 08:31:14 -0000	1.65
+++ anims.cpp	17 Jan 2005 10:57:10 -0000	1.66
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/build_display.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- build_display.cpp	10 Jan 2005 22:06:22 -0000	1.67
+++ build_display.cpp	17 Jan 2005 10:57:10 -0000	1.68
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: build_display.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/build_display.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- build_display.h	1 Jan 2005 15:07:01 -0000	1.13
+++ build_display.h	17 Jan 2005 10:57:10 -0000	1.14
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/console.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- console.cpp	1 Jan 2005 15:07:01 -0000	1.50
+++ console.cpp	17 Jan 2005 10:57:10 -0000	1.51
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/console.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- console.h	1 Jan 2005 15:07:01 -0000	1.24
+++ console.h	17 Jan 2005 10:57:10 -0000	1.25
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: controls.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/controls.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- controls.cpp	11 Jan 2005 13:25:02 -0000	1.80
+++ controls.cpp	17 Jan 2005 10:57:10 -0000	1.81
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: controls.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/controls.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- controls.h	1 Jan 2005 15:07:02 -0000	1.15
+++ controls.h	17 Jan 2005 10:57:10 -0000	1.16
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/debug.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- debug.cpp	10 Jan 2005 22:06:25 -0000	1.46
+++ debug.cpp	17 Jan 2005 10:57:10 -0000	1.47
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/debug.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- debug.h	1 Jan 2005 15:07:02 -0000	1.13
+++ debug.h	17 Jan 2005 10:57:10 -0000	1.14
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: defs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/defs.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- defs.h	1 Jan 2005 15:07:02 -0000	1.13
+++ defs.h	17 Jan 2005 10:57:10 -0000	1.14
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: events.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/events.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- events.cpp	1 Jan 2005 15:07:02 -0000	1.33
+++ events.cpp	17 Jan 2005 10:57:10 -0000	1.34
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/function.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- function.cpp	10 Jan 2005 22:06:25 -0000	1.72
+++ function.cpp	17 Jan 2005 10:57:10 -0000	1.73
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: header.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/header.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- header.h	1 Jan 2005 15:07:02 -0000	1.12
+++ header.h	17 Jan 2005 10:57:10 -0000	1.13
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: icons.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/icons.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- icons.cpp	1 Jan 2005 15:07:02 -0000	1.38
+++ icons.cpp	17 Jan 2005 10:57:10 -0000	1.39
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: icons.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/icons.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- icons.h	1 Jan 2005 15:07:02 -0000	1.13
+++ icons.h	17 Jan 2005 10:57:10 -0000	1.14
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: interpreter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/interpreter.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- interpreter.cpp	1 Jan 2005 15:07:02 -0000	1.52
+++ interpreter.cpp	17 Jan 2005 10:57:10 -0000	1.53
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: interpreter.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/interpreter.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- interpreter.h	1 Jan 2005 15:07:02 -0000	1.15
+++ interpreter.h	17 Jan 2005 10:57:10 -0000	1.16
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: layers.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/layers.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- layers.cpp	1 Jan 2005 15:07:02 -0000	1.32
+++ layers.cpp	17 Jan 2005 10:57:10 -0000	1.33
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: layers.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/layers.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- layers.h	1 Jan 2005 15:07:02 -0000	1.11
+++ layers.h	17 Jan 2005 10:57:10 -0000	1.12
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/logic.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- logic.cpp	1 Jan 2005 15:07:02 -0000	1.48
+++ logic.cpp	17 Jan 2005 10:57:10 -0000	1.49
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/logic.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- logic.h	1 Jan 2005 15:07:02 -0000	1.39
+++ logic.h	17 Jan 2005 10:57:10 -0000	1.40
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/maketext.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- maketext.cpp	10 Jan 2005 22:06:25 -0000	1.45
+++ maketext.cpp	17 Jan 2005 10:57:10 -0000	1.46
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: maketext.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/maketext.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- maketext.h	1 Jan 2005 15:07:02 -0000	1.15
+++ maketext.h	17 Jan 2005 10:57:11 -0000	1.16
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: memory.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/memory.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- memory.cpp	1 Jan 2005 15:07:02 -0000	1.33
+++ memory.cpp	17 Jan 2005 10:57:11 -0000	1.34
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: memory.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/memory.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- memory.h	1 Jan 2005 15:07:02 -0000	1.16
+++ memory.h	17 Jan 2005 10:57:11 -0000	1.17
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/mouse.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- mouse.cpp	1 Jan 2005 15:07:02 -0000	1.63
+++ mouse.cpp	17 Jan 2005 10:57:11 -0000	1.64
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/mouse.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- mouse.h	1 Jan 2005 15:07:03 -0000	1.14
+++ mouse.h	17 Jan 2005 10:57:11 -0000	1.15
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/object.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- object.h	1 Jan 2005 15:07:03 -0000	1.9
+++ object.h	17 Jan 2005 10:57:11 -0000	1.10
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: protocol.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/protocol.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- protocol.cpp	1 Jan 2005 15:07:03 -0000	1.29
+++ protocol.cpp	17 Jan 2005 10:57:11 -0000	1.30
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/resman.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- resman.cpp	1 Jan 2005 15:07:03 -0000	1.102
+++ resman.cpp	17 Jan 2005 10:57:11 -0000	1.103
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/resman.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- resman.h	1 Jan 2005 15:07:03 -0000	1.22
+++ resman.h	17 Jan 2005 10:57:11 -0000	1.23
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/router.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- router.cpp	1 Jan 2005 15:07:03 -0000	1.44
+++ router.cpp	17 Jan 2005 10:57:11 -0000	1.45
@@ -1,5 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
- *
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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
  * as published by the Free Software Foundation; either version 2

Index: router.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/router.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- router.h	1 Jan 2005 15:07:03 -0000	1.18
+++ router.h	17 Jan 2005 10:57:11 -0000	1.19
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: save_rest.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/save_rest.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- save_rest.cpp	10 Jan 2005 22:06:25 -0000	1.62
+++ save_rest.cpp	17 Jan 2005 10:57:11 -0000	1.63
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: save_rest.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/save_rest.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- save_rest.h	1 Jan 2005 15:07:03 -0000	1.10
+++ save_rest.h	17 Jan 2005 10:57:12 -0000	1.11
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: scroll.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/scroll.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- scroll.cpp	1 Jan 2005 15:07:03 -0000	1.20
+++ scroll.cpp	17 Jan 2005 10:57:12 -0000	1.21
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/sound.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- sound.cpp	11 Jan 2005 08:31:14 -0000	1.49
+++ sound.cpp	17 Jan 2005 10:57:12 -0000	1.50
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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/sword2/sound.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sound.h	1 Jan 2005 15:07:03 -0000	1.10
+++ sound.h	17 Jan 2005 10:57:12 -0000	1.11
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: speech.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/speech.cpp,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- speech.cpp	1 Jan 2005 15:07:03 -0000	1.68
+++ speech.cpp	17 Jan 2005 10:57:12 -0000	1.69
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: speech.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/speech.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- speech.h	1 Jan 2005 15:07:03 -0000	1.8
+++ speech.h	17 Jan 2005 10:57:12 -0000	1.9
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: startup.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/startup.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- startup.cpp	1 Jan 2005 15:07:03 -0000	1.45
+++ startup.cpp	17 Jan 2005 10:57:12 -0000	1.46
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: startup.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/startup.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- startup.h	1 Jan 2005 15:07:03 -0000	1.7
+++ startup.h	17 Jan 2005 10:57:12 -0000	1.8
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sword2.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- sword2.cpp	10 Jan 2005 22:06:32 -0000	1.131
+++ sword2.cpp	17 Jan 2005 10:57:12 -0000	1.132
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: sword2.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sword2.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- sword2.h	10 Jan 2005 22:06:32 -0000	1.73
+++ sword2.h	17 Jan 2005 10:57:12 -0000	1.74
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: sync.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sync.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sync.cpp	1 Jan 2005 15:07:03 -0000	1.21
+++ sync.cpp	17 Jan 2005 10:57:12 -0000	1.22
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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: walker.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/walker.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- walker.cpp	1 Jan 2005 15:07:03 -0000	1.42
+++ walker.cpp	17 Jan 2005 10:57:12 -0000	1.43
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994-2005 Revolution Software Ltd
+/* Copyright (C) 1994-1998 Revolution Software Ltd.
+ * 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