I found a few questions related to this around here but not exactly what I need. I'm working on a product that uses several LGPL licensed products that I modified and my own code as well. I want to release the product under a LGPL license, I suppose that's fine.
Now, regarding modyifing the code, I have a few questions. Each file contains comments in the header related to the author/product and so on. Should I leave that there and add notes under that regarding the changes made? If so, what about heavily modified files? Also, do I need to have any file that keeps track of all changes? (that sounds like a lot of work)
I would gladly kep the header of the files with the original author intact and add in myself and changes to the file, but is that ok according to the LGPL license? And the last thing, if I'm using the original product as a codebase for my own and I rename files and such, do I edit the original comments to match the new filenames?
Thanks!