From 17cdfaa85d613d44989a21288fa32be427948071 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Fri, 3 Apr 2026 17:57:44 -0600 Subject: [PATCH] cmake: correction to SDPX license expression --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfb3331a667c2..bdd67d74a6a33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ if(DEFINED XP_NAMESPACE) FIND_THREADS PVT_DEPS nasm yasm WEB "http://www.openssl.org/" UPSTREAM "github.com/openssl/openssl" DESC "Cryptography and SSL/TLS Toolkit" - LICENSE "[BSD-style](http://www.openssl.org/source/license.html 'dual OpenSSL and SSLeay License: both are BSD-style licenses')" + LICENSE "[OpenSSL AND SSLeay](http://www.openssl.org/source/license.html 'dual OpenSSL and SSLeay License: both apply')" ) set(nameSpace NAMESPACE ${XP_NAMESPACE}::) endif()