X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fexceptions%2Femufrontexception.cpp;h=0cd18e05bae4d40e76818cc4f828e3f87c49571b;hb=HEAD;hp=15180be9bacacbeef0f8964e50be927c8a71bf4d;hpb=c4b3bbec9269aa3dc245d7494f38834e53358898;p=emufront diff --git a/src/exceptions/emufrontexception.cpp b/src/exceptions/emufrontexception.cpp index 15180be..0cd18e0 100644 --- a/src/exceptions/emufrontexception.cpp +++ b/src/exceptions/emufrontexception.cpp @@ -1,22 +1,23 @@ -// EmuFront -// Copyright 2010 Mikko Keinänen -// -// This file is part of EmuFront. -// -// -// EmuFront is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// Foobar 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 Foobar. If not, see . - +/* +** EmuFront +** Copyright 2010 Mikko Keinänen +** +** This file is part of EmuFront. +** +** +** EmuFront is free software: you can redistribute it and/or modify +** it under the terms of the GNU General Public License version 2 as published by +** the Free Software Foundation and appearing in the file gpl.txt included in the +** packaging of this file. +** +** EmuFront 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 EmuFront. If not, see . +*/ #include "emufrontexception.h" EmuFrontException::EmuFrontException(QString msg) : msg(msg)