Merge pull request #3265 from nextcloud/rakekniven-patch-1

Changed copyright year to 2021
This commit is contained in:
Matthieu Gallien 2021-05-05 14:56:43 +02:00 committed by GitHub
commit 361bd6fdb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>");