File: copyright

package info (click to toggle)
pydb 1.01-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 157
  • sloc: python: 1,122; makefile: 40; sh: 18
file content (74 lines) | stat: -rw-r--r-- 2,925 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
This package was debianized by Gregor Hoffleit <flight@debian.org> on
Sun, 22 Aug 1999 23:02:50 +0200.

It was downloaded from http://daikon.tuc.noao.edu/python/.

Upstream Author: Richard Wolff <rwolff@noao.edu>

Copyright:

pydb.py is based on pdb.py, which is distributed with Python. The Python
license is included below. According to the author of the modifications,
his modifications and additions are also relased under the terms of the
Python license. I think this will be clarified in one of the next
releases:

  Date: Sun, 22 Aug 1999 15:58:03 -0700 (MST)
  From: rwolff@noao.edu (Richard Wolff)
  Message-Id: <199908222258.PAA06590@daikon.tuc.noao.edu>
  To: flight@mathi.uni-heidelberg.de
  Subject: Re: pydb license ?
  X-Sun-Charset: US-ASCII
  Status: RO
  Content-Length: 432
  Lines: 11
  
  I am completely ignorant of all the real ins-and-outs of the world of
  licensing.  So I'm not sure what verbiage is really appropriate.  However,
  I've added a "License" file to my Python directory at my site that says
  
    All pydb code is released under the same terms and conditions as the
    Python license.
  
  If that's all you need, fine.  If there's more, you'll probably have to tell
  me what to write and where to put it.
  
  Richard



The license of the Python source is as follows:
----------------------------------------------


The Python source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright notice:

----------------------------------------------------------------------
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or
CNRI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.

While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.

STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.