aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp2
-rw-r--r--scumm/actor.h2
-rw-r--r--scumm/akos.cpp2
-rw-r--r--scumm/akos.h2
-rw-r--r--scumm/base-costume.h2
-rw-r--r--scumm/boxes.cpp2
-rw-r--r--scumm/boxes.h2
-rw-r--r--scumm/bundle.cpp2
-rw-r--r--scumm/bundle.h2
-rw-r--r--scumm/charset.cpp2
-rw-r--r--scumm/charset.h2
-rw-r--r--scumm/costume.cpp2
-rw-r--r--scumm/costume.h2
-rw-r--r--scumm/debugger.cpp20
-rw-r--r--scumm/debugger.h2
-rw-r--r--scumm/debugrl.cpp2
-rw-r--r--scumm/debugrl.h20
-rw-r--r--scumm/dialogs.cpp2
-rw-r--r--scumm/dialogs.h2
-rw-r--r--scumm/gfx.cpp2
-rw-r--r--scumm/gfx.h2
-rw-r--r--scumm/imuse.cpp2
-rw-r--r--scumm/imuse.h2
-rw-r--r--scumm/imuse_digi.cpp2
-rw-r--r--scumm/imuse_digi.h2
-rw-r--r--scumm/instrument.cpp2
-rw-r--r--scumm/instrument.h2
-rw-r--r--scumm/intern.h2
-rw-r--r--scumm/nut_renderer.cpp2
-rw-r--r--scumm/nut_renderer.h2
-rw-r--r--scumm/object.cpp2
-rw-r--r--scumm/object.h2
-rw-r--r--scumm/resource.cpp2
-rw-r--r--scumm/resource.h2
-rw-r--r--scumm/resource_v2.cpp2
-rw-r--r--scumm/resource_v3.cpp2
-rw-r--r--scumm/resource_v4.cpp2
-rw-r--r--scumm/saveload.cpp2
-rw-r--r--scumm/saveload.h2
-rw-r--r--scumm/script.cpp2
-rw-r--r--scumm/script_v5.cpp2
-rw-r--r--scumm/script_v6.cpp2
-rw-r--r--scumm/script_v8.cpp2
-rw-r--r--scumm/scumm.h2
-rw-r--r--scumm/smush/blitter.cpp2
-rw-r--r--scumm/smush/blitter.h4
-rw-r--r--scumm/smush/brenderer.cpp2
-rw-r--r--scumm/smush/brenderer.h4
-rw-r--r--scumm/smush/channel.h4
-rw-r--r--scumm/smush/chunk.cpp4
-rw-r--r--scumm/smush/chunk.h2
-rw-r--r--scumm/smush/chunk_type.h2
-rw-r--r--scumm/smush/codec1.cpp2
-rw-r--r--scumm/smush/codec1.h2
-rw-r--r--scumm/smush/codec37.cpp2
-rw-r--r--scumm/smush/codec37.h2
-rw-r--r--scumm/smush/codec44.cpp2
-rw-r--r--scumm/smush/codec44.h2
-rw-r--r--scumm/smush/codec47.cpp2
-rw-r--r--scumm/smush/codec47.h2
-rw-r--r--scumm/smush/color.cpp2
-rw-r--r--scumm/smush/color.h2
-rw-r--r--scumm/smush/config.h2
-rw-r--r--scumm/smush/decoder.h2
-rw-r--r--scumm/smush/frenderer.cpp2
-rw-r--r--scumm/smush/frenderer.h2
-rw-r--r--scumm/smush/imuse_channel.cpp2
-rw-r--r--scumm/smush/mixer.h2
-rw-r--r--scumm/smush/palette.h2
-rw-r--r--scumm/smush/player.cpp2
-rw-r--r--scumm/smush/player.h2
-rw-r--r--scumm/smush/renderer.h2
-rw-r--r--scumm/smush/saud_channel.cpp2
-rw-r--r--scumm/smush/scumm_renderer.cpp2
-rw-r--r--scumm/smush/scumm_renderer.h2
-rw-r--r--scumm/sound.cpp2
-rw-r--r--scumm/sound.h2
-rw-r--r--scumm/string.cpp2
-rw-r--r--scumm/usage_bits.cpp3
-rw-r--r--scumm/usage_bits.h3
-rw-r--r--scumm/vars.cpp2
-rw-r--r--scumm/verbs.cpp2
-rw-r--r--scumm/verbs.h2
83 files changed, 125 insertions, 87 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index d5701b7ab0..734b61111d 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/actor.h b/scumm/actor.h
index ec08a977e0..2acda69dce 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/akos.cpp b/scumm/akos.cpp
index 826d565629..2535d3dafb 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/akos.h b/scumm/akos.h
index 721c4a0d1f..4132dfaf5d 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/base-costume.h b/scumm/base-costume.h
index f668eba086..9e258b7676 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/boxes.cpp b/scumm/boxes.cpp
index 9beb0ab31a..f4f6404577 100644
--- a/scumm/boxes.cpp
+++ b/scumm/boxes.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/boxes.h b/scumm/boxes.h
index 32d56c73a6..75c99f74a5 100644
--- a/scumm/boxes.h
+++ b/scumm/boxes.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/bundle.cpp b/scumm/bundle.cpp
index 140381a190..7c0e66fa47 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/bundle.h b/scumm/bundle.h
index 982f69ee82..d1e9b230e8 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/charset.cpp b/scumm/charset.cpp
index c3f1ccf2c4..6ebd76560e 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/charset.h b/scumm/charset.h
index 3618e113a8..e2e342b642 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/costume.cpp b/scumm/costume.cpp
index 6ba7635c06..9d83621220 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/costume.h b/scumm/costume.h
index a15d870740..abfdf539f2 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/debugger.cpp b/scumm/debugger.cpp
index 6164b27644..72b6deb07f 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -1,3 +1,23 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001-2003 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
#include "stdafx.h"
#include "scumm.h"
#include "sound.h"
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 0421cc84b8..28a039c8e8 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/debugrl.cpp b/scumm/debugrl.cpp
index 02cbb59d07..b0f6bf104a 100644
--- a/scumm/debugrl.cpp
+++ b/scumm/debugrl.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002/2003 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/debugrl.h b/scumm/debugrl.h
index c309ec96d8..8c6c6369e3 100644
--- a/scumm/debugrl.h
+++ b/scumm/debugrl.h
@@ -1,3 +1,23 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001-2003 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index 8a09106438..f159e83c08 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/dialogs.h b/scumm/dialogs.h
index cb2711aed1..11244be24f 100644
--- a/scumm/dialogs.h
+++ b/scumm/dialogs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/gfx.cpp b/scumm/gfx.cpp
index 18df1fd5c8..68a14f76fe 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/gfx.h b/scumm/gfx.h
index 8b4fe0fbf3..4bae31083f 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/imuse.cpp b/scumm/imuse.cpp
index 56b53c0e8c..bff8a5b5ff 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/imuse.h b/scumm/imuse.h
index 53313dd350..007c740ac3 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/imuse_digi.cpp b/scumm/imuse_digi.cpp
index 4a930d031e..cb13f269cd 100644
--- a/scumm/imuse_digi.cpp
+++ b/scumm/imuse_digi.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/imuse_digi.h b/scumm/imuse_digi.h
index 47099937fb..15349023cf 100644
--- a/scumm/imuse_digi.h
+++ b/scumm/imuse_digi.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/instrument.cpp b/scumm/instrument.cpp
index 407d214c92..da6fc2865d 100644
--- a/scumm/instrument.cpp
+++ b/scumm/instrument.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/instrument.h b/scumm/instrument.h
index 1b2f8df27e..1d021466ad 100644
--- a/scumm/instrument.h
+++ b/scumm/instrument.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/intern.h b/scumm/intern.h
index 1d0a8fa6ed..e729293a71 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/nut_renderer.cpp b/scumm/nut_renderer.cpp
index aaff170240..80eff150ff 100644
--- a/scumm/nut_renderer.cpp
+++ b/scumm/nut_renderer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/nut_renderer.h b/scumm/nut_renderer.h
index 34d7ea5a6e..0ebab4d102 100644
--- a/scumm/nut_renderer.h
+++ b/scumm/nut_renderer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/object.cpp b/scumm/object.cpp
index 411bb37377..5a1aa09a55 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/object.h b/scumm/object.h
index 8ccff64422..69f114f99f 100644
--- a/scumm/object.h
+++ b/scumm/object.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/resource.cpp b/scumm/resource.cpp
index 425186e7d3..ec1b32afc8 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/resource.h b/scumm/resource.h
index 0628189cb2..d0d09afcdb 100644
--- a/scumm/resource.h
+++ b/scumm/resource.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/resource_v2.cpp b/scumm/resource_v2.cpp
index 0bab223390..313b88bfcb 100644
--- a/scumm/resource_v2.cpp
+++ b/scumm/resource_v2.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/resource_v3.cpp b/scumm/resource_v3.cpp
index cb7e3e7953..d185f8f8db 100644
--- a/scumm/resource_v3.cpp
+++ b/scumm/resource_v3.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/resource_v4.cpp b/scumm/resource_v4.cpp
index 69d3a5cd44..d11aa2355b 100644
--- a/scumm/resource_v4.cpp
+++ b/scumm/resource_v4.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/saveload.cpp b/scumm/saveload.cpp
index 469637824a..035658c149 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/saveload.h b/scumm/saveload.h
index 0b5d7bb1f3..b34571f9fb 100644
--- a/scumm/saveload.h
+++ b/scumm/saveload.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/script.cpp b/scumm/script.cpp
index 11ca746c69..9a3a020d0f 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/script_v5.cpp b/scumm/script_v5.cpp
index e7f56c7b14..c8d9d60e40 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 536dc63a82..aefc7840d6 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/script_v8.cpp b/scumm/script_v8.cpp
index d78177b8e7..ad1f4e8330 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/scumm.h b/scumm/scumm.h
index c42307c3d1..970a67b297 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/smush/blitter.cpp b/scumm/smush/blitter.cpp
index e7c0af543a..1318a60f79 100644
--- a/scumm/smush/blitter.cpp
+++ b/scumm/smush/blitter.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/blitter.h b/scumm/smush/blitter.h
index a1b5540139..6db4f3a496 100644
--- a/scumm/smush/blitter.h
+++ b/scumm/smush/blitter.h
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm int32erpreter
- * Copyright (C) 2001/2002 The ScummVM project
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2002-2003 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/scumm/smush/brenderer.cpp b/scumm/smush/brenderer.cpp
index a1fb694c19..c2969ba1d9 100644
--- a/scumm/smush/brenderer.cpp
+++ b/scumm/smush/brenderer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/brenderer.h b/scumm/smush/brenderer.h
index 3f215fa86d..52dbc07706 100644
--- a/scumm/smush/brenderer.h
+++ b/scumm/smush/brenderer.h
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm int32erpreter
- * Copyright (C) 2001/2002 The ScummVM project
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2002-2003 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/scumm/smush/channel.h b/scumm/smush/channel.h
index f169059906..03b93280ee 100644
--- a/scumm/smush/channel.h
+++ b/scumm/smush/channel.h
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm int32erpreter
- * Copyright (C) 2001/2002 The ScummVM project
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2002-2003 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/scumm/smush/chunk.cpp b/scumm/smush/chunk.cpp
index fa82936896..f35e91fffa 100644
--- a/scumm/smush/chunk.cpp
+++ b/scumm/smush/chunk.cpp
@@ -1,5 +1,5 @@
-/* ScummVM - Scumm int32erpreter
- * Copyright (C) 2001/2002 The ScummVM project
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2002-2003 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/scumm/smush/chunk.h b/scumm/smush/chunk.h
index cf616919de..44a9150392 100644
--- a/scumm/smush/chunk.h
+++ b/scumm/smush/chunk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/chunk_type.h b/scumm/smush/chunk_type.h
index 66ec32d531..8c76886a74 100644
--- a/scumm/smush/chunk_type.h
+++ b/scumm/smush/chunk_type.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec1.cpp b/scumm/smush/codec1.cpp
index 070258450c..374d2440dd 100644
--- a/scumm/smush/codec1.cpp
+++ b/scumm/smush/codec1.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec1.h b/scumm/smush/codec1.h
index 8bdb7f7d13..c3509ad5ed 100644
--- a/scumm/smush/codec1.h
+++ b/scumm/smush/codec1.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec37.cpp b/scumm/smush/codec37.cpp
index 4d3d346bfa..4eeabea1e4 100644
--- a/scumm/smush/codec37.cpp
+++ b/scumm/smush/codec37.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec37.h b/scumm/smush/codec37.h
index 1e548f882b..5f87248d17 100644
--- a/scumm/smush/codec37.h
+++ b/scumm/smush/codec37.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec44.cpp b/scumm/smush/codec44.cpp
index b79bc3c0d6..1fa1307c55 100644
--- a/scumm/smush/codec44.cpp
+++ b/scumm/smush/codec44.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec44.h b/scumm/smush/codec44.h
index 9efaee5e5d..67e3ae7c4f 100644
--- a/scumm/smush/codec44.h
+++ b/scumm/smush/codec44.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index b18fecd13e..533eed439a 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/codec47.h b/scumm/smush/codec47.h
index 0863ac0425..a73cc53544 100644
--- a/scumm/smush/codec47.h
+++ b/scumm/smush/codec47.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/color.cpp b/scumm/smush/color.cpp
index f56dafed5f..601f312def 100644
--- a/scumm/smush/color.cpp
+++ b/scumm/smush/color.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/color.h b/scumm/smush/color.h
index 275b9cade4..78e82a461b 100644
--- a/scumm/smush/color.h
+++ b/scumm/smush/color.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/config.h b/scumm/smush/config.h
index 7ad1bcff23..6ba4341e07 100644
--- a/scumm/smush/config.h
+++ b/scumm/smush/config.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/decoder.h b/scumm/smush/decoder.h
index 8bd7debf3b..466654002b 100644
--- a/scumm/smush/decoder.h
+++ b/scumm/smush/decoder.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/frenderer.cpp b/scumm/smush/frenderer.cpp
index ec56be1623..dc43844c11 100644
--- a/scumm/smush/frenderer.cpp
+++ b/scumm/smush/frenderer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/frenderer.h b/scumm/smush/frenderer.h
index 851dd79309..45db49a8e0 100644
--- a/scumm/smush/frenderer.h
+++ b/scumm/smush/frenderer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/imuse_channel.cpp b/scumm/smush/imuse_channel.cpp
index fa532ebffb..f857bf19c3 100644
--- a/scumm/smush/imuse_channel.cpp
+++ b/scumm/smush/imuse_channel.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/mixer.h b/scumm/smush/mixer.h
index 58ad841fe1..2375c523c0 100644
--- a/scumm/smush/mixer.h
+++ b/scumm/smush/mixer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/palette.h b/scumm/smush/palette.h
index 1a017a63f0..ea9df037c0 100644
--- a/scumm/smush/palette.h
+++ b/scumm/smush/palette.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/player.cpp b/scumm/smush/player.cpp
index 918ca67b05..2a87a60818 100644
--- a/scumm/smush/player.cpp
+++ b/scumm/smush/player.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/player.h b/scumm/smush/player.h
index 869f33874b..4d943764e3 100644
--- a/scumm/smush/player.h
+++ b/scumm/smush/player.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/renderer.h b/scumm/smush/renderer.h
index c5a2bdc214..14cd119acd 100644
--- a/scumm/smush/renderer.h
+++ b/scumm/smush/renderer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp
index 7aea4a98b6..d49c63bc44 100644
--- a/scumm/smush/saud_channel.cpp
+++ b/scumm/smush/saud_channel.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/scumm_renderer.cpp b/scumm/smush/scumm_renderer.cpp
index e26ec6d45d..0ca51f3c95 100644
--- a/scumm/smush/scumm_renderer.cpp
+++ b/scumm/smush/scumm_renderer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/smush/scumm_renderer.h b/scumm/smush/scumm_renderer.h
index 078fbee39b..e8779fd966 100644
--- a/scumm/smush/scumm_renderer.h
+++ b/scumm/smush/scumm_renderer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/sound.cpp b/scumm/sound.cpp
index f004d4e6c4..0360b5f761 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/sound.h b/scumm/sound.h
index 6252c52540..8f55a38b44 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/string.cpp b/scumm/string.cpp
index 7d5626b8fc..458204f433 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/usage_bits.cpp b/scumm/usage_bits.cpp
index 2291158112..6c6f34421d 100644
--- a/scumm/usage_bits.cpp
+++ b/scumm/usage_bits.cpp
@@ -1,6 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/usage_bits.h b/scumm/usage_bits.h
index e2752ff61b..fcb4d59769 100644
--- a/scumm/usage_bits.h
+++ b/scumm/usage_bits.h
@@ -1,6 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2002-2003 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/scumm/vars.cpp b/scumm/vars.cpp
index ef8f0f4b8c..893a4479a8 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/verbs.cpp b/scumm/verbs.cpp
index 26be20b750..2728bc0c7f 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2001-2003 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/scumm/verbs.h b/scumm/verbs.h
index be8f84d7a5..839017683d 100644
--- a/scumm/verbs.h
+++ b/scumm/verbs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002 The ScummVM project
+ * Copyright (C) 2002-2003 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