mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Make LICENSE parse correctly on GitHub (#2318)
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
#
|
#
|
||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
|
||||||
|
exclude: ^LICENSE.md$
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
# Autoupdate: Python code
|
# Autoupdate: Python code
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
@@ -7,4 +7,24 @@ for information about how to contribute
|
|||||||
[tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html),
|
[tests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/tests.html),
|
||||||
and [community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).
|
and [community-maintained stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html).
|
||||||
|
|
||||||
|
## Our Copyright Policy
|
||||||
|
|
||||||
|
Jupyter uses a shared copyright model. Each contributor maintains copyright
|
||||||
|
over their contributions to Jupyter. But, it is important to note that these
|
||||||
|
contributions are typically only changes to the repositories. Thus, the Jupyter
|
||||||
|
source code, in its entirety is not the copyright of any single person or
|
||||||
|
institution. Instead, it is the collective copyright of the entire Jupyter
|
||||||
|
Development Team. If individual contributors want to maintain a record of what
|
||||||
|
changes/contributions they have specific copyright on, they should indicate
|
||||||
|
their copyright in the commit message of the change, when they commit the
|
||||||
|
change to one of the Jupyter repositories.
|
||||||
|
|
||||||
|
With this in mind, the following banner should be used in any source code file
|
||||||
|
to indicate the copyright and license terms:
|
||||||
|
|
||||||
|
```text
|
||||||
|
# Copyright (c) Jupyter Development Team.
|
||||||
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
```
|
||||||
|
|
||||||
<!-- markdownlint-disable-file MD041 -->
|
<!-- markdownlint-disable-file MD041 -->
|
||||||
|
60
LICENSE.md
60
LICENSE.md
@@ -1,60 +1,30 @@
|
|||||||
# Licensing terms
|
BSD 3-Clause License
|
||||||
|
|
||||||
This project is licensed under the terms of the Modified BSD License
|
Copyright (c) 2001-2015, IPython Development Team
|
||||||
(also known as New or Revised or 3-Clause BSD), as follows:
|
|
||||||
|
|
||||||
- Copyright (c) 2001-2015, IPython Development Team
|
Copyright (c) 2015-, Jupyter Development Team
|
||||||
- Copyright (c) 2015-, Jupyter Development Team
|
|
||||||
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
Redistributions of source code must retain the above copyright notice, this
|
1. Redistributions of source code must retain the above copyright notice, this
|
||||||
list of conditions and the following disclaimer.
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
Redistributions in binary form must reproduce the above copyright notice, this
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
list of conditions and the following disclaimer in the documentation and/or
|
this list of conditions and the following disclaimer in the documentation
|
||||||
other materials provided with the distribution.
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
Neither the name of the Jupyter Development Team nor the names of its
|
3. Neither the name of the copyright holder nor the names of its
|
||||||
contributors may be used to endorse or promote products derived from this
|
contributors may be used to endorse or promote products derived from
|
||||||
software without specific prior written permission.
|
this software without specific prior written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
## About the Jupyter Development Team
|
|
||||||
|
|
||||||
The Jupyter Development Team is the set of all contributors to the Jupyter project.
|
|
||||||
This includes all of the Jupyter subprojects.
|
|
||||||
|
|
||||||
The core team that coordinates development on GitHub can be found here:
|
|
||||||
<https://github.com/jupyter/>.
|
|
||||||
|
|
||||||
## Our Copyright Policy
|
|
||||||
|
|
||||||
Jupyter uses a shared copyright model. Each contributor maintains copyright
|
|
||||||
over their contributions to Jupyter. But, it is important to note that these
|
|
||||||
contributions are typically only changes to the repositories. Thus, the Jupyter
|
|
||||||
source code, in its entirety is not the copyright of any single person or
|
|
||||||
institution. Instead, it is the collective copyright of the entire Jupyter
|
|
||||||
Development Team. If individual contributors want to maintain a record of what
|
|
||||||
changes/contributions they have specific copyright on, they should indicate
|
|
||||||
their copyright in the commit message of the change, when they commit the
|
|
||||||
change to one of the Jupyter repositories.
|
|
||||||
|
|
||||||
With this in mind, the following banner should be used in any source code file
|
|
||||||
to indicate the copyright and license terms:
|
|
||||||
|
|
||||||
# Copyright (c) Jupyter Development Team.
|
|
||||||
# Distributed under the terms of the Modified BSD License.
|
|
||||||
|
32
README.md
32
README.md
@@ -131,6 +131,38 @@ If you want to use the older `Ubuntu` and/or `Python` version, you can use the f
|
|||||||
Please see the [Contributor Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
|
Please see the [Contributor Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
|
||||||
for information about how to contribute recipes, features, tests, and community-maintained stacks.
|
for information about how to contribute recipes, features, tests, and community-maintained stacks.
|
||||||
|
|
||||||
|
## LICENSE
|
||||||
|
|
||||||
|
This project is licensed under the terms of the Modified BSD License (also known as New or Revised or 3-Clause BSD).
|
||||||
|
|
||||||
|
## About the Jupyter Development Team
|
||||||
|
|
||||||
|
The Jupyter Development Team is the set of all contributors to the Jupyter project.
|
||||||
|
This includes all of the Jupyter subprojects.
|
||||||
|
|
||||||
|
The core team that coordinates development on GitHub can be found here:
|
||||||
|
<https://github.com/jupyter/>.
|
||||||
|
|
||||||
|
## Our Copyright Policy
|
||||||
|
|
||||||
|
Jupyter uses a shared copyright model. Each contributor maintains copyright
|
||||||
|
over their contributions to Jupyter. But, it is important to note that these
|
||||||
|
contributions are typically only changes to the repositories. Thus, the Jupyter
|
||||||
|
source code, in its entirety is not the copyright of any single person or
|
||||||
|
institution. Instead, it is the collective copyright of the entire Jupyter
|
||||||
|
Development Team. If individual contributors want to maintain a record of what
|
||||||
|
changes/contributions they have specific copyright on, they should indicate
|
||||||
|
their copyright in the commit message of the change, when they commit the
|
||||||
|
change to one of the Jupyter repositories.
|
||||||
|
|
||||||
|
With this in mind, the following banner should be used in any source code file
|
||||||
|
to indicate the copyright and license terms:
|
||||||
|
|
||||||
|
```text
|
||||||
|
# Copyright (c) Jupyter Development Team.
|
||||||
|
# Distributed under the terms of the Modified BSD License.
|
||||||
|
```
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
- [rocker/binder](https://rocker-project.org/images/versioned/binder.html) -
|
- [rocker/binder](https://rocker-project.org/images/versioned/binder.html) -
|
||||||
|
Reference in New Issue
Block a user