diff options
author | Johannes Schickel | 2014-02-18 02:34:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:37 +0100 |
commit | 7aa3de5d37045776b146af28604d32337eb4e6e4 (patch) | |
tree | 45474371540f61682604e6929b861f8b62e60bc0 /backends/plugins | |
parent | d8202baaddf00c4684996c4863bd83e90f66f841 (diff) | |
download | scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.tar.gz scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.tar.bz2 scummvm-rg350-7aa3de5d37045776b146af28604d32337eb4e6e4.zip |
PS2: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/plugins')
-rw-r--r-- | backends/plugins/ps2/ps2-provider.cpp | 4 | ||||
-rw-r--r-- | backends/plugins/ps2/ps2-provider.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/plugins/ps2/ps2-provider.cpp b/backends/plugins/ps2/ps2-provider.cpp index 50cddb05e0..a4a9877c61 100644 --- a/backends/plugins/ps2/ps2-provider.cpp +++ b/backends/plugins/ps2/ps2-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/ps2/ps2-provider.h b/backends/plugins/ps2/ps2-provider.h index f4498204b4..6c95cc395a 100644 --- a/backends/plugins/ps2/ps2-provider.h +++ b/backends/plugins/ps2/ps2-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. |