aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-05-05 00:42:37 +0000
committerTravis Howell2006-05-05 00:42:37 +0000
commiteed7d3e41333fc5da292264b5dda150eaea40e4a (patch)
tree18a90e464239a4934b241449081880f9fe0a0aa5 /engines
parent0bb35a7856ab9335cf400e8529dbf799fcb08772 (diff)
downloadscummvm-rg350-eed7d3e41333fc5da292264b5dda150eaea40e4a.tar.gz
scummvm-rg350-eed7d3e41333fc5da292264b5dda150eaea40e4a.tar.bz2
scummvm-rg350-eed7d3e41333fc5da292264b5dda150eaea40e4a.zip
Update copyright
svn-id: r22358
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/animation.cpp1
-rw-r--r--engines/simon/animation.h1
-rw-r--r--engines/simon/charset.cpp1
-rw-r--r--engines/simon/cursor.cpp1
-rw-r--r--engines/simon/debug.cpp1
-rw-r--r--engines/simon/debug.h4
-rw-r--r--engines/simon/debugger.cpp3
-rw-r--r--engines/simon/debugger.h3
-rw-r--r--engines/simon/draw.cpp1
-rw-r--r--engines/simon/event.cpp1
-rw-r--r--engines/simon/game.cpp1
-rw-r--r--engines/simon/icons.cpp1
-rw-r--r--engines/simon/intern.h1
-rw-r--r--engines/simon/items.cpp1
-rw-r--r--engines/simon/midi.cpp2
-rw-r--r--engines/simon/midi.h1
-rw-r--r--engines/simon/midiparser_s1d.cpp1
-rw-r--r--engines/simon/oracle.cpp1
-rw-r--r--engines/simon/res.cpp1
-rw-r--r--engines/simon/saveload.cpp1
-rw-r--r--engines/simon/simon.cpp1
-rw-r--r--engines/simon/simon.h1
-rw-r--r--engines/simon/sound.cpp8
-rw-r--r--engines/simon/sound.h8
-rw-r--r--engines/simon/string.cpp1
-rw-r--r--engines/simon/subroutine.cpp1
-rw-r--r--engines/simon/verb.cpp1
-rw-r--r--engines/simon/vga.cpp1
-rw-r--r--engines/simon/vga.h1
-rw-r--r--engines/simon/window.cpp1
30 files changed, 45 insertions, 7 deletions
diff --git a/engines/simon/animation.cpp b/engines/simon/animation.cpp
index 93490c60a7..89ede72efb 100644
--- a/engines/simon/animation.cpp
+++ b/engines/simon/animation.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/animation.h b/engines/simon/animation.h
index ba7cd5eaa1..6f1ab308cd 100644
--- a/engines/simon/animation.h
+++ b/engines/simon/animation.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp
index ef6c4b4f6a..8a3b331970 100644
--- a/engines/simon/charset.cpp
+++ b/engines/simon/charset.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/cursor.cpp b/engines/simon/cursor.cpp
index ae62ba229b..ff331e5390 100644
--- a/engines/simon/cursor.cpp
+++ b/engines/simon/cursor.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/debug.cpp b/engines/simon/debug.cpp
index 92d320179e..d3c9744db6 100644
--- a/engines/simon/debug.cpp
+++ b/engines/simon/debug.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/debug.h b/engines/simon/debug.h
index 89776f7f9e..452cc8f2da 100644
--- a/engines/simon/debug.h
+++ b/engines/simon/debug.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
@@ -15,6 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#ifndef SIMON_DEBUG_H
diff --git a/engines/simon/debugger.cpp b/engines/simon/debugger.cpp
index 246f86cd9d..5f3ac44be8 100644
--- a/engines/simon/debugger.cpp
+++ b/engines/simon/debugger.cpp
@@ -1,5 +1,6 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2006 The ScummVM project
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001-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/engines/simon/debugger.h b/engines/simon/debugger.h
index 837fbbccf8..bfb2183e13 100644
--- a/engines/simon/debugger.h
+++ b/engines/simon/debugger.h
@@ -1,5 +1,6 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2006 The ScummVM project
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001-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/engines/simon/draw.cpp b/engines/simon/draw.cpp
index 8ebfcb8d4d..f42c48b7d3 100644
--- a/engines/simon/draw.cpp
+++ b/engines/simon/draw.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/event.cpp b/engines/simon/event.cpp
index 2706f075dd..3cde8adc94 100644
--- a/engines/simon/event.cpp
+++ b/engines/simon/event.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp
index 7545a4c913..2498f997ce 100644
--- a/engines/simon/game.cpp
+++ b/engines/simon/game.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/icons.cpp b/engines/simon/icons.cpp
index 7c34578066..c20a0758c8 100644
--- a/engines/simon/icons.cpp
+++ b/engines/simon/icons.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/intern.h b/engines/simon/intern.h
index 7cc53f4ca9..1c2937c995 100644
--- a/engines/simon/intern.h
+++ b/engines/simon/intern.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/items.cpp b/engines/simon/items.cpp
index 64a70ecb88..c8e2292d7a 100644
--- a/engines/simon/items.cpp
+++ b/engines/simon/items.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/midi.cpp b/engines/simon/midi.cpp
index f6cbc42741..d5fa19d377 100644
--- a/engines/simon/midi.cpp
+++ b/engines/simon/midi.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
@@ -20,7 +21,6 @@
*
*/
-
#include "common/stdafx.h"
#include "common/file.h"
diff --git a/engines/simon/midi.h b/engines/simon/midi.h
index bc903f9d17..cb6cbe7182 100644
--- a/engines/simon/midi.h
+++ b/engines/simon/midi.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/midiparser_s1d.cpp b/engines/simon/midiparser_s1d.cpp
index 5576b0e6d5..95a8431a6a 100644
--- a/engines/simon/midiparser_s1d.cpp
+++ b/engines/simon/midiparser_s1d.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/oracle.cpp b/engines/simon/oracle.cpp
index e15a46037b..e159d55e57 100644
--- a/engines/simon/oracle.cpp
+++ b/engines/simon/oracle.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/res.cpp b/engines/simon/res.cpp
index 1b848c2100..18bd6e1178 100644
--- a/engines/simon/res.cpp
+++ b/engines/simon/res.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/saveload.cpp b/engines/simon/saveload.cpp
index 5ed9552903..de0f4817f0 100644
--- a/engines/simon/saveload.cpp
+++ b/engines/simon/saveload.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index bab852f25e..1bc65a6e72 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index c3e3c1c736..6ecab2f889 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/sound.cpp b/engines/simon/sound.cpp
index 1d1c50248c..8686660da8 100644
--- a/engines/simon/sound.cpp
+++ b/engines/simon/sound.cpp
@@ -1,20 +1,24 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-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
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#include "common/stdafx.h"
diff --git a/engines/simon/sound.h b/engines/simon/sound.h
index fa8049abf6..5604a5d2bc 100644
--- a/engines/simon/sound.h
+++ b/engines/simon/sound.h
@@ -1,20 +1,24 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-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
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#ifndef SIMON_SOUND_H
diff --git a/engines/simon/string.cpp b/engines/simon/string.cpp
index 99d2436afd..447f258781 100644
--- a/engines/simon/string.cpp
+++ b/engines/simon/string.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/subroutine.cpp b/engines/simon/subroutine.cpp
index 771a1247d3..8a2b731422 100644
--- a/engines/simon/subroutine.cpp
+++ b/engines/simon/subroutine.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/verb.cpp b/engines/simon/verb.cpp
index bcddbc9207..75cde7c7ad 100644
--- a/engines/simon/verb.cpp
+++ b/engines/simon/verb.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp
index d190b2f22a..9be750e500 100644
--- a/engines/simon/vga.cpp
+++ b/engines/simon/vga.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/vga.h b/engines/simon/vga.h
index a28cde5f14..fe2bbb15f8 100644
--- a/engines/simon/vga.h
+++ b/engines/simon/vga.h
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2002-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or
diff --git a/engines/simon/window.cpp b/engines/simon/window.cpp
index 23443eb7f0..cabbc76cf4 100644
--- a/engines/simon/window.cpp
+++ b/engines/simon/window.cpp
@@ -1,4 +1,5 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
*
* This program is free software; you can redistribute it and/or