aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
diff options
context:
space:
mode:
authorPaul Gilbert2008-01-05 12:45:14 +0000
committerPaul Gilbert2008-01-05 12:45:14 +0000
commit6eb64102a4d92686a81120b7fb74571df3237228 (patch)
tree25e6023b59363531f7c517f90d181a55cffe46b7 /engines/queen
parent9097d97a356124634f936e6c17787a874f77ad81 (diff)
downloadscummvm-rg350-6eb64102a4d92686a81120b7fb74571df3237228.tar.gz
scummvm-rg350-6eb64102a4d92686a81120b7fb74571df3237228.tar.bz2
scummvm-rg350-6eb64102a4d92686a81120b7fb74571df3237228.zip
Fix to remove a tab character from the GPL header
svn-id: r30238
Diffstat (limited to 'engines/queen')
-rw-r--r--engines/queen/bankman.cpp2
-rw-r--r--engines/queen/bankman.h2
-rw-r--r--engines/queen/command.cpp2
-rw-r--r--engines/queen/command.h2
-rw-r--r--engines/queen/credits.cpp2
-rw-r--r--engines/queen/cutaway.cpp2
-rw-r--r--engines/queen/debug.cpp2
-rw-r--r--engines/queen/defs.h2
-rw-r--r--engines/queen/display.cpp2
-rw-r--r--engines/queen/display.h2
-rw-r--r--engines/queen/graphics.h2
-rw-r--r--engines/queen/grid.h2
-rw-r--r--engines/queen/input.cpp2
-rw-r--r--engines/queen/logic.cpp2
-rw-r--r--engines/queen/logic.h2
-rw-r--r--engines/queen/midiadlib.cpp2
-rw-r--r--engines/queen/music.cpp2
-rw-r--r--engines/queen/music.h2
-rw-r--r--engines/queen/queen.cpp2
-rw-r--r--engines/queen/resource.cpp2
-rw-r--r--engines/queen/resource.h2
-rw-r--r--engines/queen/state.cpp2
-rw-r--r--engines/queen/state.h2
-rw-r--r--engines/queen/talk.cpp2
24 files changed, 24 insertions, 24 deletions
diff --git a/engines/queen/bankman.cpp b/engines/queen/bankman.cpp
index 69014096eb..a5b98eb35f 100644
--- a/engines/queen/bankman.cpp
+++ b/engines/queen/bankman.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/bankman.h b/engines/queen/bankman.h
index f196268f7b..ad9610e93b 100644
--- a/engines/queen/bankman.h
+++ b/engines/queen/bankman.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/command.cpp b/engines/queen/command.cpp
index dfbb4801d9..2ae222479d 100644
--- a/engines/queen/command.cpp
+++ b/engines/queen/command.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/command.h b/engines/queen/command.h
index e787bb3c1b..a3058c10de 100644
--- a/engines/queen/command.h
+++ b/engines/queen/command.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/credits.cpp b/engines/queen/credits.cpp
index 5893d0e857..029ed7d0a8 100644
--- a/engines/queen/credits.cpp
+++ b/engines/queen/credits.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/cutaway.cpp b/engines/queen/cutaway.cpp
index 1012740040..541fb34127 100644
--- a/engines/queen/cutaway.cpp
+++ b/engines/queen/cutaway.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/debug.cpp b/engines/queen/debug.cpp
index 63b8432ee5..1abb2415d2 100644
--- a/engines/queen/debug.cpp
+++ b/engines/queen/debug.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/defs.h b/engines/queen/defs.h
index 1212f6926d..9e35ec2523 100644
--- a/engines/queen/defs.h
+++ b/engines/queen/defs.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/display.cpp b/engines/queen/display.cpp
index e2322c466e..bd4c461080 100644
--- a/engines/queen/display.cpp
+++ b/engines/queen/display.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/display.h b/engines/queen/display.h
index 4230ca2971..b3c85cbea0 100644
--- a/engines/queen/display.h
+++ b/engines/queen/display.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/graphics.h b/engines/queen/graphics.h
index 9684217ef0..6f00111635 100644
--- a/engines/queen/graphics.h
+++ b/engines/queen/graphics.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/grid.h b/engines/queen/grid.h
index 3ad3670eae..7003311a98 100644
--- a/engines/queen/grid.h
+++ b/engines/queen/grid.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/input.cpp b/engines/queen/input.cpp
index 2cd9eca515..146e95bcef 100644
--- a/engines/queen/input.cpp
+++ b/engines/queen/input.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/logic.cpp b/engines/queen/logic.cpp
index 67eb1c1f41..9e4770553c 100644
--- a/engines/queen/logic.cpp
+++ b/engines/queen/logic.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/logic.h b/engines/queen/logic.h
index b55fc3f626..ee0a4f2270 100644
--- a/engines/queen/logic.h
+++ b/engines/queen/logic.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/midiadlib.cpp b/engines/queen/midiadlib.cpp
index 29585eaee3..155bb66716 100644
--- a/engines/queen/midiadlib.cpp
+++ b/engines/queen/midiadlib.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/music.cpp b/engines/queen/music.cpp
index dde7cf741c..94c67f24e9 100644
--- a/engines/queen/music.cpp
+++ b/engines/queen/music.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/music.h b/engines/queen/music.h
index f92190065d..389b158719 100644
--- a/engines/queen/music.h
+++ b/engines/queen/music.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp
index a991090872..499a17bd12 100644
--- a/engines/queen/queen.cpp
+++ b/engines/queen/queen.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/resource.cpp b/engines/queen/resource.cpp
index 3cc1249b54..d20384f2bc 100644
--- a/engines/queen/resource.cpp
+++ b/engines/queen/resource.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/resource.h b/engines/queen/resource.h
index 43c8e68939..b057827dcd 100644
--- a/engines/queen/resource.h
+++ b/engines/queen/resource.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/state.cpp b/engines/queen/state.cpp
index 563df4c6fb..4dcf7a8cd1 100644
--- a/engines/queen/state.cpp
+++ b/engines/queen/state.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/state.h b/engines/queen/state.h
index 62d941c345..bdf5e6da51 100644
--- a/engines/queen/state.h
+++ b/engines/queen/state.h
@@ -11,7 +11,7 @@
* 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
+ * 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
diff --git a/engines/queen/talk.cpp b/engines/queen/talk.cpp
index 5b741adaf8..ff18ef37d1 100644
--- a/engines/queen/talk.cpp
+++ b/engines/queen/talk.cpp
@@ -11,7 +11,7 @@
* 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
+ * 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