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 /backends/dc | |
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 'backends/dc')
-rw-r--r-- | backends/dc/audio.cpp | 2 | ||||
-rw-r--r-- | backends/dc/dc.h | 2 | ||||
-rw-r--r-- | backends/dc/dcmain.cpp | 2 | ||||
-rw-r--r-- | backends/dc/display.cpp | 2 | ||||
-rw-r--r-- | backends/dc/icon.cpp | 2 | ||||
-rw-r--r-- | backends/dc/icon.h | 2 | ||||
-rw-r--r-- | backends/dc/input.cpp | 2 | ||||
-rw-r--r-- | backends/dc/label.cpp | 2 | ||||
-rw-r--r-- | backends/dc/label.h | 2 | ||||
-rw-r--r-- | backends/dc/portdefs.h | 2 | ||||
-rw-r--r-- | backends/dc/selector.cpp | 2 | ||||
-rw-r--r-- | backends/dc/time.cpp | 2 | ||||
-rw-r--r-- | backends/dc/vmsave.cpp | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp index fdd4cf47bc..a31d4b1884 100644 --- a/backends/dc/audio.cpp +++ b/backends/dc/audio.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/dc.h b/backends/dc/dc.h index c3f19bc361..57ba12ef51 100644 --- a/backends/dc/dc.h +++ b/backends/dc/dc.h @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index 188cec7013..999f8906f7 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/display.cpp b/backends/dc/display.cpp index d640eb0a02..2900e1e363 100644 --- a/backends/dc/display.cpp +++ b/backends/dc/display.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/icon.cpp b/backends/dc/icon.cpp index 5fe0210705..2aca27c601 100644 --- a/backends/dc/icon.cpp +++ b/backends/dc/icon.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/icon.h b/backends/dc/icon.h index d63d666690..b5a3b14fbe 100644 --- a/backends/dc/icon.h +++ b/backends/dc/icon.h @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/input.cpp b/backends/dc/input.cpp index 0d543d6302..d177b229a1 100644 --- a/backends/dc/input.cpp +++ b/backends/dc/input.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/label.cpp b/backends/dc/label.cpp index de9569c82e..0a368c44ca 100644 --- a/backends/dc/label.cpp +++ b/backends/dc/label.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/label.h b/backends/dc/label.h index dd678be950..b4417de1eb 100644 --- a/backends/dc/label.h +++ b/backends/dc/label.h @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/portdefs.h b/backends/dc/portdefs.h index 8b34617adf..fdde6d0f61 100644 --- a/backends/dc/portdefs.h +++ b/backends/dc/portdefs.h @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/selector.cpp b/backends/dc/selector.cpp index 8b7c578852..2b65a9e7cb 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/time.cpp b/backends/dc/time.cpp index 0b6df29c7a..b508b3c45d 100644 --- a/backends/dc/time.cpp +++ b/backends/dc/time.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * 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/backends/dc/vmsave.cpp b/backends/dc/vmsave.cpp index 9bd5e1803c..b80742ee07 100644 --- a/backends/dc/vmsave.cpp +++ b/backends/dc/vmsave.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002-2003 Marcus Comstedt + * Copyright (C) 2002-2004 Marcus Comstedt * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |