aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-01-06 13:44:17 +0000
committerTorbjörn Andersson2004-01-06 13:44:17 +0000
commit065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e (patch)
tree66fd04a70f9ba88eed32121ec52c62b26a6edba6 /sword2
parenteb5c4a14499f09050ec1b9868c1eacbad93422d1 (diff)
downloadscummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.tar.gz
scummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.tar.bz2
scummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.zip
It's a new year in BS2 land, too!
svn-id: r12181
Diffstat (limited to 'sword2')
-rw-r--r--sword2/anims.cpp2
-rw-r--r--sword2/build_display.cpp2
-rw-r--r--sword2/build_display.h2
-rw-r--r--sword2/console.cpp2
-rw-r--r--sword2/console.h2
-rw-r--r--sword2/controls.cpp2
-rw-r--r--sword2/controls.h2
-rw-r--r--sword2/debug.cpp2
-rw-r--r--sword2/debug.h2
-rw-r--r--sword2/defs.h2
-rw-r--r--sword2/driver/_mouse.cpp2
-rw-r--r--sword2/driver/d_draw.cpp2
-rw-r--r--sword2/driver/d_draw.h2
-rw-r--r--sword2/driver/d_sound.cpp2
-rw-r--r--sword2/driver/d_sound.h2
-rw-r--r--sword2/driver/driver96.h2
-rw-r--r--sword2/driver/keyboard.cpp2
-rw-r--r--sword2/driver/menu.cpp2
-rw-r--r--sword2/driver/menu.h2
-rw-r--r--sword2/driver/palette.cpp2
-rw-r--r--sword2/driver/rdwin.cpp2
-rw-r--r--sword2/driver/render.cpp2
-rw-r--r--sword2/driver/render.h2
-rw-r--r--sword2/driver/sprite.cpp2
-rw-r--r--sword2/events.cpp2
-rw-r--r--sword2/function.cpp2
-rw-r--r--sword2/header.h2
-rw-r--r--sword2/icons.cpp2
-rw-r--r--sword2/icons.h2
-rw-r--r--sword2/interpreter.cpp2
-rw-r--r--sword2/interpreter.h2
-rw-r--r--sword2/layers.cpp2
-rw-r--r--sword2/layers.h2
-rw-r--r--sword2/logic.cpp2
-rw-r--r--sword2/logic.h2
-rw-r--r--sword2/maketext.cpp2
-rw-r--r--sword2/maketext.h2
-rw-r--r--sword2/mem_view.cpp2
-rw-r--r--sword2/memory.cpp2
-rw-r--r--sword2/memory.h2
-rw-r--r--sword2/mouse.cpp2
-rw-r--r--sword2/mouse.h2
-rw-r--r--sword2/object.h2
-rw-r--r--sword2/protocol.cpp2
-rw-r--r--sword2/resman.cpp2
-rw-r--r--sword2/resman.h2
-rw-r--r--sword2/router.cpp2
-rw-r--r--sword2/router.h2
-rw-r--r--sword2/save_rest.cpp2
-rw-r--r--sword2/save_rest.h2
-rw-r--r--sword2/scroll.cpp2
-rw-r--r--sword2/sound.cpp2
-rw-r--r--sword2/sound.h2
-rw-r--r--sword2/speech.cpp2
-rw-r--r--sword2/speech.h2
-rw-r--r--sword2/startup.cpp2
-rw-r--r--sword2/startup.h2
-rw-r--r--sword2/sword2.cpp2
-rw-r--r--sword2/sword2.h2
-rw-r--r--sword2/sync.cpp2
-rw-r--r--sword2/walker.cpp2
61 files changed, 61 insertions, 61 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index 012fd87387..b184157c27 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 36dd1c41a1..fd31e877d0 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 3c3e221315..4d2b6a9761 100644
--- a/sword2/build_display.h
+++ b/sword2/build_display.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 490514cac6..96337649fa 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 1614fc438d..10dd542559 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 e195357df9..e36405dc97 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 2b7675862e..d988835588 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 e76423181a..73eb659075 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 63c6451b1b..e29a002ff0 100644
--- a/sword2/debug.h
+++ b/sword2/debug.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 4b6bbf9eff..3b88134894 100644
--- a/sword2/defs.h
+++ b/sword2/defs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 a5743609a5..936b809d7e 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 91c2ba6888..005e4d80be 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 0d7b3fb310..379ea5353e 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 2ee80a0724..1a421d6cc5 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 d333305dbd..1dd61407a7 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 e7f0bec017..e4e909453a 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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/keyboard.cpp b/sword2/driver/keyboard.cpp
index f1dc93ec4a..26973ea069 100644
--- a/sword2/driver/keyboard.cpp
+++ b/sword2/driver/keyboard.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 c70b11f83d..44b695dc86 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 6c5c7f1b86..67a5761954 100644
--- a/sword2/driver/menu.h
+++ b/sword2/driver/menu.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 bdbfb4a3f8..f6fbf15770 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 f0ac52d9b6..d468f7c84a 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 1846efa2a8..3b457508da 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 ecfad5cf7a..619acea867 100644
--- a/sword2/driver/render.h
+++ b/sword2/driver/render.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 ba030890f6..5cc8cd5e89 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 ea58fe2731..57dd180590 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 f6155eeb18..e16a86d5ed 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 4f6b8f0502..b30af21145 100644
--- a/sword2/header.h
+++ b/sword2/header.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 4fb9a4fba2..adeaa7d07a 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 4a6ca24e00..11aca6a9b8 100644
--- a/sword2/icons.h
+++ b/sword2/icons.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 27df190a49..bd3bc175a0 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 dc8881d56d..60e65f27ae 100644
--- a/sword2/interpreter.h
+++ b/sword2/interpreter.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 531fdfdfbe..06bf5ccba3 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 5a7a9083dc..07b26e68a6 100644
--- a/sword2/layers.h
+++ b/sword2/layers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 ece9bbd7f3..f6c2d9b7db 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 092c34be5c..99dedc2744 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 1b3e84b0cd..e2ed3eea34 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 476fbfc308..7e4b46fde8 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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/mem_view.cpp b/sword2/mem_view.cpp
index 2c14f739d4..955b86db7c 100644
--- a/sword2/mem_view.cpp
+++ b/sword2/mem_view.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 2679176c7e..6785003fe2 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 dc8d29d1ec..0c3095e048 100644
--- a/sword2/memory.h
+++ b/sword2/memory.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 8ea6c3f5f5..5f34960e0e 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 3b4cfaed6a..aae90c8871 100644
--- a/sword2/mouse.h
+++ b/sword2/mouse.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 bf7250fc18..dd1f9fbc99 100644
--- a/sword2/object.h
+++ b/sword2/object.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 833c2187fa..59445ac6a2 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 1826f88285..029ecb1d4f 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 f427d30093..b6c0838362 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 23601a06ce..46a9ca9d61 100644
--- a/sword2/router.cpp
+++ b/sword2/router.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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.h b/sword2/router.h
index 80f8cffdbb..f717aed40e 100644
--- a/sword2/router.h
+++ b/sword2/router.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 74b349c1bf..03262fdea3 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 039406a9d9..ece9573bd4 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 e030ee59ce..ae7098f93b 100644
--- a/sword2/scroll.cpp
+++ b/sword2/scroll.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 cf93f153f1..4d6e7b4a21 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 3aaf71e777..13ece67851 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 4c58d92c4e..e81ac266cb 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 9000b5b7f7..11115744b6 100644
--- a/sword2/speech.h
+++ b/sword2/speech.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 39feff5915..eae1a99f1c 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 5501a657d9..57367315f7 100644
--- a/sword2/startup.h
+++ b/sword2/startup.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 c9d66990b3..54734bc73a 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 0b24824fe6..19335406aa 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 cf54f093fd..38fd156bd6 100644
--- a/sword2/sync.cpp
+++ b/sword2/sync.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* 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 fe2c4af188..7b938b0574 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2003 Revolution Software Ltd
+/* Copyright (C) 1994-2004 Revolution Software Ltd
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License