Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
yt-project
GitHub Repository: yt-project/yt
Path: blob/main/COPYING.txt
925 views
1
===============================
2
The yt project licensing terms
3
===============================
4
5
yt is licensed under the terms of the Modified BSD License (also known as New
6
or Revised BSD), as follows:
7
8
Copyright (c) 2013-, yt Development Team
9
Copyright (c) 2006-2013, Matthew Turk <[email protected]>
10
11
All rights reserved.
12
13
Redistribution and use in source and binary forms, with or without
14
modification, are permitted provided that the following conditions are met:
15
16
Redistributions of source code must retain the above copyright notice, this
17
list of conditions and the following disclaimer.
18
19
Redistributions in binary form must reproduce the above copyright notice, this
20
list of conditions and the following disclaimer in the documentation and/or
21
other materials provided with the distribution.
22
23
Neither the name of the yt Development Team nor the names of its
24
contributors may be used to endorse or promote products derived from this
25
software without specific prior written permission.
26
27
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
28
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
31
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
38
About the yt Development Team
39
-----------------------------
40
41
Matthew Turk began yt in 2006 and remains the project lead. Over time yt has
42
grown to include contributions from a large number of individuals from many
43
diverse institutions, scientific, and technical backgrounds.
44
45
Until the fall of 2013, yt was licensed under the GPLv3. However, with consent
46
from all developers and on a public mailing list, yt has been relicensed under
47
the BSD 3-clause under a shared copyright model. For more information, see:
48
https://mail.python.org/archives/list/[email protected]/thread/G4DJDDGB4PSZFJVPWRSHNOSUMTISXC4X/
49
and https://yt-project.github.io/blog/posts/relicensing/ . All versions of yt
50
prior to this licensing change are available under the GPLv3; all subsequent
51
versions (yt versions >= 2.6.0) are available under the BSD 3-clause license.
52
53
The yt Development Team is the set of all contributors to the yt project. This
54
includes all of the yt subprojects.
55
56
The core team that coordinates development on GitHub can be found here:
57
https://github.com/yt-project/yt
58
59
60
Our Copyright Policy
61
--------------------
62
63
yt uses a shared copyright model. Each contributor maintains copyright
64
over their contributions to yt. But, it is important to note that these
65
contributions are typically only changes to the repositories. Thus, the yt
66
source code, in its entirety is not the copyright of any single person or
67
institution. Instead, it is the collective copyright of the entire yt
68
Development Team. If individual contributors want to maintain a record of what
69
changes/contributions they have specific copyright on, they should indicate
70
their copyright in the commit message of the change, when they commit the
71
change to one of the yt repositories.
72
73