Fix legal notice year
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 25 Nov 2019 18:33:50 +0000 (19:33 +0100)
committerRoeland Jago Douma <rullzer@users.noreply.github.com>
Tue, 26 Nov 2019 11:46:02 +0000 (12:46 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
src/gui/legalnotice.cpp

index 4dbcc06661cdb6e479f7e69c2b9b970fe2fc8f00..6808340cdf551cd9e002b0212fcf004896bf63aa 100644 (file)
@@ -24,7 +24,7 @@ LegalNotice::LegalNotice(QDialog *parent)
 {
     _ui->setupUi(this);
 
-    QString notice = tr("<p>Copyright 2017-2018 Nextcloud GmbH<br />"
+    QString notice = tr("<p>Copyright 2017-2019 Nextcloud GmbH<br />"
                         "Copyright 2012-2018 ownCloud GmbH</p>");
 
     notice += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p>");