aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-18 17:39:49 +0000
committerEugene Sandulenko2006-01-18 17:39:49 +0000
commitea42bad78128837c2e19ecd3093fade4a51fe0e9 (patch)
tree66b4b074c73ae8973ebcafd4c08ff1226333897e /saga
parent664d00e162c3215ab629f7cfa166702e43484056 (diff)
downloadscummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.gz
scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.tar.bz2
scummvm-rg350-ea42bad78128837c2e19ecd3093fade4a51fe0e9.zip
Update copyright notice
svn-id: r20088
Diffstat (limited to 'saga')
-rw-r--r--saga/actor.cpp2
-rw-r--r--saga/actor.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/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/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/itedata.cpp2
-rw-r--r--saga/itedata.h2
-rw-r--r--saga/list.h2
-rw-r--r--saga/music.cpp2
-rw-r--r--saga/music.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/puzzle.cpp2
-rw-r--r--saga/puzzle.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/saga.cpp2
-rw-r--r--saga/saga.h2
-rw-r--r--saga/saveload.cpp2
-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/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
54 files changed, 54 insertions, 54 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 4b9581cc2e..34a2990a2b 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/actor.h b/saga/actor.h
index dba3ddb625..7ca9842d7c 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/animation.cpp b/saga/animation.cpp
index 9037ad9265..4d0d6b1f6a 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/animation.h b/saga/animation.h
index a4df507c1a..d1f270a908 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/console.cpp b/saga/console.cpp
index 5a9943b3d7..cdcb471ac9 100644
--- a/saga/console.cpp
+++ b/saga/console.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/console.h b/saga/console.h
index a51a60eb8d..d938f0fd5e 100644
--- a/saga/console.h
+++ b/saga/console.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/events.cpp b/saga/events.cpp
index 52487e13ff..71821d953e 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/events.h b/saga/events.h
index 358a631804..0d7163f4ab 100644
--- a/saga/events.h
+++ b/saga/events.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/font.cpp b/saga/font.cpp
index cdece87007..8f434c5902 100644
--- a/saga/font.cpp
+++ b/saga/font.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/font.h b/saga/font.h
index 295884b6a9..573ec3363b 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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 3501aee838..b997e51b6b 100644
--- a/saga/font_map.cpp
+++ b/saga/font_map.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/game.cpp b/saga/game.cpp
index 10baf2a76d..8f753221b6 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index 9f40c28f31..c4f3386e8b 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/gfx.h b/saga/gfx.h
index d0de5e9e76..6fc0414e2b 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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 1ef3f05eb8..e59b62aadd 100644
--- a/saga/ihnm_introproc.cpp
+++ b/saga/ihnm_introproc.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/image.cpp b/saga/image.cpp
index 783089530c..ff879e6196 100644
--- a/saga/image.cpp
+++ b/saga/image.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/input.cpp b/saga/input.cpp
index cb2b6fa2c5..e8bdd5c61a 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/interface.cpp b/saga/interface.cpp
index 65d2f14de7..c59704f4ab 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/interface.h b/saga/interface.h
index a3ae9e4511..97a27b2cab 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/isomap.cpp b/saga/isomap.cpp
index a3598d471d..132a56ad90 100644
--- a/saga/isomap.cpp
+++ b/saga/isomap.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/isomap.h b/saga/isomap.h
index aa0642a63f..258e8f038f 100644
--- a/saga/isomap.h
+++ b/saga/isomap.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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 106cbed0b2..2c8050b87e 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/itedata.cpp b/saga/itedata.cpp
index e60009e17a..433d29b88e 100644
--- a/saga/itedata.cpp
+++ b/saga/itedata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/itedata.h b/saga/itedata.h
index c845586711..9f3f1575df 100644
--- a/saga/itedata.h
+++ b/saga/itedata.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/list.h b/saga/list.h
index 4a71c4e86a..68f3373ac3 100644
--- a/saga/list.h
+++ b/saga/list.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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 a12b60d08a..928cdd20e2 100644
--- a/saga/music.cpp
+++ b/saga/music.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/music.h b/saga/music.h
index dfd88a0870..59245023b5 100644
--- a/saga/music.h
+++ b/saga/music.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectmap.cpp b/saga/objectmap.cpp
index f4514b3ad4..e4d4540bbe 100644
--- a/saga/objectmap.cpp
+++ b/saga/objectmap.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/objectmap.h b/saga/objectmap.h
index 8b55bc52ad..c83f6ec827 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/palanim.cpp b/saga/palanim.cpp
index f802905c90..d59baacbbb 100644
--- a/saga/palanim.cpp
+++ b/saga/palanim.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/palanim.h b/saga/palanim.h
index e46c3bea6d..4d1b00bd16 100644
--- a/saga/palanim.h
+++ b/saga/palanim.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/puzzle.cpp b/saga/puzzle.cpp
index 46dc84a787..f0992eee10 100644
--- a/saga/puzzle.cpp
+++ b/saga/puzzle.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 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/puzzle.h b/saga/puzzle.h
index 3df39b4631..24adaf07aa 100644
--- a/saga/puzzle.h
+++ b/saga/puzzle.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 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/render.cpp b/saga/render.cpp
index f0be9ac95f..5378ad21e1 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/render.h b/saga/render.h
index ba6ae1a886..b0bc545eb0 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/resnames.h b/saga/resnames.h
index ea9b3f5c27..14d853d813 100644
--- a/saga/resnames.h
+++ b/saga/resnames.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/rscfile.cpp b/saga/rscfile.cpp
index 60bcc21c79..15feb1b9bc 100644
--- a/saga/rscfile.cpp
+++ b/saga/rscfile.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/rscfile.h b/saga/rscfile.h
index d3c7e81f0f..462be501f2 100644
--- a/saga/rscfile.h
+++ b/saga/rscfile.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/saga.cpp b/saga/saga.cpp
index accb384fa3..45d8bf29ab 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/saga.h b/saga/saga.h
index 349707a4f5..53d894d736 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/saveload.cpp b/saga/saveload.cpp
index 7e68bb4eef..f852926440 100644
--- a/saga/saveload.cpp
+++ b/saga/saveload.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/scene.cpp b/saga/scene.cpp
index e66bcaf618..be7869c508 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/scene.h b/saga/scene.h
index 74524fb569..90aa007bf5 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/script.cpp b/saga/script.cpp
index 604668a5ab..905850085a 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/script.h b/saga/script.h
index eed0b13f24..59af754102 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index d670109f01..10853d98cc 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sndres.cpp b/saga/sndres.cpp
index e84ea60242..0c791b9eb2 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sndres.h b/saga/sndres.h
index cedf2bcb1f..72d8a8c630 100644
--- a/saga/sndres.h
+++ b/saga/sndres.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sound.cpp b/saga/sound.cpp
index 4f4e04f2fb..2bfd50a6a4 100644
--- a/saga/sound.cpp
+++ b/saga/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sound.h b/saga/sound.h
index d5c40e3d32..63019409fe 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sprite.cpp b/saga/sprite.cpp
index 193e6eafa8..18ba5df72f 100644
--- a/saga/sprite.cpp
+++ b/saga/sprite.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sprite.h b/saga/sprite.h
index de106b71b9..79be90165a 100644
--- a/saga/sprite.h
+++ b/saga/sprite.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/sthread.cpp b/saga/sthread.cpp
index 45f7097f45..4bd7e54b59 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 The ScummVM project
*
* The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
*
diff --git a/saga/stream.h b/saga/stream.h
index 328d2566a4..9abf1ad617 100644
--- a/saga/stream.h
+++ b/saga/stream.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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