From 639e2caed58ecb81040745ee771f70f17045e23f Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Tue, 20 Jun 2017 22:13:49 +0000 Subject: [PATCH] Add license comment to UPnP files --- hueplusplus/UPnP.cpp | 19 +++++++++++++++++++ hueplusplus/include/UPnP.h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) mode change 100644 => 100755 hueplusplus/UPnP.cpp mode change 100644 => 100755 hueplusplus/include/UPnP.h diff --git a/hueplusplus/UPnP.cpp b/hueplusplus/UPnP.cpp old mode 100644 new mode 100755 index 32140df..f77e20b --- a/hueplusplus/UPnP.cpp +++ b/hueplusplus/UPnP.cpp @@ -1,3 +1,22 @@ +/** + \file UPnP.cpp + Copyright Notice\n + Copyright (C) 2017 Jan Rogall - developer\n + Copyright (C) 2017 Moritz Wirger - developer\n + + This program 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; either version 3 of the License, or + (at your option) any later version. + This program 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 this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +**/ + #include "include/UPnP.h" #include "include/HttpHandler.h" #include diff --git a/hueplusplus/include/UPnP.h b/hueplusplus/include/UPnP.h old mode 100644 new mode 100755 index ad60297..8d36823 --- a/hueplusplus/include/UPnP.h +++ b/hueplusplus/include/UPnP.h @@ -1,3 +1,22 @@ +/** + \file UPnP.h + Copyright Notice\n + Copyright (C) 2017 Jan Rogall - developer\n + Copyright (C) 2017 Moritz Wirger - developer\n + + This program 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; either version 3 of the License, or + (at your option) any later version. + This program 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 this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +**/ + #ifndef _UPNP_H #define _UPNP_H -- libgit2 0.21.4