diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-18 23:34:15 +0000 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-18 23:41:36 +0000 |
commit | fe738989f431448925bdacff80995e52fc5e5afe (patch) | |
tree | 2b1f0973a0695ba9fbeed58f9f3fd78f6e74fa63 /src/MapWaypoint.qml | |
parent | e59aab334066561d9193410414a6c43f4c90eabd (diff) |
Add copyright statements and fix spacing of license text
Diffstat (limited to '')
-rw-r--r-- | src/MapWaypoint.qml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/MapWaypoint.qml b/src/MapWaypoint.qml index 2abfa31..9fcd5c9 100644 --- a/src/MapWaypoint.qml +++ b/src/MapWaypoint.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev <dodoradio@outlook.com> + * + * 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 <http://www.gnu.org/licenses/>. + */ import QtQuick 2.0 import org.asteroid.controls 1.0 as Asteroid import QtPositioning 5.15 |