Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-05-05 14:37:31 +0300
committerGitHub <noreply@github.com>2021-05-05 14:37:31 +0300
commit6d23e93d31c4f274bc5b6c5920a957505174de03 (patch)
tree8f6bc7fc1930ab40b9bf6583c3b5d7d636f6584f /src/gui/legalnotice.cpp
parent6d22da9a4bfc15f4e58b2761a68731b3e4b77a7c (diff)
Changed copyright year to 2021
Fix for #3258 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src/gui/legalnotice.cpp')
-rw-r--r--src/gui/legalnotice.cpp2
1 files changed, 1 insertions, 1 deletions
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("<p>Copyright 2017-2020 Nextcloud GmbH<br />"
+ QString notice = tr("<p>Copyright 2017-2021 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>");