diff --git a/ScStwMonitorSrc/headers/scstwmonitorbackend.h b/ScStwMonitorSrc/headers/scstwmonitorbackend.h index 80255d0..0064cb7 100644 --- a/ScStwMonitorSrc/headers/scstwmonitorbackend.h +++ b/ScStwMonitorSrc/headers/scstwmonitorbackend.h @@ -1,3 +1,21 @@ +/**************************************************************************** + ** ScStw Monitor + ** Copyright (C) 2020 Itsblue development + ** + ** This program is free software: you can redistribute it and/or modify + ** it under the terms of the GNU General Public License as published by + ** the Free Software Foundation, either version 3 of the License, or + ** (at your option) any later version. + ** + ** This program is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ** GNU General Public License for more details. + ** + ** You should have received a copy of the GNU General Public License + ** along with this program. If not, see . + ****************************************************************************/ + #ifndef SCSTWMONITORBACKEND_H #define SCSTWMONITORBACKEND_H diff --git a/ScStwMonitorSrc/resources/qml/main.qml b/ScStwMonitorSrc/resources/qml/main.qml index 8edf866..f5d2f3d 100755 --- a/ScStwMonitorSrc/resources/qml/main.qml +++ b/ScStwMonitorSrc/resources/qml/main.qml @@ -1,3 +1,21 @@ +/**************************************************************************** + ** ScStw Monitor + ** Copyright (C) 2020 Itsblue development + ** + ** This program is free software: you can redistribute it and/or modify + ** it under the terms of the GNU General Public License as published by + ** the Free Software Foundation, either version 3 of the License, or + ** (at your option) any later version. + ** + ** This program is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ** GNU General Public License for more details. + ** + ** You should have received a copy of the GNU General Public License + ** along with this program. If not, see . + ****************************************************************************/ + import QtQuick 2.9 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 diff --git a/ScStwMonitorSrc/sources/main.cpp b/ScStwMonitorSrc/sources/main.cpp index 5cfbf24..ad5fdd3 100755 --- a/ScStwMonitorSrc/sources/main.cpp +++ b/ScStwMonitorSrc/sources/main.cpp @@ -1,3 +1,21 @@ +/**************************************************************************** + ** ScStw Monitor + ** Copyright (C) 2020 Itsblue development + ** + ** This program is free software: you can redistribute it and/or modify + ** it under the terms of the GNU General Public License as published by + ** the Free Software Foundation, either version 3 of the License, or + ** (at your option) any later version. + ** + ** This program is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ** GNU General Public License for more details. + ** + ** You should have received a copy of the GNU General Public License + ** along with this program. If not, see . + ****************************************************************************/ + #include #include #include diff --git a/ScStwMonitorSrc/sources/scstwmonitorbackend.cpp b/ScStwMonitorSrc/sources/scstwmonitorbackend.cpp index 973b9d7..8c66231 100644 --- a/ScStwMonitorSrc/sources/scstwmonitorbackend.cpp +++ b/ScStwMonitorSrc/sources/scstwmonitorbackend.cpp @@ -1,3 +1,21 @@ +/**************************************************************************** + ** ScStw Monitor + ** Copyright (C) 2020 Itsblue development + ** + ** This program is free software: you can redistribute it and/or modify + ** it under the terms of the GNU General Public License as published by + ** the Free Software Foundation, either version 3 of the License, or + ** (at your option) any later version. + ** + ** This program is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ** GNU General Public License for more details. + ** + ** You should have received a copy of the GNU General Public License + ** along with this program. If not, see . + ****************************************************************************/ + #include "../headers/scstwmonitorbackend.h" ScStwMonitorBackend::ScStwMonitorBackend(QObject *parent) : QObject(parent)