diff options
author | Max Horn | 2004-01-06 12:45:34 +0000 |
---|---|---|
committer | Max Horn | 2004-01-06 12:45:34 +0000 |
commit | 033ff78ae97e2ef8580abe6abe8e11a32e5287c9 (patch) | |
tree | 654c06a03a592c1105bb3a1caa6dfbe6e0be463b /simon | |
parent | 2be1b4d68acb322a20eae5c4cb1bb3b7045e7871 (diff) | |
download | scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.gz scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.tar.bz2 scummvm-rg350-033ff78ae97e2ef8580abe6abe8e11a32e5287c9.zip |
updated copyright notice
svn-id: r12176
Diffstat (limited to 'simon')
-rw-r--r-- | simon/charset.cpp | 2 | ||||
-rw-r--r-- | simon/debug.cpp | 2 | ||||
-rw-r--r-- | simon/debug.h | 2 | ||||
-rw-r--r-- | simon/intern.h | 2 | ||||
-rw-r--r-- | simon/items.cpp | 2 | ||||
-rw-r--r-- | simon/midi.cpp | 2 | ||||
-rw-r--r-- | simon/midi.h | 2 | ||||
-rw-r--r-- | simon/midiparser_s1d.cpp | 2 | ||||
-rw-r--r-- | simon/res.cpp | 2 | ||||
-rw-r--r-- | simon/simon.cpp | 2 | ||||
-rw-r--r-- | simon/simon.h | 2 | ||||
-rw-r--r-- | simon/sound.cpp | 2 | ||||
-rw-r--r-- | simon/sound.h | 2 | ||||
-rw-r--r-- | simon/verb.cpp | 2 | ||||
-rw-r--r-- | simon/vga.cpp | 2 | ||||
-rw-r--r-- | simon/vga.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/simon/charset.cpp b/simon/charset.cpp index c2d290c219..cafb549009 100644 --- a/simon/charset.cpp +++ b/simon/charset.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/debug.cpp b/simon/debug.cpp index 7166bb91ff..67f8be31a8 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/debug.h b/simon/debug.h index 0d26a04200..3dbe424892 100644 --- a/simon/debug.h +++ b/simon/debug.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/intern.h b/simon/intern.h index 52f28bc705..c948e3d64c 100644 --- a/simon/intern.h +++ b/simon/intern.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/items.cpp b/simon/items.cpp index 13c4662d76..1916b84e22 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/midi.cpp b/simon/midi.cpp index 35086cc984..b658bd1f54 100644 --- a/simon/midi.cpp +++ b/simon/midi.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/midi.h b/simon/midi.h index 5d87fcaf56..81bf9bddc7 100644 --- a/simon/midi.h +++ b/simon/midi.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/midiparser_s1d.cpp b/simon/midiparser_s1d.cpp index 404717a1cf..497df2e5ac 100644 --- a/simon/midiparser_s1d.cpp +++ b/simon/midiparser_s1d.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/res.cpp b/simon/res.cpp index 9cb116afc3..036bb50d1e 100644 --- a/simon/res.cpp +++ b/simon/res.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/simon.cpp b/simon/simon.cpp index af7558c6b4..880230b855 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/simon.h b/simon/simon.h index 3286e1bda7..8b4e3a5360 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/sound.cpp b/simon/sound.cpp index 33759e14af..6167742e92 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/sound.h b/simon/sound.h index da336f78d2..79ec0fa9e5 100644 --- a/simon/sound.h +++ b/simon/sound.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/verb.cpp b/simon/verb.cpp index 256a8e92b0..a30adb4742 100644 --- a/simon/verb.cpp +++ b/simon/verb.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/vga.cpp b/simon/vga.cpp index 1f66a58e45..f28fda3001 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2003 The ScummVM project + * Copyright (C) 2001-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/simon/vga.h b/simon/vga.h index e65a46595b..e3e01db7a2 100644 --- a/simon/vga.h +++ b/simon/vga.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2003 The ScummVM project + * Copyright (C) 2002-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 |