]> Cypherpunks.ru repositories - govpn.git/blob - doc/govpn.texi
[DOC] Explicitly license documentation at free licence
[govpn.git] / doc / govpn.texi
1 \input texinfo
2 @setfilename govpn.info
3 @documentencoding UTF-8
4 @settitle GoVPN
5
6 @copying
7 This manual is for GoVPN -- simple secure free software virtual private
8 network (VPN) daemon, written entirely on Go programming language.
9
10 Copyright @copyright{} 2014-2015 Sergey Matveev @email{stargrave@@stargrave.org}
11
12 @quotation
13 Permission is granted to copy, distribute and/or modify this document
14 under the terms of the GNU Free Documentation License, Version 1.3
15 or any later version published by the Free Software Foundation;
16 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
17 A copy of the license is included below.
18 @end quotation
19 @end copying
20
21 @node Top
22 @top GoVPN
23
24 This manual is for GoVPN -- simple secure free software virtual private
25 network (VPN) daemon, written entirely on Go programming language.
26
27 @menu
28 * Overview::
29 * News::
30 * Installation::
31 * Precautions::
32 * User manual::
33 * Developer manual::
34 * Reporting bugs::
35 * Copying conditions::
36 @end menu
37
38 @include overview.texi
39
40 @node News
41 @unnumbered News
42
43 @verbatiminclude ../NEWS
44
45 @include installation.texi
46
47 @include precautions.texi
48
49 @include user.texi
50
51 @include developer.texi
52
53 @include bugs.texi
54
55 @node Copying conditions
56 @unnumbered Copying conditions
57
58 @insertcopying
59 @verbatiminclude fdl.txt
60
61 @bye