Merge PR #27: Update copyright

This commit is contained in:
Jenkins nymea 2020-01-23 13:40:41 +01:00
commit 90b1b3cd45
13 changed files with 328 additions and 145 deletions

10
debian/copyright vendored
View File

@ -1,11 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Author: Simon Stürz <simon.stuerz@guh.io> Author: Simon Stürz <simon.stuerz@nymea.io>
Download: https://github.com/guh/nymea-networkmanager Download: https://github.com/nymea/nymea-networkmanager
License: GPL-3+ License: GPL-3
On Debian systems, the complete text of the GNU General On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'. Public License can be found in `/usr/share/common-licenses/GPL-3'.
Files: * Files: *
Copyright: (C) 2018 Simon Stürz <simon.stuerz@guh.io> Copyright: (C) 2018 - 2020 nymea GmbH <contact@nymea.io>
License: GPL-3+ License: GPL-3

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "application.h" #include "application.h"
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef APPLICATION_H #ifndef APPLICATION_H
#define APPLICATION_H #define APPLICATION_H

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "core.h" #include "core.h"
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef CORE_H #ifndef CORE_H
#define CORE_H #define CORE_H

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef LOGGINGCATEGORIES_H #ifndef LOGGINGCATEGORIES_H
#define LOGGINGCATEGORIES_H #define LOGGINGCATEGORIES_H

View File

@ -1,23 +1,32 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright 2013 - 2020, nymea GmbH
* * * Contact: contact@nymea.io
* This file is part of nymea-networkmanager. * *
* * * This file is part of nymea.
* nymea-networkmanager is free software: you can redistribute it and/or * * This project including source code and documentation is protected by
* modify it under the terms of the GNU General Public License as published by * * copyright law, and remains the property of nymea GmbH. All rights, including
* the Free Software Foundation, either version 3 of the License, * * reproduction, publication, editing and translation, are reserved. The use of
* or (at your option) any later version. * * this project is subject to the terms of a license agreement to be concluded
* * * with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* nymea-networkmanager is distributed in the hope that it will be useful, * * under https://nymea.io/license
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License Usage
* GNU General Public License for more details. * * Alternatively, this project may be redistributed and/or modified under the
* * * terms of the GNU General Public License as published by the Free Software
* You should have received a copy of the GNU General Public License along * * Foundation, GNU version 3. This project is distributed in the hope that it
* with nymea-networkmanager. If not, see <http://www.gnu.org/licenses/>. * * 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <QCoreApplication> #include <QCoreApplication>
#include <QCommandLineParser> #include <QCommandLineParser>

View File

@ -1,3 +1,33 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
* This project including source code and documentation is protected by
* copyright law, and remains the property of nymea GmbH. All rights, including
* reproduction, publication, editing and translation, are reserved. The use of
* this project is subject to the terms of a license agreement to be concluded
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* under https://nymea.io/license
*
* GNU General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, GNU version 3. This project 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "nymeadservice.h" #include "nymeadservice.h"
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -1,3 +1,33 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
* This project including source code and documentation is protected by
* copyright law, and remains the property of nymea GmbH. All rights, including
* reproduction, publication, editing and translation, are reserved. The use of
* this project is subject to the terms of a license agreement to be concluded
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* under https://nymea.io/license
*
* GNU General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, GNU version 3. This project 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef NYMEADSERVICE_H #ifndef NYMEADSERVICE_H
#define NYMEADSERVICE_H #define NYMEADSERVICE_H

View File

@ -1,3 +1,33 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
* This project including source code and documentation is protected by
* copyright law, and remains the property of nymea GmbH. All rights, including
* reproduction, publication, editing and translation, are reserved. The use of
* this project is subject to the terms of a license agreement to be concluded
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* under https://nymea.io/license
*
* GNU General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, GNU version 3. This project 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "pushbuttonagent.h" #include "pushbuttonagent.h"
#include "loggingcategories.h" #include "loggingcategories.h"

View File

@ -1,3 +1,33 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
* This project including source code and documentation is protected by
* copyright law, and remains the property of nymea GmbH. All rights, including
* reproduction, publication, editing and translation, are reserved. The use of
* this project is subject to the terms of a license agreement to be concluded
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
* under https://nymea.io/license
*
* GNU General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, GNU version 3. This project 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 project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef PUSHBUTTONAGENT_H #ifndef PUSHBUTTONAGENT_H
#define PUSHBUTTONAGENT_H #define PUSHBUTTONAGENT_H