aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-18 17:39:49 +0000
committerEugene Sandulenko2006-01-18 17:39:49 +0000
commitea42bad78128837c2e19ecd3093fade4a51fe0e9 (patch)
tree66b4b074c73ae8973ebcafd4c08ff1226333897e /simon
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 'simon')
-rw-r--r--simon/charset.cpp2
-rw-r--r--simon/cursor.cpp2
-rw-r--r--simon/debug.cpp2
-rw-r--r--simon/debug.h2
-rw-r--r--simon/debugger.cpp2
-rw-r--r--simon/debugger.h2
-rw-r--r--simon/game.cpp2
-rw-r--r--simon/icons.cpp2
-rw-r--r--simon/intern.h2
-rw-r--r--simon/items.cpp2
-rw-r--r--simon/midi.cpp2
-rw-r--r--simon/midi.h2
-rw-r--r--simon/midiparser_s1d.cpp2
-rw-r--r--simon/res.cpp2
-rw-r--r--simon/saveload.cpp2
-rw-r--r--simon/simon.cpp2
-rw-r--r--simon/simon.h2
-rw-r--r--simon/sound.cpp2
-rw-r--r--simon/sound.h2
-rw-r--r--simon/verb.cpp2
-rw-r--r--simon/vga.cpp2
-rw-r--r--simon/vga.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp
index c958d00fd8..3f9b0165b1 100644
--- a/simon/charset.cpp
+++ b/simon/charset.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/cursor.cpp b/simon/cursor.cpp
index 0d0d5dadfe..b674537758 100644
--- a/simon/cursor.cpp
+++ b/simon/cursor.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/debug.cpp b/simon/debug.cpp
index 76e17b8ed5..d577606418 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/debug.h b/simon/debug.h
index b45b1c0856..5b7bf45eeb 100644
--- a/simon/debug.h
+++ b/simon/debug.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/debugger.cpp b/simon/debugger.cpp
index f01467b522..20a065895f 100644
--- a/simon/debugger.cpp
+++ b/simon/debugger.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/simon/debugger.h b/simon/debugger.h
index f3bade90ae..8aa5e3d667 100644
--- a/simon/debugger.h
+++ b/simon/debugger.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/simon/game.cpp b/simon/game.cpp
index 69956909df..2a79c61306 100644
--- a/simon/game.cpp
+++ b/simon/game.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/icons.cpp b/simon/icons.cpp
index 809b2e6fb8..cc38b9b34c 100644
--- a/simon/icons.cpp
+++ b/simon/icons.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/intern.h b/simon/intern.h
index a8e30fd972..9b92db7e38 100644
--- a/simon/intern.h
+++ b/simon/intern.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/items.cpp b/simon/items.cpp
index 0c7775f8eb..f0d81c4fd5 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/midi.cpp b/simon/midi.cpp
index 04f8b44889..418b7b3fd6 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/midi.h b/simon/midi.h
index 5b60dac285..d289995995 100644
--- a/simon/midi.h
+++ b/simon/midi.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/midiparser_s1d.cpp b/simon/midiparser_s1d.cpp
index a55cd2950a..5a49b09978 100644
--- a/simon/midiparser_s1d.cpp
+++ b/simon/midiparser_s1d.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/res.cpp b/simon/res.cpp
index c91a8a7292..7419f2e694 100644
--- a/simon/res.cpp
+++ b/simon/res.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/saveload.cpp b/simon/saveload.cpp
index c18b95c20f..c615c8aa63 100644
--- a/simon/saveload.cpp
+++ b/simon/saveload.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/simon.cpp b/simon/simon.cpp
index 7b671957d2..4041e29cf7 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/simon.h b/simon/simon.h
index 26747d7f9d..7cccb3fe85 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/sound.cpp b/simon/sound.cpp
index f7db22de4b..f40a164a12 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/sound.h b/simon/sound.h
index 027f3beaeb..245c6ffb0c 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/verb.cpp b/simon/verb.cpp
index b50499435a..c10decda74 100644
--- a/simon/verb.cpp
+++ b/simon/verb.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/vga.cpp b/simon/vga.cpp
index 2298433284..f226b94a48 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * 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/simon/vga.h b/simon/vga.h
index e4e4ee2622..01bbe600ab 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-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