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