COPYING.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. =============================
  2. The IPython licensing terms
  3. =============================
  4. IPython is licensed under the terms of the Modified BSD License (also known as
  5. New or Revised or 3-Clause BSD). See the LICENSE file.
  6. About the IPython Development Team
  7. ----------------------------------
  8. Fernando Perez began IPython in 2001 based on code from Janko Hauser
  9. <jhauser@zscout.de> and Nathaniel Gray <n8gray@caltech.edu>. Fernando is still
  10. the project lead.
  11. The IPython Development Team is the set of all contributors to the IPython
  12. project. This includes all of the IPython subprojects.
  13. The core team that coordinates development on GitHub can be found here:
  14. https://github.com/ipython/.
  15. Our Copyright Policy
  16. --------------------
  17. IPython uses a shared copyright model. Each contributor maintains copyright
  18. over their contributions to IPython. But, it is important to note that these
  19. contributions are typically only changes to the repositories. Thus, the IPython
  20. source code, in its entirety is not the copyright of any single person or
  21. institution. Instead, it is the collective copyright of the entire IPython
  22. Development Team. If individual contributors want to maintain a record of what
  23. changes/contributions they have specific copyright on, they should indicate
  24. their copyright in the commit message of the change, when they commit the
  25. change to one of the IPython repositories.
  26. With this in mind, the following banner should be used in any source code file
  27. to indicate the copyright and license terms:
  28. ::
  29. # Copyright (c) IPython Development Team.
  30. # Distributed under the terms of the Modified BSD License.