On 10/24/2014 06:35 AM, Joh Journeyer J. wrote: > Hello, > > I am new to this group. Glad to meet you all ^^; > > I have one question. > > I started to apply sphinx in my company for our product. > I added sphinx document project into a repository of our product. > And I planning to co-work with my co-workers to make a manual using Sphinx. > > In this case is it BSD as it is stated in the homepage of Sphinx? > (http://sphinx-doc.org/index.html) > > I don't hack into the Sphinx source code. I would only be the user. > Then, is it only BSD? And Is it free of charge for my case? > > Thank you very much in advance! > And I love Sphinx very much!!
Hi, the exact text of the license can be found here: https://bitbucket.org/birkenfeld/sphinx/src/default/LICENSE In short, most of the code is under a 2-clause BSD, some included portions are under the PSF and MIT licenses. As such, Sphinx is always free to use, free to modify and free to distribute (the latter under certain conditions). Output files created by Sphinx are not covered by its license, they are owned by you. cheers, Georg -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
