diff options
author | Johannes Schickel | 2014-02-18 02:34:18 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:32 +0100 |
commit | 121687d2ed7811c6805a11b17e295d7e9517b9c6 (patch) | |
tree | c268abbc6d70d0441e8c1ba64433023bc0e983c1 /backends/events/default | |
parent | 854de79c236641bdb3414f727d9fee62e70ac463 (diff) | |
download | scummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.tar.gz scummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.tar.bz2 scummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.zip |
BACKENDS: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/events/default')
-rw-r--r-- | backends/events/default/default-events.cpp | 4 | ||||
-rw-r--r-- | backends/events/default/default-events.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/events/default/default-events.cpp b/backends/events/default/default-events.cpp index 30f3b3790c..c7c39da069 100644 --- a/backends/events/default/default-events.cpp +++ b/backends/events/default/default-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/default/default-events.h b/backends/events/default/default-events.h index 4d89b78861..f378fb9ff0 100644 --- a/backends/events/default/default-events.h +++ b/backends/events/default/default-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. |