diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp index 12a66dec9c9..fdd4cf47bcd 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 e2839396c6a..c3f19bc3617 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 #include diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index bca55bcc25a..da286c8d31c 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 884ef8c32a2..77ad6dda702 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 7b21b78c081..5fe0210705a 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 d1e9ae1a0ce..d63d6666903 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 eaa89be83ed..0d543d63028 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 8f263eec0a8..de9569c82e9 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 d4a407307d0..dd678be9502 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 916277b1f44..31109aac109 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 #include #include diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index c59b09b129e..f6420ffd10c 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 38212942382..0b6df29c7ad 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 f9d00f8108c..0a090cd244a 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