Ask Your Question

Revision history [back]

How to distribute a program including OpenCV library with opencv_license.txt

I consider to develop a commercial program including functions of OpenCV library. As far as I know, it is possible to distribute a program if it includes "License Agreement" in text format: opencv_license.txt

Currently I have customized OpenCV libraries directly and set static link from main program.

In this condition, does anybody know policies how I should pack the opencv_license.txt file in the program? Is it no problem to just put opencv_license.txt in the same folder of customized static linked libraries?