Skip to content

Commit

Permalink
update legal notice copyright years for Nextcloud
Browse files Browse the repository at this point in the history
Close #7767

Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jan 20, 2025
1 parent 0e83381 commit 363aae3
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 />"

Check warning on line 55 in src/gui/legalnotice.cpp

View workflow job for this annotation

GitHub Actions / build

src/gui/legalnotice.cpp:55:13 [cppcoreguidelines-init-variables]

variable 'notice' is not initialized
"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 363aae3

Please sign in to comment.