
Fri, 03/18/2011 - 12:01
Forums:
Now,new version OCC using Intel TBB,But I notice that Intel TBB is Licensed under GPLv2 with the runtime exception.
I want to know ,Intel TBB is under GPLv2,Then my porgram will also must open source code,isn't it ?
Now,new version OCC using Intel TBB,But I notice that Intel TBB is Licensed under GPLv2 with the runtime exception.
I want to know ,Intel TBB is under GPLv2,Then my porgram will also must open source code,isn't it ?
Fri, 03/18/2011 - 12:11
Hi ttssy,
not necessarily. For example look here:
http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.any_program
or google for TBB and GPL / runtime exception.
Pawel
Sat, 03/19/2011 - 13:15
Thank you very much.