aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/anims.cpp3
-rw-r--r--sword2/build_display.cpp3
-rw-r--r--sword2/build_display.h3
-rw-r--r--sword2/console.cpp3
-rw-r--r--sword2/console.h3
-rw-r--r--sword2/controls.cpp3
-rw-r--r--sword2/controls.h3
-rw-r--r--sword2/debug.cpp3
-rw-r--r--sword2/debug.h3
-rw-r--r--sword2/defs.h3
-rw-r--r--sword2/driver/_mouse.cpp3
-rw-r--r--sword2/driver/animation.cpp4
-rw-r--r--sword2/driver/animation.h4
-rw-r--r--sword2/driver/d_draw.cpp3
-rw-r--r--sword2/driver/d_draw.h3
-rw-r--r--sword2/driver/d_sound.cpp3
-rw-r--r--sword2/driver/d_sound.h3
-rw-r--r--sword2/driver/driver96.h3
-rw-r--r--sword2/driver/menu.cpp3
-rw-r--r--sword2/driver/menu.h3
-rw-r--r--sword2/driver/palette.cpp3
-rw-r--r--sword2/driver/rdwin.cpp3
-rw-r--r--sword2/driver/render.cpp3
-rw-r--r--sword2/driver/render.h3
-rw-r--r--sword2/driver/sprite.cpp3
-rw-r--r--sword2/events.cpp3
-rw-r--r--sword2/function.cpp3
-rw-r--r--sword2/header.h3
-rw-r--r--sword2/icons.cpp3
-rw-r--r--sword2/icons.h3
-rw-r--r--sword2/interpreter.cpp3
-rw-r--r--sword2/interpreter.h3
-rw-r--r--sword2/layers.cpp3
-rw-r--r--sword2/layers.h3
-rw-r--r--sword2/logic.cpp3
-rw-r--r--sword2/logic.h3
-rw-r--r--sword2/maketext.cpp3
-rw-r--r--sword2/maketext.h3
-rw-r--r--sword2/memory.cpp3
-rw-r--r--sword2/memory.h3
-rw-r--r--sword2/mouse.cpp3
-rw-r--r--sword2/mouse.h3
-rw-r--r--sword2/object.h3
-rw-r--r--sword2/protocol.cpp3
-rw-r--r--sword2/resman.cpp3
-rw-r--r--sword2/resman.h3
-rw-r--r--sword2/router.cpp4
-rw-r--r--sword2/router.h3
-rw-r--r--sword2/save_rest.cpp3
-rw-r--r--sword2/save_rest.h3
-rw-r--r--sword2/scroll.cpp3
-rw-r--r--sword2/sound.cpp3
-rw-r--r--sword2/sound.h3
-rw-r--r--sword2/speech.cpp3
-rw-r--r--sword2/speech.h3
-rw-r--r--sword2/startup.cpp3
-rw-r--r--sword2/startup.h3
-rw-r--r--sword2/sword2.cpp3
-rw-r--r--sword2/sword2.h3
-rw-r--r--sword2/sync.cpp3
-rw-r--r--sword2/walker.cpp3
61 files changed, 122 insertions, 64 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index 777b96329c..fe6d2ee303 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -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
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index b0a6468bb0..1a0bc5cbf1 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -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
diff --git a/sword2/build_display.h b/sword2/build_display.h
index dbbd2cef84..fe27009027 100644
--- a/sword2/build_display.h
+++ b/sword2/build_display.h
@@ -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
diff --git a/sword2/console.cpp b/sword2/console.cpp
index 83ddd611ab..038f986bf0 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -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
diff --git a/sword2/console.h b/sword2/console.h
index 20710a9d56..6c3ee7886b 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -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
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index 459f413846..d8b353bec0 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -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
diff --git a/sword2/controls.h b/sword2/controls.h
index 2fe203d07b..d3eacc3822 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -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
diff --git a/sword2/debug.cpp b/sword2/debug.cpp
index b62eeee0d8..5b9c9597e0 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -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
diff --git a/sword2/debug.h b/sword2/debug.h
index 0b3d7ea21a..87a9043990 100644
--- a/sword2/debug.h
+++ b/sword2/debug.h
@@ -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
diff --git a/sword2/defs.h b/sword2/defs.h
index 9e0bf0fcad..9c17517455 100644
--- a/sword2/defs.h
+++ b/sword2/defs.h
@@ -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
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index dd9c42c88f..42ee42872c 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -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
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp
index 91c6847080..7777524dc1 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+/* 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
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index edf1c575a6..a49f785004 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+/* 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
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 822d858e35..cee13d5d06 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -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
diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h
index 8eda52e7f8..e9b27c7f2c 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -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
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index 3a1f1ba8b2..4424842c4b 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -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
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 244f58625c..33517fae61 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -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
diff --git a/sword2/driver/driver96.h b/sword2/driver/driver96.h
index 24a51c0874..a10c4652f1 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -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
diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp
index 98a430e11c..4929a97696 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -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
diff --git a/sword2/driver/menu.h b/sword2/driver/menu.h
index 99f60df8e5..d6741d0bee 100644
--- a/sword2/driver/menu.h
+++ b/sword2/driver/menu.h
@@ -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
diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp
index 2423d38ae3..754a3564ce 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -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
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 51ae28569b..14d4e144f5 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -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
diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp
index 9a07cb0431..5ea1c63b06 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -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
diff --git a/sword2/driver/render.h b/sword2/driver/render.h
index fa8fdfa1a6..536b37faa2 100644
--- a/sword2/driver/render.h
+++ b/sword2/driver/render.h
@@ -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
diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp
index c15fca2085..e6c1ffe0e8 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -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
diff --git a/sword2/events.cpp b/sword2/events.cpp
index dcb713524d..ec84350bda 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -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
diff --git a/sword2/function.cpp b/sword2/function.cpp
index 99f52a8b5e..9c9199cc44 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -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
diff --git a/sword2/header.h b/sword2/header.h
index 78beac9b1d..e16e0d6e30 100644
--- a/sword2/header.h
+++ b/sword2/header.h
@@ -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
diff --git a/sword2/icons.cpp b/sword2/icons.cpp
index fc6c2052bc..5157842b13 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -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
diff --git a/sword2/icons.h b/sword2/icons.h
index d7bac51439..22d2396c24 100644
--- a/sword2/icons.h
+++ b/sword2/icons.h
@@ -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
diff --git a/sword2/interpreter.cpp b/sword2/interpreter.cpp
index ae16a2f25b..740dee3abd 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -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
diff --git a/sword2/interpreter.h b/sword2/interpreter.h
index 28e308904c..7a31e7f078 100644
--- a/sword2/interpreter.h
+++ b/sword2/interpreter.h
@@ -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
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index 0b355b1e32..67c1238c12 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -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
diff --git a/sword2/layers.h b/sword2/layers.h
index 3c8aebad18..58edce52ce 100644
--- a/sword2/layers.h
+++ b/sword2/layers.h
@@ -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
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 8a7114ba06..a2c59934fb 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -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
diff --git a/sword2/logic.h b/sword2/logic.h
index f8f32b7dd5..dcbdf547f0 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -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
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp
index b8ab6a6ca9..8fec778383 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -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
diff --git a/sword2/maketext.h b/sword2/maketext.h
index ed58542545..3e82dff2d5 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.h
@@ -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
diff --git a/sword2/memory.cpp b/sword2/memory.cpp
index 4a3ab5ec70..6c84409f0e 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -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
diff --git a/sword2/memory.h b/sword2/memory.h
index 9f4354d232..def61589ff 100644
--- a/sword2/memory.h
+++ b/sword2/memory.h
@@ -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
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp
index 13c3843779..bc08005389 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -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
diff --git a/sword2/mouse.h b/sword2/mouse.h
index 2fb83b4408..be39df6c44 100644
--- a/sword2/mouse.h
+++ b/sword2/mouse.h
@@ -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
diff --git a/sword2/object.h b/sword2/object.h
index a93ab550ef..551314a7ef 100644
--- a/sword2/object.h
+++ b/sword2/object.h
@@ -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
diff --git a/sword2/protocol.cpp b/sword2/protocol.cpp
index a6f5bd6330..ec4bcd9b1c 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -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
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index eacfa67489..0ac49fdb9a 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -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
diff --git a/sword2/resman.h b/sword2/resman.h
index 6e65510e4f..212ed24f73 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -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
diff --git a/sword2/router.cpp b/sword2/router.cpp
index d13373e8cb..33b342c177 100644
--- a/sword2/router.cpp
+++ b/sword2/router.cpp
@@ -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
diff --git a/sword2/router.h b/sword2/router.h
index 4f9a9f2b8e..ea6bf8824c 100644
--- a/sword2/router.h
+++ b/sword2/router.h
@@ -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
diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp
index 680ce944ce..424418460c 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -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
diff --git a/sword2/save_rest.h b/sword2/save_rest.h
index 59d86b836f..f32351b2a1 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.h
@@ -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
diff --git a/sword2/scroll.cpp b/sword2/scroll.cpp
index 351e344c9d..890253ffe8 100644
--- a/sword2/scroll.cpp
+++ b/sword2/scroll.cpp
@@ -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
diff --git a/sword2/sound.cpp b/sword2/sound.cpp
index b5dff64f4a..343ec997d5 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -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
diff --git a/sword2/sound.h b/sword2/sound.h
index f4bf73dadc..7649a725c8 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -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
diff --git a/sword2/speech.cpp b/sword2/speech.cpp
index 6b02ae2575..de1b335d04 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -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
diff --git a/sword2/speech.h b/sword2/speech.h
index 05609b6199..49ae49f3f9 100644
--- a/sword2/speech.h
+++ b/sword2/speech.h
@@ -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
diff --git a/sword2/startup.cpp b/sword2/startup.cpp
index 5ded8d7493..1c11bbefca 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -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
diff --git a/sword2/startup.h b/sword2/startup.h
index d0087c2a3b..8486d81a63 100644
--- a/sword2/startup.h
+++ b/sword2/startup.h
@@ -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
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index dc3c96ad26..0afc0b3141 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -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
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 0d0a832800..cac3119f55 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -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
diff --git a/sword2/sync.cpp b/sword2/sync.cpp
index 0e373bf2b2..bfb5aa7edd 100644
--- a/sword2/sync.cpp
+++ b/sword2/sync.cpp
@@ -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
diff --git a/sword2/walker.cpp b/sword2/walker.cpp
index 76f6012c41..da1c2b5057 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -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