From: Claudio Cambra Date: Mon, 23 Jan 2023 14:33:29 +0000 (+0100) Subject: Update legal notice text X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~34^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd4b7b6c26bfc79901192e6f70e95e9a3158ecd0;p=nextcloud-desktop.git Update legal notice text Signed-off-by: Claudio Cambra --- 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.

");