From fe738989f431448925bdacff80995e52fc5e5afe Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Wed, 18 Jan 2023 23:34:15 +0000 Subject: Add copyright statements and fix spacing of license text --- src/DefaultMapControls.qml | 16 ++++++++++++ src/MainMapView.qml | 16 ++++++++++++ src/MapWaypoint.qml | 16 ++++++++++++ src/SetPointMapControls.qml | 16 ++++++++++++ src/SetPointPage.qml | 16 ++++++++++++ src/SettingsPage.qml | 60 +++++++++++++++++++++++++++++---------------- src/main.qml | 16 ++++++++++++ 7 files changed, 135 insertions(+), 21 deletions(-) diff --git a/src/DefaultMapControls.qml b/src/DefaultMapControls.qml index 6b70f4e..eb917d2 100644 --- a/src/DefaultMapControls.qml +++ b/src/DefaultMapControls.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 import org.asteroid.utils 1.0 diff --git a/src/MainMapView.qml b/src/MainMapView.qml index 89b878d..a427b1a 100644 --- a/src/MainMapView.qml +++ b/src/MainMapView.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 import Nemo.Configuration 1.0 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 + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 as Asteroid import QtPositioning 5.15 diff --git a/src/SetPointMapControls.qml b/src/SetPointMapControls.qml index 417ebbb..068b2b6 100644 --- a/src/SetPointMapControls.qml +++ b/src/SetPointMapControls.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 import org.asteroid.utils 1.0 diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index 4d93c93..2119ade 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 as Asteroid import QtPositioning 5.15 diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml index 763f9b1..d556a11 100644 --- a/src/SettingsPage.qml +++ b/src/SettingsPage.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 import QtPositioning 5.15 @@ -31,28 +47,30 @@ Item { Component.onCompleted: checked = prioritiseGPS.value onCheckedChanged: prioritiseGPS.value = checked } - Row { + Item { width: parent.width ; height: root.width*0.2 } + Column { width: parent.width - height: root.width*0.2 - // Icon { - // name: "ios-information-circle-outline" - // height: parent.height - // width: height - // } - Column { - height: parent.height - width: parent.width - parent.height - Label { - text: "Map Data © OpenStreetMap contributors" - width: parent.width - font.pixelSize: root.width*0.05 - wrapMode: Text.Wrap - } - Label { - text: "under the ODbL" - width: parent.width - font.pixelSize: root.width*0.05 - } + Label { + text: "Map Data © OpenStreetMap contributors" + width: parent.width + font.pixelSize: root.width*0.05 + wrapMode: Text.Wrap + } + Label { + text: "under the ODbL" + width: parent.width + font.pixelSize: root.width*0.05 + } + Item { width: parent.width ; height: root.width*0.05 } + Label { + text: "Made by dodoradio" + width: parent.width + font.pixelSize: root.width*0.05 + } + Label { + text: "dodorad.io" + width: parent.width + font.pixelSize: root.width*0.05 } } Item { width: parent.width ; height: root.width*0.2 } diff --git a/src/main.qml b/src/main.qml index 2852fe8..5980264 100644 --- a/src/main.qml +++ b/src/main.qml @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2023 - Arseniy Movshev + * + * 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 . + */ import QtQuick 2.0 import org.asteroid.controls 1.0 import QtPositioning 5.15 -- cgit v1.2.3-54-g00ecf