No, you should be able to remove the files libp3fmod_audio.dll, libfmodex.dll, libfmodexp.dll and it should be enough. (To be sure, search for files containing “fmod” and remove those.)
Also, ARToolKit is GPL, and we link to it statically. (Ahgr!)
hitl.washington.edu/artoolkit/license.html
ARToolKit is used for augmented reality so you can build without it, if you don’t need it.
The FFMpeg that Panda uses should be compiled with the GPL parts removed, so only LGPL, but since it’s linked statically (LGPL does apply then), be very careful.
ffmpeg.org/legal.html
FFTW is GPL, eek. And we link to it statically! I need to get that fixed.
But you don’t really need it, you can compile without.
Also, you can get it under a different license:
fftw.org/fftw3_doc/License-a … right.html
OpenAL is LGPL, and linked statically. You can remove it easily though.
ZLib and libpng are free for commercial use.
OpenCV is free, as long as you put the license text anywhere.
FCollada and libsquish are MIT, no need to worry.
Well, you need to check the Nvidia Cg Toolkit, libtiff, libvrpn, and openssl for yourself.