##// END OF EJS Templates
Update COPYING.txt...
Jonathan Frederic -
Show More
@@ -1,85 +1,74
1 1 =============================
2 2 The IPython licensing terms
3 3 =============================
4 4
5 5 IPython is licensed under the terms of the Modified BSD License (also known as
6 New or Revised BSD), as follows:
6 New or Revised or 3-Clause BSD), as follows:
7 7
8 Copyright (c) 2008-2010, IPython Development Team
9 Copyright (c) 2001-2007, Fernando Perez. <fernando.perez@colorado.edu>
10 Copyright (c) 2001, Janko Hauser <jhauser@zscout.de>
11 Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu>
8 - Copyright (c) 2008-2014, IPython Development Team
9 - Copyright (c) 2001-2007, Fernando Perez <fernando.perez@colorado.edu>
10 - Copyright (c) 2001, Janko Hauser <jhauser@zscout.de>
11 - Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu>
12 12
13 13 All rights reserved.
14 14
15 15 Redistribution and use in source and binary forms, with or without
16 16 modification, are permitted provided that the following conditions are met:
17 17
18 18 Redistributions of source code must retain the above copyright notice, this
19 19 list of conditions and the following disclaimer.
20 20
21 21 Redistributions in binary form must reproduce the above copyright notice, this
22 22 list of conditions and the following disclaimer in the documentation and/or
23 23 other materials provided with the distribution.
24 24
25 25 Neither the name of the IPython Development Team nor the names of its
26 26 contributors may be used to endorse or promote products derived from this
27 27 software without specific prior written permission.
28 28
29 29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
30 30 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
31 31 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32 32 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
33 33 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34 34 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
35 35 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
36 36 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37 37 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 38 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 39
40 40 About the IPython Development Team
41 41 ----------------------------------
42 42
43 43 Fernando Perez began IPython in 2001 based on code from Janko Hauser
44 44 <jhauser@zscout.de> and Nathaniel Gray <n8gray@caltech.edu>. Fernando is still
45 45 the project lead.
46 46
47 47 The IPython Development Team is the set of all contributors to the IPython
48 48 project. This includes all of the IPython subprojects. A full list with
49 49 details is kept in the documentation directory, in the file
50 50 ``about/credits.txt``.
51 51
52 52 The core team that coordinates development on GitHub can be found here:
53 http://github.com/ipython. As of late 2010, it consists of:
54
55 * Brian E. Granger
56 * Jonathan March
57 * Evan Patterson
58 * Fernando Perez
59 * Min Ragan-Kelley
60 * Robert Kern
61
53 https://github.com/ipython/.
62 54
63 55 Our Copyright Policy
64 56 --------------------
65 57
66 58 IPython uses a shared copyright model. Each contributor maintains copyright
67 59 over their contributions to IPython. But, it is important to note that these
68 60 contributions are typically only changes to the repositories. Thus, the IPython
69 61 source code, in its entirety is not the copyright of any single person or
70 62 institution. Instead, it is the collective copyright of the entire IPython
71 63 Development Team. If individual contributors want to maintain a record of what
72 64 changes/contributions they have specific copyright on, they should indicate
73 65 their copyright in the commit message of the change, when they commit the
74 66 change to one of the IPython repositories.
75 67
76 68 With this in mind, the following banner should be used in any source code file
77 69 to indicate the copyright and license terms:
78 70
79 #-----------------------------------------------------------------------------
80 # Copyright (c) 2010, IPython Development Team.
81 #
82 # Distributed under the terms of the Modified BSD License.
83 #
84 # The full license is in the file COPYING.txt, distributed with this software.
85 #-----------------------------------------------------------------------------
71 ::
72
73 # Copyright (c) IPython Development Team.
74 # Distributed under the terms of the Modified BSD License.
General Comments 0
You need to be logged in to leave comments. Login now