I am wondering what the implications are for adding OSGi manifest headers to the META-INF/manifest.MF
file to a LGPL library.
Its not changing the source, but the binary JAR is modified. The changes are clearly visible and plain text in the JAR file.
I understand the LPGL would require me to release the source changes only. What exactly would that mean?
The specific example I have in mind is Hibernate.