diff options
author | Johannes Schickel | 2014-02-18 02:34:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:37 +0100 |
commit | 2a7e57dd4813922abf7424287f5e3db939ed0823 (patch) | |
tree | 032ac835d01530261299833f61bdd49cb652b063 /backends/timer | |
parent | 6909a8e29ac860a8e09980939cf6cb2b89b6443c (diff) | |
download | scummvm-rg350-2a7e57dd4813922abf7424287f5e3db939ed0823.tar.gz scummvm-rg350-2a7e57dd4813922abf7424287f5e3db939ed0823.tar.bz2 scummvm-rg350-2a7e57dd4813922abf7424287f5e3db939ed0823.zip |
PSP: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/timer')
-rw-r--r-- | backends/timer/psp/timer.cpp | 4 | ||||
-rw-r--r-- | backends/timer/psp/timer.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/timer/psp/timer.cpp b/backends/timer/psp/timer.cpp index 6f8e4b6643..278f50581c 100644 --- a/backends/timer/psp/timer.cpp +++ b/backends/timer/psp/timer.cpp @@ -8,12 +8,12 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/backends/timer/psp/timer.h b/backends/timer/psp/timer.h index 76eebfd6a4..45b32e0e14 100644 --- a/backends/timer/psp/timer.h +++ b/backends/timer/psp/timer.h @@ -8,12 +8,12 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |