I have one doubt about LZO compression functions in IPP.
According to IPP reference manual, original library of IPP LZO is code of http://www.oberhumer.com/ .
I got LZO code (ver2.09, OpenSource version) and I read the document.
I found below sentences in explanation of LZO.
> The LZO algorithms and implementations are copyrighted OpenSource
> distributed under the GNU General Public License.
If I use LZO function of IPP in my product, it is not clear for me whether I must publish my source code.
It is mentioned that "LZO algorihtms" is applied GPL.
In my understanding, even if I use LZO feature in IPP, it is not needed to publish my source code and library.
Is it right ?