Hacker News new | ask | show | jobs
by jheriko 3940 days ago
yeah, projects under LGPL (e.g. Qt) include a special modification allowing use of header files so that people can actually use them as pre-built libraries due to the famously confusing 'static linking' statements in the licenses.

from what I understand even LGPL doesn't allow you to use header files in non (L)GPL code in order to interoperate with an LGPL library.