Skip to content

Commit c79ac00

Browse files
committed
Adjust so that the copyright statements remain at the front but all the long
licenses move to the back, so as not to annoy as many readers.
1 parent 31ba593 commit c79ac00

File tree

7 files changed

+31
-86
lines changed

7 files changed

+31
-86
lines changed

Doc/api/api.tex

+3
Original file line numberDiff line numberDiff line change
@@ -4828,6 +4828,9 @@ \section{Buffer Object Structures \label{buffer-structs}}
48284828
\chapter{Reporting Bugs}
48294829
\input{reportingbugs}
48304830

4831+
\chapter{History and License}
4832+
\input{license}
4833+
48314834
\input{api.ind} % Index -- must be last
48324835

48334836
\end{document}

Doc/ext/ext.tex

+3
Original file line numberDiff line numberDiff line change
@@ -2158,4 +2158,7 @@ \section{Linking Requirements
21582158
\chapter{Reporting Bugs}
21592159
\input{reportingbugs}
21602160

2161+
\chapter{History and License}
2162+
\input{license}
2163+
21612164
\end{document}

Doc/lib/lib.tex

+4
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,13 @@ \chapter*{Front Matter\label{front}}
298298

299299
\appendix
300300
\input{libundoc}
301+
301302
\chapter{Reporting Bugs}
302303
\input{reportingbugs}
303304

305+
\chapter{History and License}
306+
\input{license}
307+
304308
%
305309
% The ugly "%begin{latexonly}" pseudo-environments are really just to
306310
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're

Doc/mac/mac.tex

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ \chapter{MacPython Modules \label{macpython-modules}}
7070

7171
\input{undoc} % Undocumented Modules
7272

73+
\appendix
74+
\chapter{History and License}
75+
\input{license}
76+
7377
%
7478
% The ugly "%begin{latexonly}" pseudo-environments are really just to
7579
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're

Doc/ref/ref.tex

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ \chapter*{Front Matter\label{front}}
5858
\input{ref7} % Compound statements
5959
\input{ref8} % Top-level components
6060

61+
\appendix
62+
\chapter{History and License}
63+
\input{license}
64+
6165
\input{ref.ind}
6266

6367
\end{document}

Doc/texinputs/copyright.tex

+10-86
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,14 @@
1-
\centerline{\strong{BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0}}
1+
Copyright \copyright{} 2001 Python Software Foundation.
2+
All rights reserved.
23

3-
\centerline{\strong{BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1}}
4+
Copyright \copyright{} 2000 BeOpen.com.
5+
All rights reserved.
46

5-
\begin{enumerate}
7+
Copyright \copyright{} 1995-2000 Corporation for National Research Initiatives.
8+
All rights reserved.
69

7-
\item
8-
This LICENSE AGREEMENT is between BeOpen.com (``BeOpen''), having an
9-
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
10-
Individual or Organization (``Licensee'') accessing and otherwise
11-
using this software in source or binary form and its associated
12-
documentation (``the Software'').
10+
Copyright \copyright{} 1991-1995 Stichting Mathematisch Centrum.
11+
All rights reserved.
1312

14-
\item
15-
Subject to the terms and conditions of this BeOpen Python License
16-
Agreement, BeOpen hereby grants Licensee a non-exclusive,
17-
royalty-free, world-wide license to reproduce, analyze, test, perform
18-
and/or display publicly, prepare derivative works, distribute, and
19-
otherwise use the Software alone or in any derivative version,
20-
provided, however, that the BeOpen Python License is retained in the
21-
Software, alone or in any derivative version prepared by Licensee.
22-
23-
\item
24-
BeOpen is making the Software available to Licensee on an ``AS IS''
25-
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
26-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
27-
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
28-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
29-
INFRINGE ANY THIRD PARTY RIGHTS.
30-
31-
\item
32-
BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
33-
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
34-
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
35-
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
36-
37-
\item
38-
This License Agreement will automatically terminate upon a material
39-
breach of its terms and conditions.
40-
41-
\item
42-
This License Agreement shall be governed by and interpreted in all
43-
respects by the law of the State of California, excluding conflict of
44-
law provisions. Nothing in this License Agreement shall be deemed to
45-
create any relationship of agency, partnership, or joint venture
46-
between BeOpen and Licensee. This License Agreement does not grant
47-
permission to use BeOpen trademarks or trade names in a trademark
48-
sense to endorse or promote products or services of Licensee, or any
49-
third party. As an exception, the ``BeOpen Python'' logos available
50-
at http://www.pythonlabs.com/logos.html may be used according to the
51-
permissions granted on that web page.
52-
53-
\item
54-
By copying, installing or otherwise using the software, Licensee
55-
agrees to be bound by the terms and conditions of this License
56-
Agreement.
57-
\end{enumerate}
58-
59-
60-
\centerline{\strong{CNRI OPEN SOURCE LICENSE AGREEMENT}}
61-
62-
Python 1.6 is made available subject to the terms and conditions in
63-
CNRI's License Agreement. This Agreement together with Python 1.6 may
64-
be located on the Internet using the following unique, persistent
65-
identifier (known as a handle): 1895.22/1012. This Agreement may also
66-
be obtained from a proxy server on the Internet using the following
67-
URL: \url{http://hdl.handle.net/1895.22/1012}.
68-
69-
70-
\centerline{\strong{CWI PERMISSIONS STATEMENT AND DISCLAIMER}}
71-
72-
Copyright \copyright{} 1991 - 1995, Stichting Mathematisch Centrum
73-
Amsterdam, The Netherlands. All rights reserved.
74-
75-
Permission to use, copy, modify, and distribute this software and its
76-
documentation for any purpose and without fee is hereby granted,
77-
provided that the above copyright notice appear in all copies and that
78-
both that copyright notice and this permission notice appear in
79-
supporting documentation, and that the name of Stichting Mathematisch
80-
Centrum or CWI not be used in advertising or publicity pertaining to
81-
distribution of the software without specific, written prior
82-
permission.
83-
84-
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
85-
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
86-
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
87-
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
88-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
89-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
90-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13+
See the end of this document for complete license and permissions
14+
information.

Doc/tut/tut.tex

+3
Original file line numberDiff line numberDiff line change
@@ -4061,4 +4061,7 @@ \section{Commentary \label{commentary}}
40614061
be useful.
40624062
40634063
4064+
\chapter{History and License}
4065+
\input{license}
4066+
40644067
\end{document}

0 commit comments

Comments
 (0)