From 6d23e93d31c4f274bc5b6c5920a957505174de03 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 5 May 2021 13:37:31 +0200 Subject: [PATCH] Changed copyright year to 2021 Fix for #3258 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/gui/legalnotice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/legalnotice.cpp b/src/gui/legalnotice.cpp index 034c22e9d..b5d07d680 100644 --- a/src/gui/legalnotice.cpp +++ b/src/gui/legalnotice.cpp @@ -52,7 +52,7 @@ void LegalNotice::changeEvent(QEvent *e) void LegalNotice::customizeStyle() { - QString notice = tr("

Copyright 2017-2020 Nextcloud GmbH
" + QString notice = tr("

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

"); notice += tr("

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

");