On Fri, May 13, 2011 at 3:05 PM, Boštjan Mejak <[email protected]> wrote: > For example, the CCleaner GUI application provides only the setup (so the > binaries) of the application. They don't give the source code of it. If I > wanted the same thing with my app, is the MIT license the right choice for > me? >
If you use the MIT license, anyone receiving the license can do whatever they want with the code, including distribute the code, or binaries derived from the code without the accompanying code. This is OT from django now.. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

