Remove debug stuff and fix license headers
parent
b470493c1d
commit
9a35aa9379
|
|
@ -1,10 +1,3 @@
|
||||||
nymea-plugins-modbus (0.30.0+202201281421~c194a9f~buster+202201281425~2c664e6~buster) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
|
|
||||||
[ ]
|
|
||||||
* New Package build
|
|
||||||
|
|
||||||
-- <timon@base-nymea-builder-buster-amd64-armhf> Fri, 28 Jan 2022 14:25:13 +0000
|
|
||||||
|
|
||||||
nymea-plugins-modbus (0.30.0) xenial; urgency=medium
|
nymea-plugins-modbus (0.30.0) xenial; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
*
|
||||||
|
* Copyright 2013 - 2022, nymea GmbH
|
||||||
|
* Contact: contact@nymea.io
|
||||||
|
*
|
||||||
|
* This fileDescriptor 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 Lesser General Public License Usage
|
||||||
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
|
* Software Foundation; 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
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser 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 "huaweifusionsolar.h"
|
#include "huaweifusionsolar.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
#include "loggingcategories.h"
|
#include "loggingcategories.h"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,33 @@
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
*
|
||||||
|
* Copyright 2013 - 2022, nymea GmbH
|
||||||
|
* Contact: contact@nymea.io
|
||||||
|
*
|
||||||
|
* This fileDescriptor 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 Lesser General Public License Usage
|
||||||
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
|
* Software Foundation; 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
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser 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 HUAWEIFUSIONSOLAR_H
|
#ifndef HUAWEIFUSIONSOLAR_H
|
||||||
#define HUAWEIFUSIONSOLAR_H
|
#define HUAWEIFUSIONSOLAR_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2021, nymea GmbH
|
* Copyright 2013 - 2022, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This fileDescriptor is part of nymea.
|
||||||
* This project including source code and documentation is protected by
|
* This project including source code and documentation is protected by
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2020, nymea GmbH
|
* Copyright 2013 - 2022, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This fileDescriptor is part of nymea.
|
||||||
* This project including source code and documentation is protected by
|
* This project including source code and documentation is protected by
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,6 @@ QMAKE_EXTRA_TARGETS += lrelease
|
||||||
# For Qt-Creator's code model: Add CPATH to INCLUDEPATH explicitly
|
# For Qt-Creator's code model: Add CPATH to INCLUDEPATH explicitly
|
||||||
INCLUDEPATH += $$(CPATH)
|
INCLUDEPATH += $$(CPATH)
|
||||||
|
|
||||||
CONFIG += selection
|
|
||||||
PLUGINS=huawei
|
|
||||||
|
|
||||||
# Verify if building only a selection of plugins
|
# Verify if building only a selection of plugins
|
||||||
contains(CONFIG, selection) {
|
contains(CONFIG, selection) {
|
||||||
# Check each plugin if the subdir exists
|
# Check each plugin if the subdir exists
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue