-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL | ||
* SPDX-FileCopyrightText: 2021-2024 Eike Hein <[email protected]> | ||
* SPDX-FileCopyrightText: 2021-2025 Eike Hein <[email protected]> | ||
*/ | ||
|
||
#pragma once | ||
|
@@ -16,7 +16,7 @@ namespace Hyelicht { | |
QStringLiteral(HYELICHT_VERSION), | ||
description, | ||
KAboutLicense::Unknown, | ||
i18nc("@info:credit", "(c) 2021-2024 Hyerim and Eike"), | ||
i18nc("@info:credit", "(c) 2021-2025 Hyerim and Eike"), | ||
QStringLiteral(), | ||
QStringLiteral("https://www.hyerimandeike.com/"), | ||
QStringLiteral("[email protected]")}; | ||
|