Borough Rumford <[email protected]> wrote: > I know clamav is released under GPL license, and third-party commercial app > shouldn’t link libclamav.
Is the library under the GPL or LGPL - the answer is different for the two licences ? https://www.gnu.org/licenses/gpl-faq.en.html#GPLStaticVsDynamic https://www.gnu.org/licenses/gpl-faq.en.html#LGPLStaticVsDynamic AIUI, if you link against a GPL library then your code needs to be compatible with the GPL, if you link dynamically against an LGPL library then it doesn't. That's the reason for having the LGPL. _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
