aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-01-18 23:34:15 +0000
committerArseniy Movshev <dodoradio@outlook.com>2023-01-18 23:41:36 +0000
commitfe738989f431448925bdacff80995e52fc5e5afe (patch)
tree2b1f0973a0695ba9fbeed58f9f3fd78f6e74fa63
parente59aab334066561d9193410414a6c43f4c90eabd (diff)
Add copyright statements and fix spacing of license text
Diffstat (limited to '')
-rw-r--r--src/DefaultMapControls.qml16
-rw-r--r--src/MainMapView.qml16
-rw-r--r--src/MapWaypoint.qml16
-rw-r--r--src/SetPointMapControls.qml16
-rw-r--r--src/SetPointPage.qml16
-rw-r--r--src/SettingsPage.qml60
-rw-r--r--src/main.qml16
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 <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
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 <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
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 <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
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 <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
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 <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
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 <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
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 <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
import QtPositioning 5.15