From 5bcedc40df78db4c8941370ecb36a2eedb2550dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 13 Sep 2016 10:53:03 +0200 Subject: [PATCH] add missing licence headers --- server/bluetoothserver.cpp | 20 ++++++++++++++++++++ server/bluetoothserver.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/server/bluetoothserver.cpp b/server/bluetoothserver.cpp index 906c36dc..9054fe39 100644 --- a/server/bluetoothserver.cpp +++ b/server/bluetoothserver.cpp @@ -1,3 +1,23 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * Copyright (C) 2016 Simon Stürz * + * * + * 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 "bluetoothserver.h" #include "loggingcategories.h" diff --git a/server/bluetoothserver.h b/server/bluetoothserver.h index d7b4661d..493041ae 100644 --- a/server/bluetoothserver.h +++ b/server/bluetoothserver.h @@ -1,3 +1,23 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * Copyright (C) 2016 Simon Stürz * + * * + * 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 BLUETOOTHSERVER_H #define BLUETOOTHSERVER_H