From c1a0b2b29e8a5166b6630b9af74a0eaaa0f4f1f9 Mon Sep 17 00:00:00 2001
From: Andy <xandyx@riseup.net>
Date: Mon, 27 Mar 2023 19:10:11 +0200
Subject: [PATCH] Updated year in comments and About...

---
 ui/EventView.qml | 2 +-
 ui/main.qml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/EventView.qml b/ui/EventView.qml
index 5980643..1201619 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 054f10b..013532e 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>" +
-- 
GitLab