Skip to content

Commit 0ccb878

Browse files
dcsaba89blink1073
andauthored
Clean up license (#6743)
Co-authored-by: Steven Silvester <[email protected]>
1 parent 3aa73cb commit 0ccb878

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

LICENSE

+13-40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
This project is licensed under the terms of the Modified BSD License
2-
(also known as New or Revised or 3-Clause BSD), as follows:
1+
BSD 3-Clause License
32

43
- Copyright (c) 2001-2015, IPython Development Team
54
- Copyright (c) 2015-, Jupyter Development Team
@@ -9,50 +8,24 @@ All rights reserved.
98
Redistribution and use in source and binary forms, with or without
109
modification, are permitted provided that the following conditions are met:
1110

12-
Redistributions of source code must retain the above copyright notice, this
13-
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.
1413

15-
Redistributions in binary form must reproduce the above copyright notice, this
16-
list of conditions and the following disclaimer in the documentation and/or
17-
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.
1817

19-
Neither the name of the Jupyter Development Team nor the names of its
20-
contributors may be used to endorse or promote products derived from this
21-
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.
2221

23-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
24-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26-
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
2726
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2827
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2928
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3029
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3130
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3231
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33-
34-
## About the Jupyter Development Team
35-
36-
The Jupyter Development Team is the set of all contributors to the Jupyter project.
37-
This includes all of the Jupyter subprojects.
38-
39-
The core team that coordinates development on GitHub can be found here:
40-
https://github.com/jupyter/.
41-
42-
## Our Copyright Policy
43-
44-
Jupyter uses a shared copyright model. Each contributor maintains copyright
45-
over their contributions to Jupyter. But, it is important to note that these
46-
contributions are typically only changes to the repositories. Thus, the Jupyter
47-
source code, in its entirety is not the copyright of any single person or
48-
institution. Instead, it is the collective copyright of the entire Jupyter
49-
Development Team. If individual contributors want to maintain a record of what
50-
changes/contributions they have specific copyright on, they should indicate
51-
their copyright in the commit message of the change, when they commit the
52-
change to one of the Jupyter repositories.
53-
54-
With this in mind, the following banner should be used in any source code file
55-
to indicate the copyright and license terms:
56-
57-
# Copyright (c) Jupyter Development Team.
58-
# Distributed under the terms of the Modified BSD License.

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,31 @@ This repository is a Jupyter project and follows the Jupyter
106106
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) \[[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)\]
107107
- [Issues](https://github.com/jupyter/notebook/issues)
108108
- [Technical support - Jupyter Google Group](https://discourse.jupyter.org/)
109+
110+
## About the Jupyter Development Team
111+
112+
The Jupyter Development Team is the set of all contributors to the Jupyter project.
113+
This includes all of the Jupyter subprojects.
114+
115+
The core team that coordinates development on GitHub can be found here:
116+
https://github.com/jupyter/.
117+
118+
## Our Copyright Policy
119+
120+
Jupyter uses a shared copyright model. Each contributor maintains copyright
121+
over their contributions to Jupyter. But, it is important to note that these
122+
contributions are typically only changes to the repositories. Thus, the Jupyter
123+
source code, in its entirety is not the copyright of any single person or
124+
institution. Instead, it is the collective copyright of the entire Jupyter
125+
Development Team. If individual contributors want to maintain a record of what
126+
changes/contributions they have specific copyright on, they should indicate
127+
their copyright in the commit message of the change, when they commit the
128+
change to one of the Jupyter repositories.
129+
130+
With this in mind, the following banner should be used in any source code file
131+
to indicate the copyright and license terms:
132+
133+
```
134+
# Copyright (c) Jupyter Development Team.
135+
# Distributed under the terms of the Modified BSD License.
136+
```

0 commit comments

Comments
 (0)