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/plugins | |
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/plugins')
-rw-r--r-- | backends/plugins/psp/psp-provider.cpp | 4 | ||||
-rw-r--r-- | backends/plugins/psp/psp-provider.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/plugins/psp/psp-provider.cpp b/backends/plugins/psp/psp-provider.cpp index 1d8cad6b50..217a58e48d 100644 --- a/backends/plugins/psp/psp-provider.cpp +++ b/backends/plugins/psp/psp-provider.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/plugins/psp/psp-provider.h b/backends/plugins/psp/psp-provider.h index 4ace3e7f4b..6211ac6f64 100644 --- a/backends/plugins/psp/psp-provider.h +++ b/backends/plugins/psp/psp-provider.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. |