From fc584af7d7fecd059a1f146a6dbca762b70208e8 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Fri, 3 Apr 2026 18:16:23 -0600 Subject: [PATCH] cmake: correction to SPDX license expression --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c187438c79..81703b425e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ if(DEFINED XP_NAMESPACE) BASE v${CMAKE_PROJECT_VERSION} XPDIFF "patch" DEPS libssh2 WEB "https://libgit2.github.com/" UPSTREAM "github.com/libgit2/libgit2" DESC "portable, pure C implementation of the Git core methods" - LICENSE "[GPL-2.0 WITH le](https://github.com/libgit2/libgit2/blob/master/README.md#license 'GPL2 with linking exception')" + LICENSE "[GPL-2.0-only WITH Libgit2-exception](https://github.com/libgit2/libgit2/blob/master/README.md#license 'GPLv2-only with libgit2 linking exception')" ) set(CMAKE_OPT_INSTALL FALSE) set(USE_CMAKE_ICONV ON)