aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorMax Horn2004-01-06 12:45:34 +0000
committerMax Horn2004-01-06 12:45:34 +0000
commit033ff78ae97e2ef8580abe6abe8e11a32e5287c9 (patch)
tree654c06a03a592c1105bb3a1caa6dfbe6e0be463b /queen
parent2be1b4d68acb322a20eae5c4cb1bb3b7045e7871 (diff)
downloadscummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.gz
scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.bz2
scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.zip
updated copyright notice
svn-id: r12176
Diffstat (limited to 'queen')
-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/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
36 files changed, 36 insertions, 36 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index 494941259f..4bccc8ea8c 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 d0bc224b0a..301e056414 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 c7139e2a43..f1b698f645 100644
--- a/queen/credits.cpp
+++ b/queen/credits.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 9c8b7863af..4eccf5bfa3 100644
--- a/queen/credits.h
+++ b/queen/credits.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 fe7f1083c4..f68a02fd42 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 45dc1bfb47..3739ab4b23 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 99c6035624..b29f936baa 100644
--- a/queen/debug.cpp
+++ b/queen/debug.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 572d4c8e6a..adf3c9552b 100644
--- a/queen/debug.h
+++ b/queen/debug.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 21c0bb3771..7aff4094b7 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 0091993bc5..d2a34fded5 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 b4d5249d2d..37dd09ef26 100644
--- a/queen/display.h
+++ b/queen/display.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 72080ce77e..683f185904 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 f6982ed3d4..0df17c1141 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 d1d2f88f49..1a78c1b751 100644
--- a/queen/input.cpp
+++ b/queen/input.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 91ef573036..0e27879b93 100644
--- a/queen/input.h
+++ b/queen/input.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 5a2705fb28..d3b024cf07 100644
--- a/queen/journal.cpp
+++ b/queen/journal.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 4d8f2437ff..108285a20d 100644
--- a/queen/journal.h
+++ b/queen/journal.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 3b6657f1c4..53bc337ee9 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 1ad67b5b40..509fcce9af 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 1d399959a6..0ac9ef14ef 100644
--- a/queen/music.cpp
+++ b/queen/music.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 2e98b54d11..c18b708156 100644
--- a/queen/music.h
+++ b/queen/music.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 19aa393fc8..36a459d195 100644
--- a/queen/musicdata.cpp
+++ b/queen/musicdata.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 01bcc37fdc..7ec2d4c4a9 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 2a8721e970..b58b26453e 100644
--- a/queen/queen.h
+++ b/queen/queen.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 ad565b0248..84090b0a78 100644
--- a/queen/resource.cpp
+++ b/queen/resource.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 04b360f2f7..52a7dd990c 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 e3d6041158..47acd90aae 100644
--- a/queen/restables.cpp
+++ b/queen/restables.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 456b6ab945..791dc2cbf6 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 6a77612359..f17bb2aeea 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 8bb4c978cf..7cbbbc058e 100644
--- a/queen/state.cpp
+++ b/queen/state.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 2ba9790d40..27ac4d2605 100644
--- a/queen/state.h
+++ b/queen/state.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 8e52641bd7..1f6c7c3e98 100644
--- a/queen/structs.h
+++ b/queen/structs.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 d07fc3be56..c3001e96bc 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 8e5a4ce161..2f0867c229 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 0e7eeab979..f918b391d2 100644
--- a/queen/walk.cpp
+++ b/queen/walk.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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 1a63e260da..09a8168a03 100644
--- a/queen/walk.h
+++ b/queen/walk.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-2004 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