aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-01 15:10:22 +0000
committerTorbjörn Andersson2005-01-01 15:10:22 +0000
commit51788228331d1a39f9b53edce0a53f554f2449d0 (patch)
treecb98d4f8b1458dac1294c18bf6094838ae863987 /sword2
parentcab8e3a66d65c0a53dcde6d025f4c43922da82a8 (diff)
downloadscummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.tar.gz
scummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.tar.bz2
scummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.zip
Updated copyright year.
svn-id: r16397
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/animation.cpp2
-rw-r--r--sword2/driver/animation.h2
-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/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/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 12c67645ce..9d41e2c104 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 eb1835cba4..eb6b8737e8 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4d2b6a9761..dbbd2cef84 100644
--- a/sword2/build_display.h
+++ b/sword2/build_display.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 99b13c47b5..83ddd611ab 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 68476ee635..20710a9d56 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 63a04de150..b3d3af4a8e 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 856779c9a2..2fe203d07b 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 79c875cf71..cf28e26f3a 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 644450f75c..0b3d7ea21a 100644
--- a/sword2/debug.h
+++ b/sword2/debug.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 0968419372..9e0bf0fcad 100644
--- a/sword2/defs.h
+++ b/sword2/defs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 223669a777..bde0896df2 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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/animation.cpp b/sword2/driver/animation.cpp
index 3b9a83e52a..da9f55becd 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2004-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 cf991733de..1e44343244 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2004-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 410696da14..293a2da838 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 df085c127a..8eda52e7f8 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 881a5aa732..cb536de3df 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 37d7a52111..96a6689ff6 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 412257ac19..24a51c0874 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 a58f84540e..e8b39d0d37 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 67a5761954..99f60df8e5 100644
--- a/sword2/driver/menu.h
+++ b/sword2/driver/menu.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 9425cb7dee..285c463e14 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 45f55906a3..45405b47d0 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 920dc3580e..4f7f8947cf 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 2bf0ff2669..fa8fdfa1a6 100644
--- a/sword2/driver/render.h
+++ b/sword2/driver/render.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4afc292bde..c15fca2085 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 0d453c3c71..dcb713524d 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4ffdd9e476..102f328281 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 68be38ebeb..78beac9b1d 100644
--- a/sword2/header.h
+++ b/sword2/header.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 2348169b46..fc6c2052bc 100644
--- a/sword2/icons.cpp
+++ b/sword2/icons.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 11aca6a9b8..d7bac51439 100644
--- a/sword2/icons.h
+++ b/sword2/icons.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 0b66286730..ae16a2f25b 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 47d151723f..28e308904c 100644
--- a/sword2/interpreter.h
+++ b/sword2/interpreter.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 a4eaa035f5..0b355b1e32 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 b8f0a47c97..3c8aebad18 100644
--- a/sword2/layers.h
+++ b/sword2/layers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 1d4e71ec54..8a7114ba06 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 8b3217963f..f8f32b7dd5 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 e403d55613..67425d9eef 100644
--- a/sword2/maketext.cpp
+++ b/sword2/maketext.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4cc1785e2f..ed58542545 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 de9110466e..4a3ab5ec70 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 f483a03498..9f4354d232 100644
--- a/sword2/memory.h
+++ b/sword2/memory.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 9c38a0f21a..13c3843779 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 aae90c8871..2fb83b4408 100644
--- a/sword2/mouse.h
+++ b/sword2/mouse.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 dd1f9fbc99..a93ab550ef 100644
--- a/sword2/object.h
+++ b/sword2/object.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 99d6b6a392..a6f5bd6330 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 16ea8c0d3e..eacfa67489 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 e90b38916e..6e65510e4f 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 fee34aa3a5..d13373e8cb 100644
--- a/sword2/router.cpp
+++ b/sword2/router.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 a044bc2b18..4f9a9f2b8e 100644
--- a/sword2/router.h
+++ b/sword2/router.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 377cffbf4f..365c2baadc 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 ece9573bd4..59d86b836f 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 82d2bdcd22..351e344c9d 100644
--- a/sword2/scroll.cpp
+++ b/sword2/scroll.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4360358d39..a2bb003bf2 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 6c7baabe24..f4bf73dadc 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 84e8a75690..6b02ae2575 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 11115744b6..05609b6199 100644
--- a/sword2/speech.h
+++ b/sword2/speech.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 107750becb..5ded8d7493 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 57367315f7..d0087c2a3b 100644
--- a/sword2/startup.h
+++ b/sword2/startup.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 e9989db403..8894c289ec 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 7e4973249c..e230995d3b 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 3bed7d56fd..0e373bf2b2 100644
--- a/sword2/sync.cpp
+++ b/sword2/sync.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 ee6c5a5e05..76f6012c41 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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