diff --git a/ui/EventView.qml b/ui/EventView.qml index 598064337f7d06c9f4c9deb69e295bafe2ba76a7..1201619adfc17462b94682d65a5ee83a4737c2c2 100644 --- a/ui/EventView.qml +++ b/ui/EventView.qml @@ -1,7 +1,7 @@ /* * EventView.qml * - * Copyright (c) 2021 Andy Ex + * Copyright (c) 2021-2023 Andy Ex * * This file is part of Radar-App. * diff --git a/ui/main.qml b/ui/main.qml index 054f10b5597435ac42b0aa5f99acf920a257a9f7..013532e17a1a58ecfc3c41bf969da2bc1be19590 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -1,7 +1,7 @@ /* * main.qml * - * Copyright (c) 2021 Andy Ex + * Copyright (c) 2021-2023 Andy Ex * * This file is part of Radar-App. * @@ -302,7 +302,7 @@ ApplicationWindow { anchors.fill: parent wrapMode: Text.WordWrap textFormat: Text.RichText - text: qsTr("<p>Copyright © 2021</p>" + + text: qsTr("<p>Copyright © 2023</p>" + "<p>This program comes with ABSOLUTELY NO WARRANTY.</p>" + "<p>This is free software, and you are welcome to redistribute it under certain conditions.</p>"+ "<p><a href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\">Details on License…</a></p>" +