license.rst 959 B

12345678910111213141516171819202122232425262728293031323334353637
  1. License
  2. =======
  3. Babel is licensed under a three clause BSD License. It basically means:
  4. do whatever you want with it as long as the copyright in Babel sticks
  5. around, the conditions are not modified and the disclaimer is present.
  6. Furthermore you must not use the names of the authors to promote derivatives
  7. of the software without written consent.
  8. The full license text can be found below (:ref:`babel-license`).
  9. .. _authors:
  10. Authors
  11. -------
  12. .. include:: ../AUTHORS
  13. General License Definitions
  14. ---------------------------
  15. The following section contains the full license texts for Flask and the
  16. documentation.
  17. - "AUTHORS" hereby refers to all the authors listed in the
  18. :ref:`authors` section.
  19. - The ":ref:`babel-license`" applies to all the sourcecode shipped as
  20. part of Babel (Babel itself as well as the examples and the unit tests)
  21. as well as documentation.
  22. .. _babel-license:
  23. Babel License
  24. -------------
  25. .. include:: ../LICENSE