[games/libkdegames/release/26.08] /: fix misspelled spdx id
Albert Astals Cid <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3a157009caf1c3a8206349a9f88e2e18f6af97a6 by Albert Astals Cid, on behalf of Jo Jöns.
Committed on 03/08/2026 at 22:57.
Pushed by aacid into branch 'release/26.08'.
fix misspelled spdx id
`ISC` was misspelled as `ICS` which is a non-existing SPDX ID.
(cherry picked from commit 8516eeab240d0667484076122596e240c1ce075c)
R +0 -0 LICENSES/ISC.txt [from: LICENSES/ICS.txt - 100% similarity]
M +1 -1 src/highscore/kgamehighscoredialog.cpp
M +1 -1 src/highscore/kgamehighscoredialog.h
https://invent.kde.org/games/libkdegames/-/commit/3a157009caf1c3a8206349a9f88e2e18f6af97a6
diff --git a/LICENSES/ICS.txt b/LICENSES/ISC.txt
similarity index 100%
rename from LICENSES/ICS.txt
rename to LICENSES/ISC.txt
diff --git a/src/highscore/kgamehighscoredialog.cpp b/src/highscore/kgamehighscoredialog.cpp
index c5dc2680..3e29d6ed 100644
--- a/src/highscore/kgamehighscoredialog.cpp
+++ b/src/highscore/kgamehighscoredialog.cpp
@@ -3,7 +3,7 @@
SPDX-FileCopyrightText: 2001 Waldo Bastian <[email protected]>
SPDX-FileCopyrightText: 2007 Matt Williams <[email protected]>
- SPDX-License-Identifier: ICS
+ SPDX-License-Identifier: ISC
*/
#include "kgamehighscoredialog.h"
diff --git a/src/highscore/kgamehighscoredialog.h b/src/highscore/kgamehighscoredialog.h
index df5e2c46..5294a9a9 100644
--- a/src/highscore/kgamehighscoredialog.h
+++ b/src/highscore/kgamehighscoredialog.h
@@ -3,7 +3,7 @@
SPDX-FileCopyrightText: 2001 Waldo Bastian <[email protected]>
SPDX-FileCopyrightText: 2007 Matt Williams <[email protected]>
- SPDX-License-Identifier: ICS
+ SPDX-License-Identifier: ISC
*/
#ifndef KGAMEHIGHSCOREDIALOG_H