~ipython-dev/ipython/0.10.1

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Fernando Perez
  • Date: 2008-06-02 01:26:30 UTC
  • mfrom: (0.1.130 ipython-local)
  • Revision ID: fernando.perez@berkeley.edu-20080602012630-m14vezrhydzvahf8
Merge in all development done in bzr since February 16 2008.

At that time, a clean bzr branch was started from the SVN tree, but
without SVN history.  That SVN history has now been used as the basis
of this branch, and the development done on the history-less BZR
branch has been added and is the content of this merge.  

This branch will be the new official main line of development in
Launchpad (equivalent to the old SVN trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package was debianized by Jack Moffitt <jack@xiph.org> on
 
2
Wed, 12 Mar 2003 20:38:14 -0700.
 
3
 
 
4
It was downloaded from http://ipython.scipy.org/
 
5
 
 
6
Upstream Author: Fernando Perez <fperez@colorado.edu>,
 
7
                 Janko Hauser <jhauser@ifm.uni-kiel.de>,
 
8
                 Nathaniel Gray <n8gray@caltech.edu>
 
9
 
 
10
Copyright:
 
11
 
 
12
Most IPython code is copyright (C) 2001 by Fernando Perez, Janko
 
13
Hauser, and Nathaniel Gray.  All code is licensed under the GNU Lesser
 
14
General Public License (LGPL) except as explicitly mentioned below.
 
15
Its full text is included in the file /usr/share/common-licenses/LGPL.
 
16
 
 
17
DPyGetOpt.py is copyright (C) 2001 by Bill Bumgarner <bbum@friday.com>
 
18
and is licensed under the MIT license, reproduced below:
 
19
 
 
20
Permission is hereby granted, free of charge, to any person obtaining a copy
 
21
of this software and associated documentation files (the "Software"), to
 
22
deal in the Software without restriction, including without limitation the
 
23
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 
24
sell copies of the Software, and to permit persons to whom the Software is
 
25
furnished to do so, subject to the following conditions:
 
26
 
 
27
The above copyright notice and this permission notice shall be included in
 
28
all copies or substantial portions of the Software.
 
29
 
 
30
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
31
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
32
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 
33
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
34
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
35
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 
36
IN THE SOFTWARE.
 
37
 
 
38
FlexCompleter.py is copyright (C) 2001 by the Python Software
 
39
Foundation and licensed under the terms of the Python Software
 
40
Foundation License, reproduced below:
 
41
 
 
42
A. HISTORY OF THE SOFTWARE
 
43
==========================
 
44
 
 
45
Python was created in the early 1990s by Guido van Rossum at Stichting
 
46
Mathematisch Centrum (CWI) in the Netherlands as a successor of a
 
47
language called ABC.  Guido is Python's principal author, although it
 
48
includes many contributions from others.  The last version released
 
49
from CWI was Python 1.2.  In 1995, Guido continued his work on Python
 
50
at the Corporation for National Research Initiatives (CNRI) in Reston,
 
51
Virginia where he released several versions of the software.  Python
 
52
1.6 was the last of the versions released by CNRI.  In 2000, Guido and
 
53
the Python core development team moved to BeOpen.com to form the
 
54
BeOpen PythonLabs team.  Python 2.0 was the first and only release
 
55
from BeOpen.com.
 
56
 
 
57
Following the release of Python 1.6, and after Guido van Rossum left
 
58
CNRI to work with commercial software developers, it became clear that
 
59
the ability to use Python with software available under the GNU Public
 
60
License (GPL) was very desirable.  CNRI and the Free Software
 
61
Foundation (FSF) interacted to develop enabling wording changes to the
 
62
Python license.  Python 1.6.1 is essentially the same as Python 1.6,
 
63
with a few minor bug fixes, and with a different license that enables
 
64
later versions to be GPL-compatible.  Python 2.1 is a derivative work
 
65
of Python 1.6.1, as well as of Python 2.0.
 
66
 
 
67
After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
 
68
other PythonLabs developers joined Digital Creations.  All
 
69
intellectual property added from this point on, starting with Python
 
70
2.1 and its alpha and beta releases, is owned by the Python Software
 
71
Foundation (PSF), a non-profit modeled after the Apache Software
 
72
Foundation.  See http://www.python.org/psf/ for more information about
 
73
the PSF.
 
74
 
 
75
Thanks to the many outside volunteers who have worked under Guido's
 
76
direction to make these releases possible.
 
77
 
 
78
 
 
79
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
 
80
===============================================================
 
81
 
 
82
PSF LICENSE AGREEMENT
 
83
---------------------
 
84
 
 
85
1. This LICENSE AGREEMENT is between the Python Software Foundation
 
86
("PSF"), and the Individual or Organization ("Licensee") accessing and
 
87
otherwise using Python 2.1 software in source or binary form and its
 
88
associated documentation.
 
89
 
 
90
2. Subject to the terms and conditions of this License Agreement, PSF
 
91
hereby grants Licensee a nonexclusive, royalty-free, world-wide
 
92
license to reproduce, analyze, test, perform and/or display publicly,
 
93
prepare derivative works, distribute, and otherwise use Python 2.1
 
94
alone or in any derivative version, provided, however, that PSF's
 
95
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
 
96
2001 Python Software Foundation; All Rights Reserved" are retained in
 
97
Python 2.1 alone or in any derivative version prepared by Licensee.
 
98
 
 
99
3. In the event Licensee prepares a derivative work that is based on
 
100
or incorporates Python 2.1 or any part thereof, and wants to make
 
101
the derivative work available to others as provided herein, then
 
102
Licensee hereby agrees to include in any such work a brief summary of
 
103
the changes made to Python 2.1.
 
104
 
 
105
4. PSF is making Python 2.1 available to Licensee on an "AS IS"
 
106
basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
 
107
IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
 
108
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
 
109
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.1 WILL NOT
 
110
INFRINGE ANY THIRD PARTY RIGHTS.
 
111
 
 
112
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
 
113
2.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
 
114
RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.1, OR
 
115
ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
 
116
 
 
117
6. This License Agreement will automatically terminate upon a material
 
118
breach of its terms and conditions.
 
119
 
 
120
7. This License Agreement shall be governed by the federal
 
121
intellectual property law of the United States, including without
 
122
limitation the federal copyright law, and, to the extent such
 
123
U.S. federal law does not apply, by the law of the Commonwealth of
 
124
Virginia, excluding Virginia's conflict of law provisions.
 
125
Notwithstanding the foregoing, with regard to derivative works based
 
126
on Python 1.6.1 that incorporate non-separable material that was
 
127
previously distributed under the GNU General Public License (GPL), the
 
128
law of the Commonwealth of Virginia shall govern this License
 
129
Agreement only as to issues arising under or with respect to
 
130
Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
 
131
License Agreement shall be deemed to create any relationship of
 
132
agency, partnership, or joint venture between CNRI and Licensee.  This
 
133
License Agreement does not grant permission to use CNRI trademarks or
 
134
trade name in a trademark sense to endorse or promote products or
 
135
services of Licensee, or any third party.
 
136
 
 
137
8. By clicking on the "ACCEPT" button where indicated, or by copying,
 
138
installing or otherwise using Python 1.6.1, Licensee agrees to be
 
139
bound by the terms and conditions of this License Agreement.
 
140
 
 
141
        ACCEPT
 
142
 
 
143
 
 
144
CWI PERMISSIONS STATEMENT AND DISCLAIMER
 
145
----------------------------------------
 
146
 
 
147
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
 
148
The Netherlands.  All rights reserved.
 
149
 
 
150
Permission to use, copy, modify, and distribute this software and its
 
151
documentation for any purpose and without fee is hereby granted,
 
152
provided that the above copyright notice appear in all copies and that
 
153
both that copyright notice and this permission notice appear in
 
154
supporting documentation, and that the name of Stichting Mathematisch
 
155
Centrum or CWI not be used in advertising or publicity pertaining to
 
156
distribution of the software without specific, written prior
 
157
permission.
 
158
 
 
159
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
 
160
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
161
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
 
162
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 
163
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 
164
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 
165
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
166
 
 
167
Itpl.py is copyright (C) 2001 Ka-Ping Yee <ping@lfw.org> and licensed
 
168
under the MIT license reproduced above.