diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-21 18:52:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-21 18:52:50 (GMT) |
commit | 257f7d07061d0f640a45a83f004e3869136659e8 (patch) | |
tree | 4aff6deab0a2a098e8b11ca97bcc218d8204a9c7 /Doc/api/api.tex | |
parent | a952658a161045618ada4b37d657c1813f2008b8 (diff) | |
download | cpython-257f7d07061d0f640a45a83f004e3869136659e8.zip cpython-257f7d07061d0f640a45a83f004e3869136659e8.tar.gz cpython-257f7d07061d0f640a45a83f004e3869136659e8.tar.bz2 |
Adjust the documents so that the copyright is at the front of the documents
and the license statements are at the end. This is less annoying to readers.
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r-- | Doc/api/api.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 6485878..3fef843 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -5270,6 +5270,9 @@ new_object(PyObject *unused, PyObject *args) \chapter{Reporting Bugs} \input{reportingbugs} +\chapter{History and License} +\input{license} + \input{api.ind} % Index -- must be last \end{document} |