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.

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