diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-20 21:37:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-20 21:37:34 (GMT) |
commit | d5df09cfb69bcbd3a877da3bcba18550de6b7ffe (patch) | |
tree | 332b4893e6146bc0467fbaa2dab6a423b63210c5 /Doc/lib/lib.tex | |
parent | 852f7951a2d85edbd25a89ecbe5d60f08bc9ee6a (diff) | |
download | cpython-d5df09cfb69bcbd3a877da3bcba18550de6b7ffe.zip cpython-d5df09cfb69bcbd3a877da3bcba18550de6b7ffe.tar.gz cpython-d5df09cfb69bcbd3a877da3bcba18550de6b7ffe.tar.bz2 |
Update to include the license information in a less annoying place.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9cd765d..33acc07 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -317,6 +317,9 @@ and how to embed it in other applications. \chapter{Reporting Bugs} \input{reportingbugs} +\chapter{History and License} +\input{license} + % % The ugly "%begin{latexonly}" pseudo-environments are really just to % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're |