aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-18 17:39:49 +0000
committerEugene Sandulenko2006-01-18 17:39:49 +0000
commitea42bad78128837c2e19ecd3093fade4a51fe0e9 (patch)
tree66b4b074c73ae8973ebcafd4c08ff1226333897e /queen
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 '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 e09da96077..0eec02f489 100644
--- a/queen/bankman.cpp
+++ b/queen/bankman.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/bankman.h b/queen/bankman.h
index d911e24a1c..01ce494955 100644
--- a/queen/bankman.h
+++ b/queen/bankman.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/command.cpp b/queen/command.cpp
index 92ca2fefb7..335de24cc8 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/command.h b/queen/command.h
index c1f9391719..8e5dbbd672 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/credits.cpp b/queen/credits.cpp
index 7e3f9355ad..87d2259825 100644
--- a/queen/credits.cpp
+++ b/queen/credits.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/credits.h b/queen/credits.h
index e7b303a88f..ed250a1292 100644
--- a/queen/credits.h
+++ b/queen/credits.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/cutaway.cpp b/queen/cutaway.cpp
index 1e90576d74..4929c82b16 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/cutaway.h b/queen/cutaway.h
index b3ec0ac268..917ba21cf1 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/debug.cpp b/queen/debug.cpp
index f5ba6796a9..77bde43f5f 100644
--- a/queen/debug.cpp
+++ b/queen/debug.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/debug.h b/queen/debug.h
index 2d070c5c1d..d4bef7b7ae 100644
--- a/queen/debug.h
+++ b/queen/debug.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/defs.h b/queen/defs.h
index ed6bef9163..3f2f978b40 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/display.cpp b/queen/display.cpp
index 1f65fb14cd..ebf06c4a36 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/display.h b/queen/display.h
index c4d7671a32..fb2dc4a96c 100644
--- a/queen/display.h
+++ b/queen/display.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/graphics.cpp b/queen/graphics.cpp
index b0486d2d93..610eedcc76 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/graphics.h b/queen/graphics.h
index 03cd4f1e31..8f45f39107 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/grid.cpp b/queen/grid.cpp
index 6862bac1f2..c6168bd63d 100644
--- a/queen/grid.cpp
+++ b/queen/grid.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/grid.h b/queen/grid.h
index c2a3dcd0ac..caf768062a 100644
--- a/queen/grid.h
+++ b/queen/grid.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/input.cpp b/queen/input.cpp
index 67be9222b2..e9e5215bb1 100644
--- a/queen/input.cpp
+++ b/queen/input.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/input.h b/queen/input.h
index 724fd77de6..9ded4fd1b3 100644
--- a/queen/input.h
+++ b/queen/input.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/journal.cpp b/queen/journal.cpp
index f619f857ac..e6f60bc17a 100644
--- a/queen/journal.cpp
+++ b/queen/journal.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/journal.h b/queen/journal.h
index 12c6cd1988..a38b5b087f 100644
--- a/queen/journal.h
+++ b/queen/journal.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/logic.cpp b/queen/logic.cpp
index a29f0f681b..4af6d70540 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/logic.h b/queen/logic.h
index 6b5f998fa6..7d4be6a641 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/music.cpp b/queen/music.cpp
index 59e9105da6..0f729f92cd 100644
--- a/queen/music.cpp
+++ b/queen/music.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/music.h b/queen/music.h
index b4620b6851..098ab2e609 100644
--- a/queen/music.h
+++ b/queen/music.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/musicdata.cpp b/queen/musicdata.cpp
index 53622c02b1..c322e6200d 100644
--- a/queen/musicdata.cpp
+++ b/queen/musicdata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/queen.cpp b/queen/queen.cpp
index 996b77bbd3..ad1d17dcfa 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/queen.h b/queen/queen.h
index e88a7170bf..1975be98e6 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/resource.cpp b/queen/resource.cpp
index f1c3f66746..f573c87e83 100644
--- a/queen/resource.cpp
+++ b/queen/resource.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/resource.h b/queen/resource.h
index 0d7f4fd7e7..de1641cd18 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/restables.cpp b/queen/restables.cpp
index 9c0dbfc259..945303a711 100644
--- a/queen/restables.cpp
+++ b/queen/restables.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/sound.cpp b/queen/sound.cpp
index 20bb645773..fa4870d79d 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/sound.h b/queen/sound.h
index 446b135fda..69e88b0589 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/state.cpp b/queen/state.cpp
index ea358cce2b..a63e8e4156 100644
--- a/queen/state.cpp
+++ b/queen/state.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/state.h b/queen/state.h
index a68ab35577..ee78c743c1 100644
--- a/queen/state.h
+++ b/queen/state.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/structs.h b/queen/structs.h
index 64a5248179..6096d92be0 100644
--- a/queen/structs.h
+++ b/queen/structs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/talk.cpp b/queen/talk.cpp
index bd55b10135..b0ab4f2ea6 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/talk.h b/queen/talk.h
index 28808e88ee..af09de8ae7 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/walk.cpp b/queen/walk.cpp
index 0b5dfe47e6..68ad9ccd20 100644
--- a/queen/walk.cpp
+++ b/queen/walk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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/queen/walk.h b/queen/walk.h
index f8587e90e1..590cfe2f8f 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-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