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