aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi23
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index 50a41508..d55d74ab 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -1,11 +1,11 @@
1\input texinfo 1\input texinfo
2@setfilename microhttpd.info 2@setfilename microhttpd.info
3@include version.texi 3@include version.texi
4@settitle The libmicrohttpd Reference Manual 4@settitle The GNU libmicrohttpd Reference Manual
5@c Unify some of the indices. 5@c Unify some of the indices.
6@c %**end of header 6@c %**end of header
7@copying 7@copying
8This manual documents libmicrohttpd version @value{VERSION}, last 8This manual documents GNU libmicrohttpd version @value{VERSION}, last
9updated @value{UPDATED}. It is built upon the documentation in the 9updated @value{UPDATED}. It is built upon the documentation in the
10header file @file{microhttpd.h}. 10header file @file{microhttpd.h}.
11 11
@@ -14,7 +14,12 @@ header file @file{microhttpd.h}.
14Copyright @copyright{} 2007, 2008 Christian Grothoff 14Copyright @copyright{} 2007, 2008 Christian Grothoff
15 15
16@quotation 16@quotation
17FIXME: add license terms here! 17Permission is granted to copy, distribute and/or modify this document
18under the terms of the GNU Free Documentation License, Version 1.2
19or any later version published by the Free Software Foundation;
20with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
21Texts. A copy of the license is included in the section entitled "GNU
22Free Documentation License".
18@end quotation 23@end quotation
19@end copying 24@end copying
20 25
@@ -28,7 +33,7 @@ FIXME: add license terms here!
28@c 33@c
29@setchapternewpage odd 34@setchapternewpage odd
30@titlepage 35@titlepage
31@title The libmicrohttpd Reference Manual 36@title The GNU libmicrohttpd Reference Manual
32@subtitle Version @value{VERSION} 37@subtitle Version @value{VERSION}
33@subtitle @value{UPDATED} 38@subtitle @value{UPDATED}
34@author Marco Maggi (@email{marco.maggi-ipsu@@poste.it}) 39@author Marco Maggi (@email{marco.maggi-ipsu@@poste.it})
@@ -102,7 +107,7 @@ FIXME: add license terms here!
102@c ------------------------------------------------------------ 107@c ------------------------------------------------------------
103@ifnottex 108@ifnottex
104@node Top 109@node Top
105@top The libmicrohttpd Library 110@top The GNU libmicrohttpd Library
106@insertcopying 111@insertcopying
107@end ifnottex 112@end ifnottex
108 113
@@ -121,6 +126,8 @@ Appendices
121 126
122* Copying:: The GNU Lesser General Public License says how you 127* Copying:: The GNU Lesser General Public License says how you
123 can copy and share some parts of `libmicrohttpd'. 128 can copy and share some parts of `libmicrohttpd'.
129* GNU-FDL:: The GNU Free Documentation License says how you
130 can copy and share the documentation of `libmicrohttpd'.
124 131
125Indices 132Indices
126 133
@@ -129,6 +136,8 @@ Indices
129* Type Index:: Index of data types. 136* Type Index:: Index of data types.
130@end menu 137@end menu
131 138
139GNU libmicrohttpd is part of the GNU project.
140
132@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 141@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
133 142
134@c ------------------------------------------------------------ 143@c ------------------------------------------------------------
@@ -1095,6 +1104,10 @@ Release PostProcessor resources.
1095@unnumbered Copying 1104@unnumbered Copying
1096@include lgpl.texi 1105@include lgpl.texi
1097 1106
1107@node GNU-FDL
1108@unnumbered GNU-FDL
1109@include fdl-1.2.texi
1110
1098@node Concept Index 1111@node Concept Index
1099@unnumbered Concept Index 1112@unnumbered Concept Index
1100 1113