diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/dc/audio.cpp | 2 | ||||
-rw-r--r-- | backends/dc/dc.h | 22 | ||||
-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 | 21 | ||||
-rw-r--r-- | backends/dc/input.cpp | 2 | ||||
-rw-r--r-- | backends/dc/label.cpp | 2 | ||||
-rw-r--r-- | backends/dc/label.h | 22 | ||||
-rw-r--r-- | backends/dc/portdefs.h | 22 | ||||
-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, 96 insertions, 9 deletions
diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp index 12a66dec9c..fdd4cf47bc 100644 --- a/backends/dc/audio.cpp +++ b/backends/dc/audio.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 e2839396c6..c3f19bc361 100644 --- a/backends/dc/dc.h +++ b/backends/dc/dc.h @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002-2003 Marcus Comstedt + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Header$ + * + */ + #include <common/system.h> #include <ronin/soundcommon.h> diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index bca55bcc25..da286c8d31 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 884ef8c32a..77ad6dda70 100644 --- a/backends/dc/display.cpp +++ b/backends/dc/display.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 7b21b78c08..5fe0210705 100644 --- a/backends/dc/icon.cpp +++ b/backends/dc/icon.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 d1e9ae1a0c..d63d666690 100644 --- a/backends/dc/icon.h +++ b/backends/dc/icon.h @@ -1,3 +1,24 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002-2003 Marcus Comstedt + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Header$ + * + */ class Icon { diff --git a/backends/dc/input.cpp b/backends/dc/input.cpp index eaa89be83e..0d543d6302 100644 --- a/backends/dc/input.cpp +++ b/backends/dc/input.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 8f263eec0a..de9569c82e 100644 --- a/backends/dc/label.cpp +++ b/backends/dc/label.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 d4a407307d..dd678be950 100644 --- a/backends/dc/label.h +++ b/backends/dc/label.h @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002-2003 Marcus Comstedt + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Header$ + * + */ + class Label { private: diff --git a/backends/dc/portdefs.h b/backends/dc/portdefs.h index 916277b1f4..31109aac10 100644 --- a/backends/dc/portdefs.h +++ b/backends/dc/portdefs.h @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002-2003 Marcus Comstedt + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Header$ + * + */ + #include <sys/types.h> #include <stdio.h> #include <fcntl.h> diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index c59b09b129..f6420ffd10 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 3821294238..0b6df29c7a 100644 --- a/backends/dc/time.cpp +++ b/backends/dc/time.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 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 f9d00f8108..0a090cd244 100644 --- a/backends/dc/vmsave.cpp +++ b/backends/dc/vmsave.cpp @@ -1,6 +1,6 @@ /* ScummVM - Scumm Interpreter * Dreamcast port - * Copyright (C) 2002 Marcus Comstedt + * Copyright (C) 2002-2003 Marcus Comstedt * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |