From d89c37d0e8c8dda42268656fc837a72fade6baf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mikko=20Kein=C3=A4nen?= Date: Tue, 7 Dec 2010 22:43:40 +0200 Subject: [PATCH] Added license text. --- src/delegates/comboboxdelegate.cpp | 19 +++++++++++++++++++ src/delegates/comboboxdelegate.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/delegates/comboboxdelegate.cpp b/src/delegates/comboboxdelegate.cpp index 0a9f925..e060ae1 100644 --- a/src/delegates/comboboxdelegate.cpp +++ b/src/delegates/comboboxdelegate.cpp @@ -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 . + #include #include #include "comboboxdelegate.h" diff --git a/src/delegates/comboboxdelegate.h b/src/delegates/comboboxdelegate.h index a9c305a..68e78f5 100644 --- a/src/delegates/comboboxdelegate.h +++ b/src/delegates/comboboxdelegate.h @@ -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 . + #ifndef COMBOBOXDELEGATE_H #define COMBOBOXDELEGATE_H -- 1.7.9.5