diff options
author | Robert Göffringmann | 2005-03-31 07:50:33 +0000 |
---|---|---|
committer | Robert Göffringmann | 2005-03-31 07:50:33 +0000 |
commit | 861cdd9db24b07db90dae05a1bb7f4005959b3c4 (patch) | |
tree | 8c344b80fd5f1e4b7d63f09c8ecce9945d121765 /backends/ps2 | |
parent | bd81feb9969f434e538f44ad2c82ea8e9e8821c9 (diff) | |
download | scummvm-rg350-861cdd9db24b07db90dae05a1bb7f4005959b3c4.tar.gz scummvm-rg350-861cdd9db24b07db90dae05a1bb7f4005959b3c4.tar.bz2 scummvm-rg350-861cdd9db24b07db90dae05a1bb7f4005959b3c4.zip |
fixed headers. -_-
svn-id: r17306
Diffstat (limited to 'backends/ps2')
-rw-r--r-- | backends/ps2/DmaPipe.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/DmaPipe.h | 2 | ||||
-rw-r--r-- | backends/ps2/Gs2dScreen.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/Gs2dScreen.h | 2 | ||||
-rw-r--r-- | backends/ps2/GsDefs.h | 2 | ||||
-rw-r--r-- | backends/ps2/asyncfio.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/asyncfio.h | 2 | ||||
-rw-r--r-- | backends/ps2/fileio.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/fileio.h | 2 | ||||
-rw-r--r-- | backends/ps2/icon.cpp | 21 | ||||
-rw-r--r-- | backends/ps2/ps2input.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/ps2input.h | 2 | ||||
-rw-r--r-- | backends/ps2/ps2pad.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/ps2pad.h | 2 | ||||
-rw-r--r-- | backends/ps2/savefile.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/savefile.h | 2 | ||||
-rw-r--r-- | backends/ps2/sysdefs.h | 2 | ||||
-rw-r--r-- | backends/ps2/systemps2.cpp | 2 | ||||
-rw-r--r-- | backends/ps2/systemps2.h | 2 |
19 files changed, 39 insertions, 18 deletions
diff --git a/backends/ps2/DmaPipe.cpp b/backends/ps2/DmaPipe.cpp index 6390b66b7a..c59b6f5020 100644 --- a/backends/ps2/DmaPipe.cpp +++ b/backends/ps2/DmaPipe.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/DmaPipe.h b/backends/ps2/DmaPipe.h index 9ed7b4b206..e032182eae 100644 --- a/backends/ps2/DmaPipe.h +++ b/backends/ps2/DmaPipe.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/Gs2dScreen.cpp b/backends/ps2/Gs2dScreen.cpp index 5a50c7d9cc..c2e547ff2e 100644 --- a/backends/ps2/Gs2dScreen.cpp +++ b/backends/ps2/Gs2dScreen.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/Gs2dScreen.h b/backends/ps2/Gs2dScreen.h index d0bd3e1fd6..95ae2b522c 100644 --- a/backends/ps2/Gs2dScreen.h +++ b/backends/ps2/Gs2dScreen.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/GsDefs.h b/backends/ps2/GsDefs.h index 821f8b353f..c744eeaa2b 100644 --- a/backends/ps2/GsDefs.h +++ b/backends/ps2/GsDefs.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/asyncfio.cpp b/backends/ps2/asyncfio.cpp index e85da1e04c..605f6c9aa5 100644 --- a/backends/ps2/asyncfio.cpp +++ b/backends/ps2/asyncfio.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2004-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/asyncfio.h b/backends/ps2/asyncfio.h index 8a464ca70c..3518126168 100644 --- a/backends/ps2/asyncfio.h +++ b/backends/ps2/asyncfio.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2004-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/fileio.cpp b/backends/ps2/fileio.cpp index 797eda7595..360666e741 100644 --- a/backends/ps2/fileio.cpp +++ b/backends/ps2/fileio.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2004-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/fileio.h b/backends/ps2/fileio.h index 6b3c006515..8b9fd431fd 100644 --- a/backends/ps2/fileio.h +++ b/backends/ps2/fileio.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2004-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/icon.cpp b/backends/ps2/icon.cpp index 8eb9810e62..462a0cf2cb 100644 --- a/backends/ps2/icon.cpp +++ b/backends/ps2/icon.cpp @@ -1,3 +1,24 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2005 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 + * 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 "backends/ps2/savefile.h" #include "backends/ps2/Gs2dScreen.h" #include "backends/ps2/GsDefs.h" diff --git a/backends/ps2/ps2input.cpp b/backends/ps2/ps2input.cpp index 3feb1b0d50..9fbf411b6e 100644 --- a/backends/ps2/ps2input.cpp +++ b/backends/ps2/ps2input.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/ps2input.h b/backends/ps2/ps2input.h index d96425d7d9..5ac6b601fa 100644 --- a/backends/ps2/ps2input.h +++ b/backends/ps2/ps2input.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/ps2pad.cpp b/backends/ps2/ps2pad.cpp index 0f0457668c..76a6d8658c 100644 --- a/backends/ps2/ps2pad.cpp +++ b/backends/ps2/ps2pad.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/ps2pad.h b/backends/ps2/ps2pad.h index ffeda09d76..1e1eb08e87 100644 --- a/backends/ps2/ps2pad.h +++ b/backends/ps2/ps2pad.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/savefile.cpp b/backends/ps2/savefile.cpp index 74a8bca036..78def68d7b 100644 --- a/backends/ps2/savefile.cpp +++ b/backends/ps2/savefile.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/savefile.h b/backends/ps2/savefile.h index 2b9cc6d497..56b485d82e 100644 --- a/backends/ps2/savefile.h +++ b/backends/ps2/savefile.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2002-2005 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/sysdefs.h b/backends/ps2/sysdefs.h index 06716b5855..a00230a26e 100644 --- a/backends/ps2/sysdefs.h +++ b/backends/ps2/sysdefs.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/systemps2.cpp b/backends/ps2/systemps2.cpp index 12026e03d8..619e842fa6 100644 --- a/backends/ps2/systemps2.cpp +++ b/backends/ps2/systemps2.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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/backends/ps2/systemps2.h b/backends/ps2/systemps2.h index 41ffc89a7a..169ffb9088 100644 --- a/backends/ps2/systemps2.h +++ b/backends/ps2/systemps2.h @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2001-2004 The ScummVM project + * Copyright (C) 2005 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 |