[office/calligra/release/26.08] launcher: fix misspelled spdx id
Albert Astals Cid <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5cf70cdaaf2038043bc9bac40254a15e50286a11 by Albert Astals Cid, on behalf of Jo Jöns. Committed on 03/08/2026 at 22:58. Pushed by aacid into branch 'release/26.08'. fix misspelled spdx id `BSD-3-Clause` was misspelled as `BSD-3-Clauses` which is a non-existing SPDX ID. (cherry picked from commit 038ad46e4ba8d3ced80f31bd2422854c13495551) M +1 -1 launcher/CMakeLists.txt https://invent.kde.org/office/calligra/-/commit/5cf70cdaaf2038043bc9bac40254a15e50286a11 diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 33243fd57ba..3522c9995c7 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2024 Carl Schwan <[email protected]> -# SPDX-License-Identifier: BSD-3-Clauses +# SPDX-License-Identifier: BSD-3-Clause add_executable(calligralauncher main.cpp helper.cpp helper.h)