diff --git a/CMakeLists.txt b/CMakeLists.txt index 7609dac..bdbfb22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # # Copyright (C) 2018-2023 QuasarApp. -# Distributed under the lgplv3 software license, see the accompanying +# Distributed under the GPLv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. # diff --git a/NotifyModule/BasePopUp.qml b/NotifyModule/BasePopUp.qml index e870752..8a688ee 100644 --- a/NotifyModule/BasePopUp.qml +++ b/NotifyModule/BasePopUp.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/NotifyModule/Metrix.qml b/NotifyModule/Metrix.qml index 2144f47..ac0a6fe 100644 --- a/NotifyModule/Metrix.qml +++ b/NotifyModule/Metrix.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/NotifyModule/NotificationForm.qml b/NotifyModule/NotificationForm.qml index fc56a2f..b64c033 100644 --- a/NotifyModule/NotificationForm.qml +++ b/NotifyModule/NotificationForm.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/NotifyModule/NotificationServiceView.qml b/NotifyModule/NotificationServiceView.qml index 82ff844..816791b 100644 --- a/NotifyModule/NotificationServiceView.qml +++ b/NotifyModule/NotificationServiceView.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/notificationdata.cpp b/notificationdata.cpp index c01a286..8c821af 100644 --- a/notificationdata.cpp +++ b/notificationdata.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/notificationservice.cpp b/notificationservice.cpp index c461c8e..a1e08bb 100644 --- a/notificationservice.cpp +++ b/notificationservice.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ diff --git a/plug.pro b/plug.pro deleted file mode 100644 index be04603..0000000 --- a/plug.pro +++ /dev/null @@ -1,5 +0,0 @@ - -TEMPLATE = subdirs - -QMAKE_EXTRA_TARGETS += \ - test diff --git a/qmlnotifyservice.cpp b/qmlnotifyservice.cpp index 37a234d..a0f49d2 100644 --- a/qmlnotifyservice.cpp +++ b/qmlnotifyservice.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2018-2023 QuasarApp. - * Distributed under the lgplv3 software license, see the accompanying + * Distributed under the GPLv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */