diff options
author | Johannes Schickel | 2014-02-18 02:34:19 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:34 +0100 |
commit | 312442fcdd6ee23f00058e788322a4b89d7e4d43 (patch) | |
tree | 2b4a0bbee2df91d0192307473069779cdbc7d4c1 /backends/plugins | |
parent | aaff7b1736a65ee7ee47f63674c053dd15c36f74 (diff) | |
download | scummvm-rg350-312442fcdd6ee23f00058e788322a4b89d7e4d43.tar.gz scummvm-rg350-312442fcdd6ee23f00058e788322a4b89d7e4d43.tar.bz2 scummvm-rg350-312442fcdd6ee23f00058e788322a4b89d7e4d43.zip |
DS: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/plugins')
-rw-r--r-- | backends/plugins/ds/ds-provider.cpp | 4 | ||||
-rw-r--r-- | backends/plugins/ds/ds-provider.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/plugins/ds/ds-provider.cpp b/backends/plugins/ds/ds-provider.cpp index 21ec157e5f..1c9744518e 100644 --- a/backends/plugins/ds/ds-provider.cpp +++ b/backends/plugins/ds/ds-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/ds/ds-provider.h b/backends/plugins/ds/ds-provider.h index 1d806a03bd..4eae89383b 100644 --- a/backends/plugins/ds/ds-provider.h +++ b/backends/plugins/ds/ds-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. |