From 923abd8d0b1d18a94b6f2dd7ef16ccdc35695d31 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 25 Nov 2019 19:33:50 +0100 Subject: [PATCH] Fix legal notice year Signed-off-by: Christoph Wurst --- 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 4dbcc0666..6808340cd 100644 --- a/src/gui/legalnotice.cpp +++ b/src/gui/legalnotice.cpp @@ -24,7 +24,7 @@ LegalNotice::LegalNotice(QDialog *parent) { _ui->setupUi(this); - QString notice = tr("

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

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

"); notice += tr("

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

"); -- 2.30.2