You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.8 KiB

4 years ago
  1. # Licensing terms
  2. This project is licensed under the terms of the Modified BSD License
  3. (also known as New or Revised or 3-Clause BSD), as follows:
  4. - Copyright (c) 2015, IPython Development Team
  5. All rights reserved.
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions are met:
  8. Redistributions of source code must retain the above copyright notice, this
  9. list of conditions and the following disclaimer.
  10. Redistributions in binary form must reproduce the above copyright notice, this
  11. list of conditions and the following disclaimer in the documentation and/or
  12. other materials provided with the distribution.
  13. Neither the name of the IPython Development Team nor the names of its
  14. contributors may be used to endorse or promote products derived from this
  15. software without specific prior written permission.
  16. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  17. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  18. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  19. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  20. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  21. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  22. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  23. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  24. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  25. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. ## About the IPython Development Team
  27. The IPython Development Team is the set of all contributors to the IPython project.
  28. This includes all of the IPython subprojects.
  29. The core team that coordinates development on GitHub can be found here:
  30. https://github.com/ipython/.
  31. ## Our Copyright Policy
  32. IPython uses a shared copyright model. Each contributor maintains copyright
  33. over their contributions to IPython. But, it is important to note that these
  34. contributions are typically only changes to the repositories. Thus, the IPython
  35. source code, in its entirety is not the copyright of any single person or
  36. institution. Instead, it is the collective copyright of the entire IPython
  37. Development Team. If individual contributors want to maintain a record of what
  38. changes/contributions they have specific copyright on, they should indicate
  39. their copyright in the commit message of the change, when they commit the
  40. change to one of the IPython repositories.
  41. With this in mind, the following banner should be used in any source code file
  42. to indicate the copyright and license terms:
  43. # Copyright (c) IPython Development Team.
  44. # Distributed under the terms of the Modified BSD License.