From c333ffd625ecaa2c00a9a99a0b27c5bde6441bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 31 Jul 2014 01:16:03 +0200 Subject: [PATCH] added licence --- plugins/deviceplugins/eq-3/livemessage.cpp | 18 ++++++++++++++++++ plugins/deviceplugins/eq-3/livemessage.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/plugins/deviceplugins/eq-3/livemessage.cpp b/plugins/deviceplugins/eq-3/livemessage.cpp index 254d5757..0fddc524 100644 --- a/plugins/deviceplugins/eq-3/livemessage.cpp +++ b/plugins/deviceplugins/eq-3/livemessage.cpp @@ -1,3 +1,21 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * This file is part of guh. * + * * + * Guh 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, version 2 of the License. * + * * + * Guh 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 guh. If not, see . * + * * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #include "livemessage.h" LiveMessage::LiveMessage(QObject *parent) : diff --git a/plugins/deviceplugins/eq-3/livemessage.h b/plugins/deviceplugins/eq-3/livemessage.h index d60fc7b3..6e25f9e0 100644 --- a/plugins/deviceplugins/eq-3/livemessage.h +++ b/plugins/deviceplugins/eq-3/livemessage.h @@ -1,3 +1,21 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * This file is part of guh. * + * * + * Guh 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, version 2 of the License. * + * * + * Guh 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 guh. If not, see . * + * * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #ifndef LIVEMESSAGE_H #define LIVEMESSAGE_H