From dd4b7b6c26bfc79901192e6f70e95e9a3158ecd0 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 23 Jan 2023 15:33:29 +0100 Subject: [PATCH] Update legal notice text Signed-off-by: Claudio Cambra --- src/gui/legalnotice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/legalnotice.cpp b/src/gui/legalnotice.cpp index 9a8e98208..b19a3be12 100644 --- a/src/gui/legalnotice.cpp +++ b/src/gui/legalnotice.cpp @@ -52,8 +52,8 @@ void LegalNotice::changeEvent(QEvent *e) void LegalNotice::customizeStyle() { - QString notice = tr("

Copyright 2017-2021 Nextcloud GmbH
" - "Copyright 2012-2021 ownCloud GmbH

"); + QString notice = tr("

Copyright 2017-2023 Nextcloud GmbH
" + "Copyright 2012-2023 ownCloud GmbH

"); notice += tr("

Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.

"); -- 2.30.2