Hey there I was wondering if some one could explain to me the whole deal with the LGPL, I read up on it and it's just so much to take in... What I have taken from it is that you can use the code for both open source and commercial as long as you share your code? Now that is what I am confused on... So if I dynamically link the code and don't tinker with any of the source, does that mean I still need to share all of my projects source code to the world simply because I am using that library? Or does it mean if I tinker with the source of the library under LGPL then I have to share the code I tweaked.
I have a commercial project I want to start but I don't want to share my projects code and I don't plan to tweak any of the libraries I have implemented that are under that license... Do I still have to share ALL my code? I have no problem sharing any tweaks I make to library if I make them.
So many different licenses it can all get very confusing... At least for me anyways, an explanation would be greatly appreciated!