Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gui/legalnotice.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: GPL-2.0-or-later
Expand Down Expand Up @@ -43,7 +43,7 @@

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

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

View workflow job for this annotation

GitHub Actions / build

src/gui/legalnotice.cpp:46: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
Loading