aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorMax Horn2005-01-01 16:09:25 +0000
committerMax Horn2005-01-01 16:09:25 +0000
commit47280d9433bf09425bca13dab9ee822fb3783516 (patch)
tree6ae7dd105304f5a09273fa925ea6872896a3aa89 /queen
parent51788228331d1a39f9b53edce0a53f554f2449d0 (diff)
downloadscummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.tar.gz
scummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.tar.bz2
scummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.zip
Updated copyright
svn-id: r16398
Diffstat (limited to 'queen')
-rw-r--r--queen/bankman.cpp2
-rw-r--r--queen/bankman.h2
-rw-r--r--queen/command.cpp2
-rw-r--r--queen/command.h2
-rw-r--r--queen/credits.cpp2
-rw-r--r--queen/credits.h2
-rw-r--r--queen/cutaway.cpp2
-rw-r--r--queen/cutaway.h2
-rw-r--r--queen/debug.cpp2
-rw-r--r--queen/debug.h2
-rw-r--r--queen/defs.h2
-rw-r--r--queen/display.cpp2
-rw-r--r--queen/display.h2
-rw-r--r--queen/graphics.cpp2
-rw-r--r--queen/graphics.h2
-rw-r--r--queen/grid.cpp2
-rw-r--r--queen/grid.h2
-rw-r--r--queen/input.cpp2
-rw-r--r--queen/input.h2
-rw-r--r--queen/journal.cpp2
-rw-r--r--queen/journal.h2
-rw-r--r--queen/logic.cpp2
-rw-r--r--queen/logic.h2
-rw-r--r--queen/music.cpp2
-rw-r--r--queen/music.h2
-rw-r--r--queen/musicdata.cpp2
-rw-r--r--queen/queen.cpp2
-rw-r--r--queen/queen.h2
-rw-r--r--queen/resource.cpp2
-rw-r--r--queen/resource.h2
-rw-r--r--queen/restables.cpp2
-rw-r--r--queen/sound.cpp2
-rw-r--r--queen/sound.h2
-rw-r--r--queen/state.cpp2
-rw-r--r--queen/state.h2
-rw-r--r--queen/structs.h2
-rw-r--r--queen/talk.cpp2
-rw-r--r--queen/talk.h2
-rw-r--r--queen/walk.cpp2
-rw-r--r--queen/walk.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/queen/bankman.cpp b/queen/bankman.cpp
index a577a3548c..c82e5f7ace 100644
--- a/queen/bankman.cpp
+++ b/queen/bankman.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/bankman.h b/queen/bankman.h
index 06c8955502..43ae6f3c4b 100644
--- a/queen/bankman.h
+++ b/queen/bankman.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/command.cpp b/queen/command.cpp
index 4b32d43829..16cd5c805f 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/command.h b/queen/command.h
index 685699cf8c..55c973e11d 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/credits.cpp b/queen/credits.cpp
index 0f6447b3b0..6c6948ba4f 100644
--- a/queen/credits.cpp
+++ b/queen/credits.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/credits.h b/queen/credits.h
index eba91bb9cd..33f536bb1c 100644
--- a/queen/credits.h
+++ b/queen/credits.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/cutaway.cpp b/queen/cutaway.cpp
index bb704b096e..445fe4da5c 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/cutaway.h b/queen/cutaway.h
index 37bf920d82..2a81e59ff0 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/debug.cpp b/queen/debug.cpp
index c718275bce..c9bd565085 100644
--- a/queen/debug.cpp
+++ b/queen/debug.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/debug.h b/queen/debug.h
index adf3c9552b..413dd6b655 100644
--- a/queen/debug.h
+++ b/queen/debug.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/defs.h b/queen/defs.h
index d22b6a6b90..3cc27be10b 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/display.cpp b/queen/display.cpp
index 50e5766a6c..795720052d 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/display.h b/queen/display.h
index e3d0e5b754..c7740a8bf7 100644
--- a/queen/display.h
+++ b/queen/display.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/graphics.cpp b/queen/graphics.cpp
index 1f59387e11..d1d0cf3b53 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/graphics.h b/queen/graphics.h
index 1f8f22310b..5c9e73cf0b 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/grid.cpp b/queen/grid.cpp
index e8984deff5..e3ffa1af1d 100644
--- a/queen/grid.cpp
+++ b/queen/grid.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/grid.h b/queen/grid.h
index 7b53be6b77..28579e3bab 100644
--- a/queen/grid.h
+++ b/queen/grid.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/input.cpp b/queen/input.cpp
index dfd76655e7..1aab21ae3a 100644
--- a/queen/input.cpp
+++ b/queen/input.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/input.h b/queen/input.h
index 7dc2f1c5b4..8cad2e6ba4 100644
--- a/queen/input.h
+++ b/queen/input.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/journal.cpp b/queen/journal.cpp
index c16743ce87..df6240aba1 100644
--- a/queen/journal.cpp
+++ b/queen/journal.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/journal.h b/queen/journal.h
index 8989c79a46..0cfdf39db7 100644
--- a/queen/journal.h
+++ b/queen/journal.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/logic.cpp b/queen/logic.cpp
index 826ec3137e..3e8c92d532 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/logic.h b/queen/logic.h
index 68ac144ccd..90cfb82f14 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/music.cpp b/queen/music.cpp
index 15b6596299..899c228ec2 100644
--- a/queen/music.cpp
+++ b/queen/music.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/music.h b/queen/music.h
index 8ecdaf9b80..9c6aba9506 100644
--- a/queen/music.h
+++ b/queen/music.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/musicdata.cpp b/queen/musicdata.cpp
index b5d40aeaff..1a52455550 100644
--- a/queen/musicdata.cpp
+++ b/queen/musicdata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/queen.cpp b/queen/queen.cpp
index 275d7464ed..7211b4d249 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/queen.h b/queen/queen.h
index 33b4a56648..51ead870de 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/resource.cpp b/queen/resource.cpp
index 0766ce3be3..1019bea5e2 100644
--- a/queen/resource.cpp
+++ b/queen/resource.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/resource.h b/queen/resource.h
index f937b03ef9..920b2405e9 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/restables.cpp b/queen/restables.cpp
index e29c169f42..0e42f3b22b 100644
--- a/queen/restables.cpp
+++ b/queen/restables.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/sound.cpp b/queen/sound.cpp
index d98b64595b..e4bd0cccd3 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/sound.h b/queen/sound.h
index 68229e583c..1311848310 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/state.cpp b/queen/state.cpp
index 36b199210b..408dce033e 100644
--- a/queen/state.cpp
+++ b/queen/state.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/state.h b/queen/state.h
index 27ac4d2605..c7e06d6d7b 100644
--- a/queen/state.h
+++ b/queen/state.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/structs.h b/queen/structs.h
index b0fba0d7fb..c4e1be1eef 100644
--- a/queen/structs.h
+++ b/queen/structs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/talk.cpp b/queen/talk.cpp
index 75e8f9672d..2a146a5300 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/talk.h b/queen/talk.h
index 0fcded5baf..ba0f2b6440 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/walk.cpp b/queen/walk.cpp
index 5f22bccc39..8a0592fe39 100644
--- a/queen/walk.cpp
+++ b/queen/walk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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/queen/walk.h b/queen/walk.h
index 730b03ff6d..a03693ca71 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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