4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-05-09 03:39:33 +00:00

added missed copyright headers

This commit is contained in:
Andrei Yankovich 2023-03-29 13:00:08 +02:00
parent c7a9cdb4b9
commit ac03abdb72
4 changed files with 28 additions and 0 deletions

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2023 QuasarApp.
* 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.
*/
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Controls.Material 2.15

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2023 QuasarApp.
* 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.
*/
#ifndef NOTIFICATIONDATA_H
#define NOTIFICATIONDATA_H
#include <QObject>

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2023 QuasarApp.
* 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.
*/
#ifndef NOTIFICATIONSERVICE_H
#define NOTIFICATIONSERVICE_H

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2023 QuasarApp.
* 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.
*/
#ifndef QMLNOTIFYSERVICE_H
#define QMLNOTIFYSERVICE_H
#include "notifyservice_global.h"