Hi Bostjan, I think you are misunderstanding one basic thing. You do not NEED a license for your own code. By default, program code is protected by copyright in most parts of the world.
Licenses clarify or renounce some or all of the protections of copyright and patent law, and they only matter if or when you share your code with others. If your code is for your use only, or internal to your company, you do not need a license for it. The AGPL is the only exception: if you are modifying someone else's AGPL code, you may possibly need to disclose your changes. It depends on what you are doing. Otherwise, all the license allow you to keep things private, and you do not really need a license at all for your own original inventions. On Sat, May 14, 2011 at 9:37 AM, Boštjan Mejak <[email protected]>wrote: > So if I use the BSD license as Django does, do I need to (according to this > license) disclose my source code or not? Which BSD license is Django using > anyway? Clause 3? > > -- > 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. > -- Bjarni R. Einarsson The Beanstalks Project ehf. Making personal web-pages fly: http://pagekite.net/ -- 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.

