| The object code is the aggregate of your code and the library's header code. If you have just your object code, you are not bound by the license of the library, then you don't need to include it. If you have just the library header code, then you are not incorporating it into anything else, and have no obligations by the license. If you have both the library header code incorporated into your object code , then you are bound by the license to provide attribution along with that incorporated object code. As for you second question, I'd guess lines per file. But it is a bit ambiguous, as almost all legalese is. Again, you could just err toward caution, and include the license text regardless. Are you averse to this for some reason? Oh, and as per the wiki link, object code is the compiled binary of your source code. At this point, whatever headers you included would already be integrated. |
The fact that your understanding of the license is different shows just how sneaky and obfuscated LGPL is.