Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5df09c

Browse files
committed
Update to include the license information in a less annoying place.
1 parent 852f795 commit d5df09c

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

Doc/ext/ext.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,4 +2590,7 @@ \section{Linking Requirements
25902590
\chapter{Reporting Bugs}
25912591
\input{reportingbugs}
25922592

2593+
\chapter{History and License}
2594+
\input{license}
2595+
25932596
\end{document}

Doc/lib/lib.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ \chapter*{Front Matter\label{front}}
317317
\chapter{Reporting Bugs}
318318
\input{reportingbugs}
319319

320+
\chapter{History and License}
321+
\input{license}
322+
320323
%
321324
% The ugly "%begin{latexonly}" pseudo-environments are really just to
322325
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're

Doc/mac/mac.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ \chapter{MacPython Modules \label{macpython-modules}}
7171

7272
\input{undoc} % Undocumented Modules
7373

74+
\appendix
75+
\chapter{History and License}
76+
\input{license}
77+
7478
%
7579
% The ugly "%begin{latexonly}" pseudo-environments are really just to
7680
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're

Doc/ref/ref.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ \chapter*{Front Matter\label{front}}
6161
\appendix
6262
\input{refa1} % Future statements and nested scopes
6363

64+
\chapter{History and License}
65+
\input{license}
66+
6467
\input{ref.ind}
6568

6669
\end{document}

Doc/tut/tut.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,4 +4352,7 @@ \section{Representation Error
43524352
best-possible input and output conversions in its C library --- yours may
43534353
not!).
43544354

4355+
\chapter{History and License}
4356+
\input{license}
4357+
43554358
\end{document}

0 commit comments

Comments
 (0)