diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 05:26:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 05:26:29 (GMT) |
commit | 697c9c9c718475767e334793c0118f6015ec7cd6 (patch) | |
tree | a133421e90ac0c7b46da1e014390565418e67b7c | |
parent | 44714007e888acba27d8527122bf618c28a4120b (diff) | |
download | cpython-697c9c9c718475767e334793c0118f6015ec7cd6.zip cpython-697c9c9c718475767e334793c0118f6015ec7cd6.tar.gz cpython-697c9c9c718475767e334793c0118f6015ec7cd6.tar.bz2 |
In the typeset versions, the legal notices had grown past the one-page
size. This constrains them to fit in one page again.
-rw-r--r-- | Doc/texinputs/copyright.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/texinputs/copyright.tex b/Doc/texinputs/copyright.tex index 72f3bfb..7b45dce 100644 --- a/Doc/texinputs/copyright.tex +++ b/Doc/texinputs/copyright.tex @@ -1,3 +1,4 @@ +\begin{small} Copyright \copyright{} 2001 Python Software Foundation. All rights reserved. @@ -10,6 +11,9 @@ All rights reserved. Copyright \copyright{} 1991-1995 Stichting Mathematisch Centrum. All rights reserved. +%%begin{latexonly} +\vskip 4mm +%%end{latexonly} \centerline{\strong{BEOPEN.COM TERMS AND CONDITIONS FOR PYTHON 2.0}} @@ -101,3 +105,4 @@ 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. +\end{small} |