1
1
BSD 3-Clause License
2
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:
5
-
6
3
- Copyright (c) 2001-2015, IPython Development Team
7
4
- Copyright (c) 2015-, Jupyter Development Team
8
5
@@ -18,7 +15,7 @@ modification, are permitted provided that the following conditions are met:
18
15
this list of conditions and the following disclaimer in the documentation
19
16
and/or other materials provided with the distribution.
20
17
21
- 3. Neither the name of the Jupyter Development Team nor the names of its
18
+ 3. Neither the name of the copyright holder nor the names of its
22
19
contributors may be used to endorse or promote products derived from
23
20
this software without specific prior written permission.
24
21
@@ -32,31 +29,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
29
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
30
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
31
OF 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
- ```
60
- # Copyright (c) Jupyter Development Team.
61
- # Distributed under the terms of the Modified BSD License.
62
- ```
0 commit comments