I’m developing a report engine for iOS devices which uses CoreData.
I wish release it with an open source license, but I don’t know which is the best to choose.
These are the requisites that I need to be satisfied:
- The engine could be used in commercial and non-commercial apps
- The developer that use the engine must give public credits into the app
- If the developer makes changes to the engine must release it (and only it) in a public repository or must send them to me to integrate them into a newer release.
Have you some suggestion?
I think this license(LGPL v3) right for you.