aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/actionmap.cpp2
-rw-r--r--saga/actionmap.h2
-rw-r--r--saga/actor.cpp2
-rw-r--r--saga/actor.h2
-rw-r--r--saga/actordata.cpp2
-rw-r--r--saga/actordata.h2
-rw-r--r--saga/animation.cpp2
-rw-r--r--saga/animation.h2
-rw-r--r--saga/console.cpp2
-rw-r--r--saga/console.h2
-rw-r--r--saga/events.cpp2
-rw-r--r--saga/events.h2
-rw-r--r--saga/font.cpp2
-rw-r--r--saga/font.h2
-rw-r--r--saga/font_map.cpp2
-rw-r--r--saga/game.cpp2
-rw-r--r--saga/game.h2
-rw-r--r--saga/gfx.cpp2
-rw-r--r--saga/gfx.h2
-rw-r--r--saga/ihnm_introproc.cpp2
-rw-r--r--saga/image.cpp2
-rw-r--r--saga/image.h2
-rw-r--r--saga/input.cpp2
-rw-r--r--saga/interface.cpp2
-rw-r--r--saga/interface.h2
-rw-r--r--saga/isomap.cpp2
-rw-r--r--saga/isomap.h2
-rw-r--r--saga/ite_introproc.cpp2
-rw-r--r--saga/list.h2
-rw-r--r--saga/music.cpp2
-rw-r--r--saga/music.h2
-rw-r--r--saga/objectdata.cpp2
-rw-r--r--saga/objectdata.h2
-rw-r--r--saga/objectmap.cpp2
-rw-r--r--saga/objectmap.h2
-rw-r--r--saga/palanim.cpp2
-rw-r--r--saga/palanim.h2
-rw-r--r--saga/render.cpp2
-rw-r--r--saga/render.h2
-rw-r--r--saga/resnames.h2
-rw-r--r--saga/rscfile.cpp2
-rw-r--r--saga/rscfile.h2
-rw-r--r--saga/rscfile_mod.h2
-rw-r--r--saga/saga.cpp2
-rw-r--r--saga/saga.h2
-rw-r--r--saga/scene.cpp2
-rw-r--r--saga/scene.h2
-rw-r--r--saga/script.cpp2
-rw-r--r--saga/script.h2
-rw-r--r--saga/sdebug.cpp2
-rw-r--r--saga/sfuncs.cpp2
-rw-r--r--saga/sndres.cpp2
-rw-r--r--saga/sndres.h2
-rw-r--r--saga/sound.cpp2
-rw-r--r--saga/sound.h2
-rw-r--r--saga/sprite.cpp2
-rw-r--r--saga/sprite.h2
-rw-r--r--saga/sthread.cpp2
-rw-r--r--saga/stream.h2
-rw-r--r--saga/text.cpp2
-rw-r--r--saga/text.h2
-rw-r--r--saga/transitions.cpp2
62 files changed, 62 insertions, 62 deletions
diff --git a/saga/actionmap.cpp b/saga/actionmap.cpp
index 7781fa8456..6494bcf031 100644
--- a/saga/actionmap.cpp
+++ b/saga/actionmap.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actionmap.h b/saga/actionmap.h
index e25294c745..9684a68975 100644
--- a/saga/actionmap.h
+++ b/saga/actionmap.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actor.cpp b/saga/actor.cpp
index d240d187c2..6d6c781653 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actor.h b/saga/actor.h
index f9ba4b9994..34496de31a 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actordata.cpp b/saga/actordata.cpp
index ad37a5241b..335a42d845 100644
--- a/saga/actordata.cpp
+++ b/saga/actordata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actordata.h b/saga/actordata.h
index 1f95a6b54e..b86635c23b 100644
--- a/saga/actordata.h
+++ b/saga/actordata.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/animation.cpp b/saga/animation.cpp
index a997382015..aff853b70d 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/animation.h b/saga/animation.h
index 745c8018c8..3bab6a1182 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/console.cpp b/saga/console.cpp
index 485624833f..cda0a20e8f 100644
--- a/saga/console.cpp
+++ b/saga/console.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/console.h b/saga/console.h
index fc91f2e7f5..63276045b5 100644
--- a/saga/console.h
+++ b/saga/console.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/events.cpp b/saga/events.cpp
index d099cc224c..83ca2961b2 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/events.h b/saga/events.h
index d917e00232..cd502f153b 100644
--- a/saga/events.h
+++ b/saga/events.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/font.cpp b/saga/font.cpp
index 8b74b1d329..cc65e53757 100644
--- a/saga/font.cpp
+++ b/saga/font.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/font.h b/saga/font.h
index 7006d0c6f5..a3aec4b962 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/font_map.cpp b/saga/font_map.cpp
index c984df7dd0..4ca81f5f0a 100644
--- a/saga/font_map.cpp
+++ b/saga/font_map.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/game.cpp b/saga/game.cpp
index a64bc4abe2..3de12efb5d 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/game.h b/saga/game.h
index 9b6bef0a78..b04380be50 100644
--- a/saga/game.h
+++ b/saga/game.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index 05b73550f7..dc3f3bdb5a 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/gfx.h b/saga/gfx.h
index 2146844d1a..e40b8e40ca 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/ihnm_introproc.cpp b/saga/ihnm_introproc.cpp
index d77e44fa1c..e09c7e569e 100644
--- a/saga/ihnm_introproc.cpp
+++ b/saga/ihnm_introproc.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/image.cpp b/saga/image.cpp
index 33f0c09661..c50d3479c4 100644
--- a/saga/image.cpp
+++ b/saga/image.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/image.h b/saga/image.h
index 84885a3caf..9406b55d78 100644
--- a/saga/image.h
+++ b/saga/image.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/input.cpp b/saga/input.cpp
index 57b060dd10..0fed2b8435 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/interface.cpp b/saga/interface.cpp
index 8b880ae76a..3e6efc11e6 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/interface.h b/saga/interface.h
index 0d1a3395ef..846bacce98 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/isomap.cpp b/saga/isomap.cpp
index aac08161ca..bec8170ac5 100644
--- a/saga/isomap.cpp
+++ b/saga/isomap.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/isomap.h b/saga/isomap.h
index c52d4b8514..d42d1b9a8c 100644
--- a/saga/isomap.h
+++ b/saga/isomap.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index c3879e497a..c67777035b 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/list.h b/saga/list.h
index c09e42902c..b27a4f9ce6 100644
--- a/saga/list.h
+++ b/saga/list.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 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/saga/music.cpp b/saga/music.cpp
index a6078c799e..8c1de67b37 100644
--- a/saga/music.cpp
+++ b/saga/music.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/music.h b/saga/music.h
index d8e73256fe..adf122c6f7 100644
--- a/saga/music.h
+++ b/saga/music.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectdata.cpp b/saga/objectdata.cpp
index 81ccfe9377..a98ca9587d 100644
--- a/saga/objectdata.cpp
+++ b/saga/objectdata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectdata.h b/saga/objectdata.h
index 0f11ac3669..c0990c044a 100644
--- a/saga/objectdata.h
+++ b/saga/objectdata.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectmap.cpp b/saga/objectmap.cpp
index 5550b2fdac..16bceb1012 100644
--- a/saga/objectmap.cpp
+++ b/saga/objectmap.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectmap.h b/saga/objectmap.h
index a37fbb2cfb..05b7a59189 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/palanim.cpp b/saga/palanim.cpp
index d6f446349f..264d017baa 100644
--- a/saga/palanim.cpp
+++ b/saga/palanim.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/palanim.h b/saga/palanim.h
index 7ea30039df..94f5f52b11 100644
--- a/saga/palanim.h
+++ b/saga/palanim.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/render.cpp b/saga/render.cpp
index 7c0c1eba8a..e55e59df75 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/render.h b/saga/render.h
index af124a9449..5607cbdcf7 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/resnames.h b/saga/resnames.h
index 1d4d4ec7b1..7d4ee0806a 100644
--- a/saga/resnames.h
+++ b/saga/resnames.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/rscfile.cpp b/saga/rscfile.cpp
index ec68cacfae..a234a9a210 100644
--- a/saga/rscfile.cpp
+++ b/saga/rscfile.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/rscfile.h b/saga/rscfile.h
index f97ddda781..e1548abc89 100644
--- a/saga/rscfile.h
+++ b/saga/rscfile.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/rscfile_mod.h b/saga/rscfile_mod.h
index 1a431776a8..e608e908b6 100644
--- a/saga/rscfile_mod.h
+++ b/saga/rscfile_mod.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 6d88505a4d..47136697b4 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/saga.h b/saga/saga.h
index 4e190f3057..a80372076c 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 3edcfd32c6..db224eff79 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/scene.h b/saga/scene.h
index ea2a415971..e66a4fdea8 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/script.cpp b/saga/script.cpp
index 544043a2b7..de996347b8 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/script.h b/saga/script.h
index 1d5c236411..fb4e7c8aaa 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sdebug.cpp b/saga/sdebug.cpp
index eccc4ab0b6..ee86db0913 100644
--- a/saga/sdebug.cpp
+++ b/saga/sdebug.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index 0d302b7474..e0612395c6 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sndres.cpp b/saga/sndres.cpp
index f699a1d242..f51250ae22 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sndres.h b/saga/sndres.h
index a16bcbf73a..5b0151504b 100644
--- a/saga/sndres.h
+++ b/saga/sndres.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sound.cpp b/saga/sound.cpp
index c7e20c9453..96f4199760 100644
--- a/saga/sound.cpp
+++ b/saga/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sound.h b/saga/sound.h
index f45fb659d5..7b0fee51c8 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sprite.cpp b/saga/sprite.cpp
index 62a31e416f..92f1d24bf7 100644
--- a/saga/sprite.cpp
+++ b/saga/sprite.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sprite.h b/saga/sprite.h
index a81b729a90..0a956f6a6b 100644
--- a/saga/sprite.h
+++ b/saga/sprite.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sthread.cpp b/saga/sthread.cpp
index 1e070d4fa0..e08ab2f99f 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/stream.h b/saga/stream.h
index 596c1328c8..ec15d77aac 100644
--- a/saga/stream.h
+++ b/saga/stream.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 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/saga/text.cpp b/saga/text.cpp
index 08b37f9014..86e585ed7a 100644
--- a/saga/text.cpp
+++ b/saga/text.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/text.h b/saga/text.h
index d039442004..e0490aa16e 100644
--- a/saga/text.h
+++ b/saga/text.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/transitions.cpp b/saga/transitions.cpp
index 155314a561..f93ace727e 100644
--- a/saga/transitions.cpp
+++ b/saga/transitions.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*