1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #18073 from vpisarev:apache2_license

changed OpenCV license from BSD to Apache 2 license

* as discussed and announced earlier, changed OpenCV license from BSD to Apache 2. Many files still contain old-style copyrights though

* changed wording a bit; preserve the original OpenCV BSD license
This commit is contained in:
Vadim Pisarevsky
2020-08-17 14:49:11 +03:00
committed by GitHub
parent 8753203df0
commit 5108e3ced6
15 changed files with 313 additions and 45 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ set(CPACK_RPM_COMPONENT_INSTALL TRUE)
set(CPACK_RPM_PACKAGE_SUMMARY ${CPACK_PACKAGE_DESCRIPTION_SUMMARY})
set(CPACK_RPM_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION})
set(CPACK_RPM_PACKAGE_URL "http://opencv.org")
set(CPACK_RPM_PACKAGE_LICENSE "BSD")
set(CPACK_RPM_PACKAGE_LICENSE "Apache 2.0")
#deb options
set(CPACK_DEB_COMPONENT_INSTALL TRUE)