From d5df09cfb69bcbd3a877da3bcba18550de6b7ffe Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Jun 2001 21:37:34 +0000 Subject: [PATCH] Update to include the license information in a less annoying place. --- Doc/ext/ext.tex | 3 +++ Doc/lib/lib.tex | 3 +++ Doc/mac/mac.tex | 4 ++++ Doc/ref/ref.tex | 3 +++ Doc/tut/tut.tex | 3 +++ 5 files changed, 16 insertions(+) diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index ba8217ec339..c89bf437cfc 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -2590,4 +2590,7 @@ corresponds to the variable of the same name in Python's top-level \chapter{Reporting Bugs} \input{reportingbugs} +\chapter{History and License} +\input{license} + \end{document} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9cd765dd662..33acc0739ef 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 diff --git a/Doc/mac/mac.tex b/Doc/mac/mac.tex index 2edd8573e0f..dab638380f5 100644 --- a/Doc/mac/mac.tex +++ b/Doc/mac/mac.tex @@ -71,6 +71,10 @@ documented here: \input{undoc} % Undocumented Modules +\appendix +\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 diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index 0f65ddba1ac..b6299a3f1b6 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -61,6 +61,9 @@ C/\Cpp{} programmers in detail. \appendix \input{refa1} % Future statements and nested scopes +\chapter{History and License} +\input{license} + \input{ref.ind} \end{document} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 488a230567b..097ed728294 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4352,4 +4352,7 @@ displays (well, will display on any 754-conforming platform that does best-possible input and output conversions in its C library --- yours may not!). +\chapter{History and License} +\input{license} + \end{document}