From 1e034582859d620bc346e2b1e494fd70ac1ab458 Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Thu, 3 Mar 2022 19:04:33 +0300 Subject: [PATCH] update copyright --- CMakeLists.txt | 2 +- NotifyModule/BasePopUp.qml | 2 +- NotifyModule/Metrix.qml | 2 +- NotifyModule/NotificationForm.qml | 2 +- NotifyModule/NotificationServiceView.qml | 2 +- notificationdata.cpp | 2 +- notificationservice.cpp | 2 +- qmlnotifyservice.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c03a207..fab9432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2021 QuasarApp. +# Copyright (C) 2018-2022 QuasarApp. # Distributed under the lgplv3 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 5646bcf..47fb74b 100644 --- a/NotifyModule/BasePopUp.qml +++ b/NotifyModule/BasePopUp.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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 12df510..aa17777 100644 --- a/NotifyModule/Metrix.qml +++ b/NotifyModule/Metrix.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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 546cbee..6af8877 100644 --- a/NotifyModule/NotificationForm.qml +++ b/NotifyModule/NotificationForm.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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 a0c8ac0..1fd6ea7 100644 --- a/NotifyModule/NotificationServiceView.qml +++ b/NotifyModule/NotificationServiceView.qml @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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 800ca1c..97284af 100644 --- a/notificationdata.cpp +++ b/notificationdata.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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 79983dc..b1868df 100644 --- a/notificationservice.cpp +++ b/notificationservice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 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/qmlnotifyservice.cpp b/qmlnotifyservice.cpp index 0fc4226..fca6c72 100644 --- a/qmlnotifyservice.cpp +++ b/qmlnotifyservice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2021 QuasarApp. + * Copyright (C) 2018-2022 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed.