From ab17e1b883c39cb951f808216c3015a184ec3737 Mon Sep 17 00:00:00 2001 From: Patrick Eigensatz Date: Fri, 25 Dec 2020 21:10:14 +0100 Subject: [PATCH] Updated source code (c) 2019 -> 2021 --- src/aboutdialog.cpp | 2 +- src/aboutdialog.h | 2 +- src/connection.cpp | 2 +- src/connection.h | 2 +- src/connectiondialog.cpp | 2 +- src/connectiondialog.h | 2 +- src/connectionmanager.cpp | 2 +- src/connectionmanager.h | 2 +- src/exceptions.cpp | 2 +- src/exceptions.h | 2 +- src/local.cpp | 2 +- src/local.h | 2 +- src/main.cpp | 2 +- src/mainwindow.cpp | 2 +- src/mainwindow.h | 2 +- src/passworddialog.cpp | 2 +- src/passworddialog.h | 2 +- src/remote.cpp | 2 +- src/remote.h | 2 +- src/showbootlog.cpp | 2 +- src/showbootlog.h | 2 +- src/sshconnectionserializer.cpp | 2 +- src/sshconnectionserializer.h | 2 +- src/sshconnectionsettings.cpp | 2 +- src/sshconnectionsettings.h | 2 +- src/version.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 028c899..4393feb 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/aboutdialog.h b/src/aboutdialog.h index bba83e9..fcf6e8f 100644 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connection.cpp b/src/connection.cpp index 51a0bea..039406f 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connection.h b/src/connection.h index 971f1fd..947359d 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connectiondialog.cpp b/src/connectiondialog.cpp index 8cedd13..4f55641 100644 --- a/src/connectiondialog.cpp +++ b/src/connectiondialog.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connectiondialog.h b/src/connectiondialog.h index 49bb089..f0c3116 100644 --- a/src/connectiondialog.h +++ b/src/connectiondialog.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connectionmanager.cpp b/src/connectionmanager.cpp index 4494a58..23982e1 100644 --- a/src/connectionmanager.cpp +++ b/src/connectionmanager.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/connectionmanager.h b/src/connectionmanager.h index bdc23cd..d3d832b 100644 --- a/src/connectionmanager.h +++ b/src/connectionmanager.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/exceptions.cpp b/src/exceptions.cpp index d5a8703..7413b10 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/exceptions.h b/src/exceptions.h index 5c02dd7..367733f 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/local.cpp b/src/local.cpp index 902ba9e..b7c9508 100644 --- a/src/local.cpp +++ b/src/local.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/local.h b/src/local.h index 44b3c0a..f7ee85f 100644 --- a/src/local.h +++ b/src/local.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/main.cpp b/src/main.cpp index 3b6dc18..7b776ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index fbbee8c..65fae28 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/mainwindow.h b/src/mainwindow.h index 029698b..648daaf 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/passworddialog.cpp b/src/passworddialog.cpp index 6dc1d42..f3630d5 100644 --- a/src/passworddialog.cpp +++ b/src/passworddialog.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/passworddialog.h b/src/passworddialog.h index 1a9b3a5..d093cf9 100644 --- a/src/passworddialog.h +++ b/src/passworddialog.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/remote.cpp b/src/remote.cpp index f68b831..19179f2 100644 --- a/src/remote.cpp +++ b/src/remote.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/remote.h b/src/remote.h index 43fdf64..acd5b90 100644 --- a/src/remote.h +++ b/src/remote.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/showbootlog.cpp b/src/showbootlog.cpp index 1082da5..b6151b8 100644 --- a/src/showbootlog.cpp +++ b/src/showbootlog.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/showbootlog.h b/src/showbootlog.h index 3abb587..7e28fbb 100644 --- a/src/showbootlog.h +++ b/src/showbootlog.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/sshconnectionserializer.cpp b/src/sshconnectionserializer.cpp index 365ffcd..d16776e 100644 --- a/src/sshconnectionserializer.cpp +++ b/src/sshconnectionserializer.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/sshconnectionserializer.h b/src/sshconnectionserializer.h index f76384c..6586339 100644 --- a/src/sshconnectionserializer.h +++ b/src/sshconnectionserializer.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/sshconnectionsettings.cpp b/src/sshconnectionsettings.cpp index 52ba865..6caa448 100644 --- a/src/sshconnectionsettings.cpp +++ b/src/sshconnectionsettings.cpp @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/sshconnectionsettings.h b/src/sshconnectionsettings.h index 957ee12..d25893a 100644 --- a/src/sshconnectionsettings.h +++ b/src/sshconnectionsettings.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */ diff --git a/src/version.h b/src/version.h index ffaadce..cda96ab 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ /** * qjournalctl: A Qt-based GUI for systemd's journalctl command * - * Copyright (c) 2016-2019 by Patrick Eigensatz + * Copyright (c) 2016-2021 by Patrick Eigensatz * Some rights reserved. See LICENSE. */