diff options
author | Johannes Schickel | 2014-02-18 02:34:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:40 +0100 |
commit | 5c27f7b04f3740eec3a433a94c7cc2ad35fe6d5a (patch) | |
tree | f0f3c83aab5674ed5b04a78722ac5c88377c97d7 /backends/events | |
parent | 01d20bd0e4e8a17ad45f72526ce909de5d1d46e0 (diff) | |
download | scummvm-rg350-5c27f7b04f3740eec3a433a94c7cc2ad35fe6d5a.tar.gz scummvm-rg350-5c27f7b04f3740eec3a433a94c7cc2ad35fe6d5a.tar.bz2 scummvm-rg350-5c27f7b04f3740eec3a433a94c7cc2ad35fe6d5a.zip |
WEBOS: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/events')
-rw-r--r-- | backends/events/webossdl/webossdl-events.cpp | 4 | ||||
-rw-r--r-- | backends/events/webossdl/webossdl-events.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/events/webossdl/webossdl-events.cpp b/backends/events/webossdl/webossdl-events.cpp index 286289f7a6..72106789a5 100644 --- a/backends/events/webossdl/webossdl-events.cpp +++ b/backends/events/webossdl/webossdl-events.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/events/webossdl/webossdl-events.h b/backends/events/webossdl/webossdl-events.h index 1ba5c6fcbf..043acfdf6f 100644 --- a/backends/events/webossdl/webossdl-events.h +++ b/backends/events/webossdl/webossdl-events.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. |