summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/ext/ext.tex3
-rw-r--r--Doc/lib/lib.tex3
-rw-r--r--Doc/mac/mac.tex4
-rw-r--r--Doc/ref/ref.tex3
-rw-r--r--Doc/tut/tut.tex3
5 files changed, 16 insertions, 0 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index ba8217e..c89bf43 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 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
diff --git a/Doc/mac/mac.tex b/Doc/mac/mac.tex
index 2edd857..dab6383 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 0f65ddb..b6299a3 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 488a230..097ed72 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}