Expunge revision histories in files.
[skel] / skeleton.texi
CommitLineData
7fb0878b 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
34This file documents [[subject]] version
35@value{version}.
36
37Copyright (c) [[year]] [[author]]
38
39Permission is granted to make and distribute verbatim copies of this
40manual provided the copyright notice and this permission notice are
41preserved on all copies.
42
43@ignore
44Permission is granted to process this file through TeX and print the
45results, provided the printed document carries a copying permission
46notice 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
50Permission is granted to copy and distribute modified versions of this
51manual under the conditions for verbatim copying, provided also that the
52sections entitled `Copying' and `GNU General Public License' are
53included exactly as in the original, and provided that the entire
54resulting derived work is distributed under the terms of a permission
55notice identical to this one.
56
57Permission is granted to copy and distribute translations of this manual
58into another language, under the above conditions for modified versions,
59except that this permission notice may be stated in a translation
60approved 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
75Copyright @copyright{} [[year]] [[author]]
76
77Permission is granted to make and distribute verbatim copies of this
78manual provided the copyright notice and this permission notice are
79preserved on all copies.
80
81Permission is granted to copy and distribute modified versions of this
82manual under the conditions for verbatim copying, provided also that the
83sections entitled `Copying' and `GNU General Public License' are
84included exactly as in the original, and provided that the entire
85resulting derived work is distributed under the terms of a permission
86notice identical to this one.
87
88Permission is granted to copy and distribute translations of this manual
89into another language, under the above conditions for modified versions,
90except that this permission notice may be stated in a translation
91approved 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