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

asked 2014-08-21 06:49:44 -0600

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?

edit retag flag offensive close merge delete

Comments

The opencv_license.txt is quite same as this page. http://opencv.org/license.html If this question has anything hard to understand, please feel free to post questions. I hope someone kindly post/answer to this question. Thank you in advance.

Yuto Kawabata gravatar imageYuto Kawabata ( 2014-08-24 21:18:37 -0600 )edit