Skip to content

Commit

Permalink
Merge pull request #7773 from nextcloud/bugfix/updateLegalNotice
Browse files Browse the repository at this point in the history
update legal notice copyright years for Nextcloud
  • Loading branch information
mgallien authored Jan 20, 2025
2 parents 0e83381 + 363aae3 commit d5007de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/legalnotice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void LegalNotice::changeEvent(QEvent *e)

void LegalNotice::customizeStyle()
{
QString notice = tr("<p>Copyright 2017-2023 Nextcloud GmbH<br />"
QString notice = tr("<p>Copyright 2017-2025 Nextcloud GmbH<br />"
"Copyright 2012-2023 ownCloud GmbH</p>");

notice += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p>");
Expand Down

0 comments on commit d5007de

Please sign in to comment.