File: license.html

package info (click to toggle)
diveintopython 5.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 4,116 kB
  • ctags: 2,838
  • sloc: python: 4,417; xml: 894; makefile: 29
file content (120 lines) | stat: -rw-r--r-- 7,937 bytes parent folder | download | duplicates (2)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120

<!DOCTYPE html
  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   
      <title>Appendix&nbsp;H.&nbsp;Python license</title>
      <link rel="stylesheet" href="../diveintopython.css" type="text/css">
      <link rev="made" href="mailto:f8dy@diveintopython.org">
      <meta name="generator" content="DocBook XSL Stylesheets V1.52.2">
      <meta name="keywords" content="Python, Dive Into Python, tutorial, object-oriented, programming, documentation, book, free">
      <meta name="description" content="Python from novice to pro">
      <link rel="home" href="../toc/index.html" title="Dive Into Python">
      <link rel="up" href="../toc/index.html" title="Dive Into Python">
      <link rel="previous" href="fdl_howto.html" title="G.11.&nbsp;How to use this License for your documents">
      <link rel="next" href="license_terms.html" title="H.B.&nbsp;Terms and conditions for accessing or otherwise using Python">
   </head>
   <body>
      <table id="Header" width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
         <tr>
            <td id="breadcrumb" colspan="5" align="left" valign="top">You are here: <a href="../index.html">Home</a>&nbsp;&gt;&nbsp;<a href="../toc/index.html">Dive Into Python</a>&nbsp;&gt;&nbsp;<span class="thispage">Python license</span></td>
            <td id="navigation" align="right" valign="top">&nbsp;&nbsp;&nbsp;<a href="fdl_howto.html" title="Prev: &#8220;How to use this License for your documents&#8221;">&lt;&lt;</a>&nbsp;&nbsp;&nbsp;<a href="license_terms.html" title="Next: &#8220;Terms and conditions for accessing or otherwise using Python&#8221;">&gt;&gt;</a></td>
         </tr>
         <tr>
            <td colspan="3" id="logocontainer">
               <h1 id="logo"><a href="../index.html" accesskey="1">Dive Into Python</a></h1>
               <p id="tagline">Python from novice to pro</p>
            </td>
            <td colspan="3" align="right">
               <form id="search" method="GET" action="http://www.google.com/custom">
                  <p><label for="q" accesskey="4">Find:&nbsp;</label><input type="text" id="q" name="q" size="20" maxlength="255" value=" "> <input type="submit" value="Search"><input type="hidden" name="cof" value="LW:752;L:http://diveintopython.org/images/diveintopython.png;LH:42;AH:left;GL:0;AWFID:3ced2bb1f7f1b212;"><input type="hidden" name="domains" value="diveintopython.org"><input type="hidden" name="sitesearch" value="diveintopython.org"></p>
               </form>
            </td>
         </tr>
      </table>
      <!--#include virtual="/inc/ads" -->
      <div class="appendix" lang="en">
         <div class="titlepage">
            <div>
               <div>
                  <h2 class="title"><a name="license"></a>Appendix&nbsp;H.&nbsp;<span class="application">Python</span> license
                  </h2>
               </div>
            </div>
            <div></div>
         </div>
         <div class="toc">
            <ul>
               <li><span class="section"><a href="license.html#d0e40180">H.A. History of the software</a></span></li>
               <li><span class="section"><a href="license_terms.html">H.B. Terms and conditions for accessing or otherwise using Python</a></span><ul>
                     <li><span class="section"><a href="license_terms.html#d0e40195">H.B.1. PSF license agreement</a></span></li>
                     <li><span class="section"><a href="license_terms.html#d0e40223">H.B.2. BeOpen Python open source license agreement version 1</a></span></li>
                     <li><span class="section"><a href="license_terms.html#d0e40248">H.B.3. CNRI open source GPL-compatible license agreement</a></span></li>
                     <li><span class="section"><a href="license_terms.html#d0e40276">H.B.4. CWI permissions statement and disclaimer</a></span></li>
                  </ul>
               </li>
            </ul>
         </div>
         <div class="section" lang="en">
            <div class="titlepage">
               <div>
                  <div>
                     <h2 class="title"><a name="d0e40180"></a>H.A.&nbsp;History of the software
                     </h2>
                  </div>
               </div>
               <div></div>
            </div>
            <p>Python was created in the early 1990s by Guido van Rossum at Stichting
               Mathematisch Centrum (CWI) in the Netherlands as a successor of a
               language called ABC.  Guido is Python's principal author, although it
               includes many contributions from others.  The last version released
               from CWI was Python 1.2.  In 1995, Guido continued his work on Python
               at the Corporation for National Research Initiatives (CNRI) in Reston,
               Virginia where he released several versions of the software.  Python
               1.6 was the last of the versions released by CNRI.  In 2000, Guido and
               the Python core development team moved to BeOpen.com to form the
               BeOpen PythonLabs team.  Python 2.0 was the first and only release
               from BeOpen.com.
            </p>
            <p>Following the release of Python 1.6, and after Guido van Rossum left
               CNRI to work with commercial software developers, it became clear that
               the ability to use Python with software available under the GNU Public
               License (GPL) was very desirable.  CNRI and the Free Software
               Foundation (FSF) interacted to develop enabling wording changes to the
               Python license.  Python 1.6.1 is essentially the same as Python 1.6,
               with a few minor bug fixes, and with a different license that enables
               later versions to be GPL-compatible.  Python 2.1 is a derivative work
               of Python 1.6.1, as well as of Python 2.0.
            </p>
            <p>After Python 2.0 was released by BeOpen.com, Guido van Rossum and the
               other PythonLabs developers joined Digital Creations.  All
               intellectual property added from this point on, starting with Python
               2.1 and its alpha and beta releases, is owned by the Python Software
               Foundation (PSF), a non-profit modeled after the Apache Software
               Foundation.  See http://www.python.org/psf/ for more information about
               the PSF.
            </p>
            <p>Thanks to the many outside volunteers who have worked under Guido's
               direction to make these releases possible.
            </p>
         </div>
      </div>
      <table class="Footer" width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
         <tr>
            <td width="35%" align="left"><br><a class="NavigationArrow" href="fdl_howto.html">&lt;&lt;&nbsp;How to use this License for your documents</a></td>
            <td width="30%" align="center"><br>&nbsp;<span class="divider">|</span>&nbsp;<span class="thispage">1</span> <span class="divider">|</span> <a href="license_terms.html" title="H.B.&nbsp;Terms and conditions for accessing or otherwise using Python">2</a>&nbsp;<span class="divider">|</span>&nbsp;
            </td>
            <td width="35%" align="right"><br><a class="NavigationArrow" href="license_terms.html">Terms and conditions for accessing or otherwise using Python&nbsp;&gt;&gt;</a></td>
         </tr>
         <tr>
            <td colspan="3"><br></td>
         </tr>
      </table>
      <div class="Footer">
         <p class="copyright">Copyright &copy; 2000, 2001, 2002, 2003, 2004 <a href="mailto:mark@diveintopython.org">Mark Pilgrim</a></p>
      </div>
   </body>
</html>