From 2364056aa30fb1a363f136cfa56c2a8c9c499598 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 12 May 2025 11:46:40 +0300 Subject: [PATCH] License update in CPack generated packages. --- cmake/OpenCVPackaging.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenCVPackaging.cmake b/cmake/OpenCVPackaging.cmake index 2480a1cae8..2428455e6f 100644 --- a/cmake/OpenCVPackaging.cmake +++ b/cmake/OpenCVPackaging.cmake @@ -12,7 +12,7 @@ if(NOT OPENCV_CUSTOM_PACKAGE_INFO) "OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of -machine perception in the commercial products. Being a BSD-licensed product, +machine perception in the commercial products. Being a Apache 2.0 -licensed product, OpenCV makes it easy for businesses to utilize and modify the code.") set(CPACK_PACKAGE_VENDOR "OpenCV Foundation") set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")