1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Description: upstream documentation -- copyright refreshment
Unduplicate the copyright input TeX file, refresh it up to the time of packaging,
move the (now) unique version in the dedicated `doc' folder, include the copyright
in all the provided Guides, and ultimately rearrange the LaTeX composition to obtain
a more consistent Table of Content; meant to be submitted to the upstream maintainer
team.
Origin: debian
Forwarded: no-more-maintained-by-upstream
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2015-05-18
--- /dev/null
+++ b/doc/copyright.tex
@@ -0,0 +1,26 @@
+\section*{Copyright}
+
+%\begin{verbatim}
+ Copyright \copyright{} 2002--2015 by Pierre L'Ecuyer,
+ Universit\'e de Montr\'eal.\\
+ Web address: \url{http://www.iro.umontreal.ca/~lecuyer/} \\
+ All rights reserved.
+
+\noindent Redistribution and use in source and binary forms, with or without
+ modification, are permitted without a fee for private, research,
+ academic, or other non-commercial purposes.
+ Any use of this software in a commercial environment requires a
+ written licence from the copyright owner.
+
+\noindent Any changes made to this package must be clearly identified as such.
+
+\noindent In scientific publications which used this software, a reference to it
+ would be appreciated.
+
+\noindent Redistributions of source code must retain this copyright notice
+ and the following disclaimer:
+
+\noindent THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+%\end{verbatim}
--- a/testu01/copyright.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\section*{Copyright}
-
-%\begin{verbatim}
- Copyright \copyright {} 2002 by Pierre L'Ecuyer,
- Universit\'e de Montr\'eal.\\
- Web address: \url{http://www.iro.umontreal.ca/~lecuyer/} \\
- All rights reserved.
-
-\noindent Redistribution and use in source and binary forms, with or without
- modification, are permitted without a fee for private, research,
- academic, or other non-commercial purposes.
- Any use of this software in a commercial environment requires a
- written licence from the copyright owner.
-
-\noindent Any changes made to this package must be clearly identified as such.
-
-\noindent In scientific publications which used this software, a reference to it
- would be appreciated.
-
-\noindent Redistributions of source code must retain this copyright notice
- and the following disclaimer:
-
-\noindent THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-%\end{verbatim}
--- a/probdist/copyright.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\section*{Copyright}
-
-%\begin{verbatim}
- Copyright \copyright {} 2002 by Pierre L'Ecuyer,
- Universit\'e de Montr\'eal.\\
- Web address: \url{http://www.iro.umontreal.ca/~lecuyer/} \\
- All rights reserved.
-
-\noindent Redistribution and use in source and binary forms, with or without
- modification, are permitted without a fee for private, research,
- academic, or other non-commercial purposes.
- Any use of this software in a commercial environment requires a
- written licence from the copyright owner.
-
-\noindent Any changes made to this package must be clearly identified as such.
-
-\noindent In scientific publications which used this software, a reference to it
- would be appreciated.
-
-\noindent Redistributions of source code must retain this copyright notice
- and the following disclaimer:
-
-\noindent THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-%\end{verbatim}
--- a/mylib/guidemylib.tex
+++ b/mylib/guidemylib.tex
@@ -16,9 +16,15 @@
% \includeonly{util}
\begin{document}
+
\include {titre}
+
\pagenumbering{roman}
+\addcontentsline{toc}{subsection}{Copyright}
+\include {copyright}
\tableofcontents
+\clearpage
+
\pagenumbering{arabic}
\include{gdef}
--- a/testu01/guidetestu01.tex
+++ b/testu01/guidetestu01.tex
@@ -78,8 +78,8 @@
\include {title}
\pagenumbering{roman}
-\include {copyright}
\addcontentsline{toc}{chapter}{Copyright}
+\include {copyright}
\tableofcontents
\clearpage
--- a/probdist/guideprobdist.tex
+++ b/probdist/guideprobdist.tex
@@ -26,8 +26,8 @@
\include {titre}
\pagenumbering{roman}
-\include {copyright}
\addcontentsline{toc}{subsection}{Copyright}
+\include {copyright}
\tableofcontents
\clearpage
|