Update license text and add SPDX identifier (libnymea-app)

This commit is contained in:
Simon Stürz 2025-11-18 15:58:36 +01:00
parent 43023e2699
commit 0866658816
335 changed files with 5530 additions and 5849 deletions

View File

@ -91,9 +91,8 @@ This would the following minimum files in C:\path\to\my\styles\ :
nymea-app is licensed under the terms of the GNU General Public License, nymea-app is licensed under the terms of the GNU General Public License,
version 3 or (at your option) any later version (SPDX identifier: version 3 or (at your option) any later version (SPDX identifier:
GPL-3.0-or-later). Every source and QML file contains the new SPDX + GPL-3.0-or-later). The complete GPL text is available in `LICENSE.GPL3`.
copyright header that attributes both nymea GmbH and chargebyte austria
GmbH <contact@nymea.io>. The complete license text is available in
`LICENSE.GPL3`, and additional notices for bundled assets and fonts can be
found in the `LICENSES/` directory.
libnymea-app is licensed under the GNU Lesser General Public License
version 3 (SPDX identifier: LGPL-3.0-or-later). The full LGPL v3 text
can be found in `LICENSE.LGPL3`.

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "appdata.h" #include "appdata.h"
#include "engine.h" #include "engine.h"

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef APPDATA_H #ifndef APPDATA_H
#define APPDATA_H #define APPDATA_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "networkreachabilitymonitor.h" #include "networkreachabilitymonitor.h"
#include <QGuiApplication> #include <QGuiApplication>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef NETWORKREACHABILITYMONITOR_H #ifndef NETWORKREACHABILITYMONITOR_H
#define NETWORKREACHABILITYMONITOR_H #define NETWORKREACHABILITYMONITOR_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,31 +1,26 @@
/* // SPDX-License-Identifier: LGPL-3.0-or-later
* Secure Remote Password 6a implementation
* Copyright (c) 2010 Tom Cocagne. All rights reserved. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* https://github.com/cocagne/csrp *
* * Copyright (C) 2013 - 2024, nymea GmbH
* The MIT License (MIT) * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* Copyright (c) 2013 Tom Cocagne * This file is part of libnymea-app.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * libnymea-app is free software: you can redistribute it and/or
* this software and associated documentation files (the "Software"), to deal in * modify it under the terms of the GNU Lesser General Public License
* the Software without restriction, including without limitation the rights to * as published by the Free Software Foundation, either version 3
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies * of the License, or (at your option) any later version.
* of the Software, and to permit persons to whom the Software is furnished to do *
* so, subject to the following conditions: * libnymea-app is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* The above copyright notice and this permission notice shall be included in all * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* copies or substantial portions of the Software. * GNU Lesser General Public License for more details.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU Lesser General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE *
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*/
/* /*
* *

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "energylogs.h" #include "energylogs.h"
#include <QMetaEnum> #include <QMetaEnum>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef ENERGYLOGS_H #ifndef ENERGYLOGS_H
#define ENERGYLOGS_H #define ENERGYLOGS_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "energymanager.h" #include "energymanager.h"
#include "engine.h" #include "engine.h"

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef ENERGYMANAGER_H #ifndef ENERGYMANAGER_H
#define ENERGYMANAGER_H #define ENERGYMANAGER_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "powerbalancelogs.h" #include "powerbalancelogs.h"
#include <QMetaEnum> #include <QMetaEnum>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef POWERBALANCELOGS_H #ifndef POWERBALANCELOGS_H
#define POWERBALANCELOGS_H #define POWERBALANCELOGS_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "thingpowerlogs.h" #include "thingpowerlogs.h"
#include <QMetaEnum> #include <QMetaEnum>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef THINGPOWERLOGS_H #ifndef THINGPOWERLOGS_H
#define THINGPOWERLOGS_H #define THINGPOWERLOGS_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,22 +1,26 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // SPDX-License-Identifier: LGPL-3.0-or-later
* *
* Copyright (C) 2017 Simon Stuerz <simon.stuerz@guh.io> * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* This file is part of guh-control. * * Copyright (C) 2013 - 2024, nymea GmbH
* * * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* guh-control is free software: you can redistribute it and/or modify * *
* it under the terms of the GNU General Public License as published by * * This file is part of libnymea-app.
* the Free Software Foundation, version 3 of the License. * *
* * * libnymea-app is free software: you can redistribute it and/or
* guh-control is distributed in the hope that it will be useful, * * modify it under the terms of the GNU Lesser General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * as published by the Free Software Foundation, either version 3
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * of the License, or (at your option) any later version.
* GNU General Public License for more details. * *
* * * libnymea-app is distributed in the hope that it will be useful,
* You should have received a copy of the GNU General Public License * * but WITHOUT ANY WARRANTY; without even the implied warranty of
* along with guh-control. If not, see <http://www.gnu.org/licenses/>. * * 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "actionhandler.h" #include "actionhandler.h"

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "logging.h" #include "logging.h"
QStringList& nymeaLoggingCategories() { QStringList& nymeaLoggingCategories() {

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef LOGGING_H #ifndef LOGGING_H
#define LOGGING_H #define LOGGING_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2021, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "barseriesadapter.h" #include "barseriesadapter.h"
#include <QDebug> #include <QDebug>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef BARSERIESADAPTER_H #ifndef BARSERIESADAPTER_H
#define BARSERIESADAPTER_H #define BARSERIESADAPTER_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "boolseriesadapter.h" #include "boolseriesadapter.h"
BoolSeriesAdapter::BoolSeriesAdapter(QObject *parent) BoolSeriesAdapter::BoolSeriesAdapter(QObject *parent)

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef BOOLSERIESADAPTER_H #ifndef BOOLSERIESADAPTER_H
#define BOOLSERIESADAPTER_H #define BOOLSERIESADAPTER_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "newlogentry.h" #include "newlogentry.h"
NewLogEntry::NewLogEntry(const QString &source, const QDateTime &timestamp, const QVariantMap &values, QObject *parent) NewLogEntry::NewLogEntry(const QString &source, const QDateTime &timestamp, const QVariantMap &values, QObject *parent)

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef NEWLOGENTRY_H #ifndef NEWLOGENTRY_H
#define NEWLOGENTRY_H #define NEWLOGENTRY_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "newlogsmodel.h" #include "newlogsmodel.h"
#include "engine.h" #include "engine.h"

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef NEWLOGSMODEL_H #ifndef NEWLOGSMODEL_H
#define NEWLOGSMODEL_H #define NEWLOGSMODEL_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "scriptsproxymodel.h" #include "scriptsproxymodel.h"
#include "types/script.h" #include "types/script.h"

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef SCRIPTSPROXYMODEL_H #ifndef SCRIPTSPROXYMODEL_H
#define SCRIPTSPROXYMODEL_H #define SCRIPTSPROXYMODEL_H

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "sortfilterproxymodel.h" #include "sortfilterproxymodel.h"
#include <QtDebug> #include <QtDebug>

View File

@ -1,3 +1,27 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
*
* This file is part of libnymea-app.
*
* libnymea-app is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* libnymea-app 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 libnymea-app. If not, see <https://www.gnu.org/licenses/>.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef SORTFILTERPROXYMODEL_H #ifndef SORTFILTERPROXYMODEL_H
#define SORTFILTERPROXYMODEL_H #define SORTFILTERPROXYMODEL_H

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,30 +1,24 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, nymea GmbH * Copyright (C) 2013 - 2024, nymea GmbH
* Contact: contact@nymea.io * Copyright (C) 2024 - 2025, chargebyte austria GmbH
* *
* This file is part of nymea. * This file is part of libnymea-app.
* 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 * libnymea-app is free software: you can redistribute it and/or
* Alternatively, this project may be redistributed and/or modified under the * modify it under the terms of the GNU Lesser General Public License
* terms of the GNU General Public License as published by the Free Software * as published by the Free Software Foundation, either version 3
* Foundation, GNU version 3. This project is distributed in the hope that it * of the License, or (at your option) any later version.
* 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 * libnymea-app is distributed in the hope that it will be useful,
* this project. If not, see <https://www.gnu.org/licenses/>. * 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.
* *
* For any further details and any questions please contact us under * You should have received a copy of the GNU Lesser General Public License
* contact@nymea.io or see our FAQ/Licensing Information on * along with libnymea-app. If not, see <https://www.gnu.org/licenses/>.
* https://nymea.io/license/faq
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

Some files were not shown because too many files have changed in this diff Show More