diff options
author | Johannes Schickel | 2014-02-18 02:34:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:39 +0100 |
commit | 8f3a923686a5a29e8affff2b624deff35938d5dc (patch) | |
tree | bf7a95dddccfa568fe58f51e413afcb3fcee6c10 /video/qt_decoder.cpp | |
parent | 9e90dcd346d48e62cd66b304e6d5339fa8b75f9d (diff) | |
download | scummvm-rg350-8f3a923686a5a29e8affff2b624deff35938d5dc.tar.gz scummvm-rg350-8f3a923686a5a29e8affff2b624deff35938d5dc.tar.bz2 scummvm-rg350-8f3a923686a5a29e8affff2b624deff35938d5dc.zip |
VIDEO: Make GPL headers consistent in themselves.
Diffstat (limited to 'video/qt_decoder.cpp')
-rw-r--r-- | video/qt_decoder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/video/qt_decoder.cpp b/video/qt_decoder.cpp index 11a27beb10..20c9b29452 100644 --- a/video/qt_decoder.cpp +++ b/video/qt_decoder.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. |