Updated year in legalnotice.cpp
authorJanDragon <40271530+JanDragon@users.noreply.github.com>
Wed, 1 Jan 2020 14:26:50 +0000 (15:26 +0100)
committerRoeland Jago Douma <rullzer@users.noreply.github.com>
Mon, 6 Jan 2020 08:08:22 +0000 (09:08 +0100)
src/gui/legalnotice.cpp

index 6808340cdf551cd9e002b0212fcf004896bf63aa..9cf33c2e86f33228bf3580095283374df6457b6d 100644 (file)
@@ -24,7 +24,7 @@ LegalNotice::LegalNotice(QDialog *parent)
 {
     _ui->setupUi(this);
 
-    QString notice = tr("<p>Copyright 2017-2019 Nextcloud GmbH<br />"
+    QString notice = tr("<p>Copyright 2017-2020 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>");