Update to include the license information in a less annoying place.
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 @@
 \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 @@
 \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 @@
 
 \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 @@
 \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 @@
 best-possible input and output conversions in its C library --- yours may
 not!).
 
+\chapter{History and License}
+\input{license}
+
 \end{document}