From 54b78ac69d95c00deb5f2f7bf9e7b6aaea5a3211 Mon Sep 17 00:00:00 2001 From: David Korth Date: Mon, 16 Jun 2025 22:17:34 -0400 Subject: [PATCH] [qrvthtool] AboutDialog.cpp: Update copyright years for Qt and Nettle. --- src/qrvthtool/windows/AboutDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qrvthtool/windows/AboutDialog.cpp b/src/qrvthtool/windows/AboutDialog.cpp index d79d878..39c427e 100644 --- a/src/qrvthtool/windows/AboutDialog.cpp +++ b/src/qrvthtool/windows/AboutDialog.cpp @@ -274,7 +274,7 @@ void AboutDialogPrivate::initLibrariesTab(void) sLibraries += sCompiledWith.arg(qtVersionCompiled) + ql1BR; sLibraries += sUsingDll.arg(qtVersion); #endif /* QT_IS_STATIC */ - sLibraries += QStringLiteral("
Copyright (C) 1995-2019 The Qt Company Ltd. and/or its subsidiaries.
"); + sLibraries += QStringLiteral("
Copyright (C) 1995-2025 The Qt Company Ltd. and/or its subsidiaries.
"); sLibraries += sLicenses.arg(QStringLiteral("GNU LGPL v2.1+, GNU GPL v2+")); /** nettle **/ @@ -312,7 +312,7 @@ void AboutDialogPrivate::initLibrariesTab(void) #ifdef HAVE_NETTLE_3 if (nettle_minor >= 1) { - sLibraries += QStringLiteral("Copyright (C) 2001-2023 Niels Möller.
https://www.lysator.liu.se/~nisse/nettle/
"); + sLibraries += QStringLiteral("Copyright (C) 2001-2024 Niels Möller.
https://www.lysator.liu.se/~nisse/nettle/
"); } else { sLibraries += QStringLiteral("Copyright (C) 2001-2014 Niels Möller.
https://www.lysator.liu.se/~nisse/nettle/
"); }