From what I gather from the LGPL v2.1, if I static link to a library under LPGL, I have to
- Provide the source-code of the LPGL library
- Provide the header/object files for my program
The question is: suppose I am doing a commerical project, and I sell it to X. By LPGL 2.1, I need to give to X my header and object files. Is he then able to redistribute those header/object files as he deems fit, or may I add in exception clause to prevent him from doing so?