~pivanov/ipython/devel

« back to all changes in this revision

Viewing changes to docs/source/license_and_copyright.txt

  • Committer: Brian Granger
  • Date: 2008-12-07 00:24:30 UTC
  • mfrom: (1109.1.61 bg-trunk-dev)
  • Revision ID: ellisonbg@gmail.com-20081207002430-b97m241iy95tsl0i
New version of ipcluster and docs updates.

This branch has a complete rewrite of the ipcluster script.  The script
is now based on Twisted and has support for starting clusters using
PBS, mpirun and on localhost.

The developer docs have been fully updated to reflect our current
dev workflow with lp and bzr.

The changelog has been reformatted some to keep its style consistent.

A new security document has been aded that describes the Foolscap 
security model in depth.

Minor fixed to ipengine and ipcluster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
    All rights reserved.
15
15
 
16
 
    Redistribution and use in source and binary forms, with or without modification,
17
 
    are permitted provided that the following conditions are met:
18
 
 
19
 
    Redistributions of source code must retain the above copyright notice, this list of
20
 
    conditions and the following disclaimer.
21
 
 
22
 
    Redistributions in binary form must reproduce the above copyright notice, this list
23
 
    of conditions and the following disclaimer in the documentation and/or other
24
 
    materials provided with the distribution.
25
 
 
26
 
    Neither the name of the IPython Development Team nor the names of its contributors
27
 
    may be used to endorse or promote products derived from this software without
28
 
    specific prior written permission.
29
 
 
30
 
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
31
 
    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32
 
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
33
 
    IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
34
 
    INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
35
 
    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
36
 
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
37
 
    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38
 
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39
 
    POSSIBILITY OF SUCH DAMAGE.
 
16
    Redistribution and use in source and binary forms, with or without
 
17
    modification, are permitted provided that the following conditions are
 
18
    met:
 
19
 
 
20
    Redistributions of source code must retain the above copyright notice,
 
21
    this list of conditions and the following disclaimer.
 
22
 
 
23
    Redistributions in binary form must reproduce the above copyright notice,
 
24
    this list of conditions and the following disclaimer in the documentation
 
25
    and/or other materials provided with the distribution.
 
26
 
 
27
    Neither the name of the IPython Development Team nor the names of its
 
28
    contributors may be used to endorse or promote products derived from this
 
29
    software without specific prior written permission.
 
30
 
 
31
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 
32
    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 
33
    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 
34
    PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 
35
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
36
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
37
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
38
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
39
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
40
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
41
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40
42
 
41
43
About the IPython Development Team
42
44
==================================
43
45
 
44
 
Fernando Perez began IPython in 2001 based on code from Janko Hauser <jhauser@zscout.de> 
45
 
and Nathaniel Gray <n8gray@caltech.edu>.  Fernando is still the project lead.
 
46
Fernando Perez began IPython in 2001 based on code from Janko Hauser
 
47
<jhauser@zscout.de> and Nathaniel Gray <n8gray@caltech.edu>. Fernando is still
 
48
the project lead.
46
49
 
47
 
The IPython Development Team is the set of all contributors to the IPython project.
48
 
This includes all of the IPython subprojects. Here is a list of the currently active contributors:
 
50
The IPython Development Team is the set of all contributors to the IPython
 
51
project. This includes all of the IPython subprojects. Here is a list of the
 
52
currently active contributors:
49
53
 
50
54
        * Matthieu Brucher
51
55
        * Ondrej Certik
65
69
Our Copyright Policy
66
70
====================
67
71
 
68
 
IPython uses a shared copyright model. Each contributor maintains copyright over
69
 
their contributions to IPython. But, it is important to note that these
70
 
contributions are typically only changes to the repositories. Thus, the IPython
71
 
source code, in its entirety is not the copyright of any single person or
72
 
institution. Instead, it is the collective copyright of the entire IPython
 
72
IPython uses a shared copyright model. Each contributor maintains copyright
 
73
over their contributions to IPython. But, it is important to note that these
 
74
contributions are typically only changes to the repositories. Thus, the
 
75
IPython source code, in its entirety is not the copyright of any single person
 
76
or institution. Instead, it is the collective copyright of the entire IPython
73
77
Development Team. If individual contributors want to maintain a record of what
74
 
changes/contributions they have specific copyright on, they should indicate their
75
 
copyright in the commit message of the change, when they commit the change to
76
 
one of the IPython repositories.
 
78
changes/contributions they have specific copyright on, they should indicate
 
79
their copyright in the commit message of the change, when they commit the
 
80
change to one of the IPython repositories.
77
81
 
78
82
Miscellaneous
79
83
=============
80
84
 
81
85
Some files (DPyGetOpt.py, for example) may be licensed under different
82
 
conditions. Ultimately each file indicates clearly the conditions under
83
 
which its author/authors have decided to publish the code.
 
86
conditions. Ultimately each file indicates clearly the conditions under which
 
87
its author/authors have decided to publish the code.
84
88
 
85
 
Versions of IPython up to and including 0.6.3 were released under the
86
 
GNU Lesser General Public License (LGPL), available at
 
89
Versions of IPython up to and including 0.6.3 were released under the GNU
 
90
Lesser General Public License (LGPL), available at
87
91
http://www.gnu.org/copyleft/lesser.html.
 
 
b'\\ No newline at end of file'