diff options
author | Johannes Schickel | 2014-02-18 02:34:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:36 +0100 |
commit | 56528d9201d9da2b422d4421641ce92bc27e3db8 (patch) | |
tree | 875c5f636155fb55ad1eb81c6451c71361b52091 /backends/platform | |
parent | 6563171e7b7f373dde50b64da318c14c8207df32 (diff) | |
download | scummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.tar.gz scummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.tar.bz2 scummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.zip |
NULL: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/null/null.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/null/null.cpp b/backends/platform/null/null.cpp index 29bf9acacd..a5eea06f7a 100644 --- a/backends/platform/null/null.cpp +++ b/backends/platform/null/null.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. |