Added license text.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Tue, 7 Dec 2010 20:43:40 +0000 (22:43 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Tue, 7 Dec 2010 20:43:40 +0000 (22:43 +0200)
src/delegates/comboboxdelegate.cpp
src/delegates/comboboxdelegate.h

index 0a9f925..e060ae1 100644 (file)
@@ -1,3 +1,22 @@
+// 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 <http://www.gnu.org/licenses/>.
+
 #include <QtGui>
 #include <QSqlQueryModel>
 #include "comboboxdelegate.h"
index a9c305a..68e78f5 100644 (file)
@@ -1,3 +1,22 @@
+// 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 <http://www.gnu.org/licenses/>.
+
 #ifndef COMBOBOXDELEGATE_H
 #define COMBOBOXDELEGATE_H