Expunge revision histories in files.
[skel] / skeleton.texi
1 \input texinfo @c -*-texinfo-*-
2 @c
3 @c $Id$
4 @c
5 @c [[purpose]]
6 @c
7 @c (c) [[year]] [[author]]
8 @c
9
10 [[revisions]]@c ----- Standard boilerplate -----------------------------------------------
11
12 @c %**start of header
13 @setfilename [[basename]].info
14 @settitle [[title]]
15 @setchapternewpage odd
16 @footnotestyle end
17 @paragraphindent 0
18 @iftex
19 @input texinice
20 @afourpaper
21 @end iftex
22 @c %**end of header
23
24 @c ----- Useful macros ------------------------------------------------------
25
26 @set version 1.0
27
28 @c ----- Copyright matters --------------------------------------------------
29
30 @c --- The `Info' version ---
31
32 @ifinfo
33
34 This file documents [[subject]] version
35 @value{version}.
36
37 Copyright (c) [[year]] [[author]]
38
39 Permission is granted to make and distribute verbatim copies of this
40 manual provided the copyright notice and this permission notice are
41 preserved on all copies.
42
43 @ignore
44 Permission is granted to process this file through TeX and print the
45 results, provided the printed document carries a copying permission
46 notice identical to this one except for the removal of this paragraph
47 (this paragraph not being relevant to the printed manual).
48
49 @end ignore
50 Permission is granted to copy and distribute modified versions of this
51 manual under the conditions for verbatim copying, provided also that the
52 sections entitled `Copying' and `GNU General Public License' are
53 included exactly as in the original, and provided that the entire
54 resulting derived work is distributed under the terms of a permission
55 notice identical to this one.
56
57 Permission is granted to copy and distribute translations of this manual
58 into another language, under the above conditions for modified versions,
59 except that this permission notice may be stated in a translation
60 approved by the copyright holder.
61
62 @end ifinfo
63
64 @c --- Printed title page ---
65
66 @titlepage
67
68 @title [[title]]
69 @subtitle [[subtitle]]
70 @author [[author]]
71 @page
72
73 @vskip 0pt plus 1filll
74
75 Copyright @copyright{} [[year]] [[author]]
76
77 Permission is granted to make and distribute verbatim copies of this
78 manual provided the copyright notice and this permission notice are
79 preserved on all copies.
80
81 Permission is granted to copy and distribute modified versions of this
82 manual under the conditions for verbatim copying, provided also that the
83 sections entitled `Copying' and `GNU General Public License' are
84 included exactly as in the original, and provided that the entire
85 resulting derived work is distributed under the terms of a permission
86 notice identical to this one.
87
88 Permission is granted to copy and distribute translations of this manual
89 into another language, under the above conditions for modified versions,
90 except that this permission notice may be stated in a translation
91 approved by the copyright holder.
92
93 @end titlepage
94
95
96 @c --------------------------------------------------------------------------
97 @ifinfo
98 @node Top, Copying, (dir), (dir)
99 @top [[title]]
100
101 @menu
102 @end menu
103
104 @end ifinfo
105
106 @c --------------------------------------------------------------------------
107 @node Copying, Introduction, Top, Top
108 @unnumbered The GNU General Public License
109
110 @include gpl.texi
111
112 @c --------------------------------------------------------------------------
113 @node Introduction, , Copying, Top
114 @unnumbered Introduction
115
116 @c --------------------------------------------------------------------------
117 @contents
118 @bye