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

added copyright

This commit is contained in:
Andrei Yankovich 2020-05-23 02:30:51 +03:00
parent bf9a6e2ee2
commit 6a2856ca98
7 changed files with 49 additions and 0 deletions

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
import QtQuick 2.11
import QtQuick.Controls 2.3
import QtQuick.Controls.Material 2.0

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
import QtQuick 2.0
import QtQuick.Window 2.12
import QtQuick.Controls.Material 2.0

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
import QtQuick 2.11
import QtQuick.Controls 2.3
import QtQuick.Controls.Material 2.0

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

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
#include "notificationdata.h"
namespace QmlNotificationService {

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
#include "notificationservice.h"
namespace QmlNotificationService {

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2020 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.
*/
#include "notificationservice.h"
#include "qmlnotifyservice.h"