From 5dc82605b56f758aaeeabe2d911e525b34657842 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Fri, 3 Apr 2026 18:26:38 -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 2530779..e9a7491 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ xpExternPackage( BASE v0 XPDIFF "bin(msw), native(unix)" WEB "https://savannah.gnu.org/projects/patch/" UPSTREAM "git.savannah.gnu.org/cgit/patch.git" DESC "takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions" - LICENSE "[GPL-3.0](https://savannah.gnu.org/projects/patch/ 'GNU General Public License v3 or later')" + LICENSE "[GPL-3.0-or-later](https://savannah.gnu.org/projects/patch/ 'GNU General Public License v3 or later')" ) ExternalProject_Get_Property(${PROJECT_NAME} INSTALL_DIR) install(DIRECTORY ${INSTALL_DIR}/ DESTINATION . USE_SOURCE_PERMISSIONS)