Add GNU Free Documentation License
[deliverable/binutils-gdb.git] / binutils / objdump.1
CommitLineData
cf055d54 1.\" Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 Free Software Foundation
252b5132 2.\" See section COPYING for conditions for redistribution
cf055d54 3.TH objdump 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
252b5132
RH
4.de BP
5.sp
6.ti \-.2i
7\(**
8..
9
10.SH NAME
11objdump \- display information from object files.
12
13.SH SYNOPSIS
14.hy 0
15.na
16.TP
17.B objdump
18.RB "[\|" \-a | \-\-archive\-headers "\|]"
19.RB "[\|" "\-b\ "\c
20.I bfdname\c
21.RB " | " "\-\-target="\c
22.I bfdname\c
23\&\|]
24.RB "[\|" \-C | \-\-demangle "\|]"
25.RB "[\|" \-\-debugging "\|]"
26.RB "[\|" \-d | \-\-disassemble "\|]"
27.RB "[\|" \-D | \-\-disassemble-all "\|]"
28.RB "[\|" \-\-disassemble\-zeroes "\|]"
29.RB "[\|" \-EB | \-EL | \-\-endian=\c
30.I {big|little}\c
31\&\|]
32.RB "[\|" \-f | \-\-file\-headers "\|]"
33.RB "[\|" \-h | \-\-section\-headers
34.RB "| " \-\-headers "\|]"
35.RB "[\|" \-i | \-\-info "\|]"
36.RB "[\|" "\-j\ "\c
37.I section\c
38.RB " | " "\-\-section="\c
39.I section\c
40\&\|]
41.RB "[\|" \-l | \-\-line\-numbers "\|]"
42.RB "[\|" "\-m\ "\c
43.I machine\c
44.RB " | " "\-\-architecture="\c
45.I machine\c
46\&\|]
47.RB "[\|" \-p | \-\-private\-headers "\|]"
48.RB "[\|" \-\-prefix\-addresses "\|]"
49.RB "[\|" \-r | \-\-reloc "\|]"
50.RB "[\|" \-R | \-\-dynamic\-reloc "\|]"
51.RB "[\|" \-s | \-\-full\-contents "\|]"
52.RB "[\|" \-S | \-\-source "\|]"
53.RB "[\|" \-\-[no\-]show\-raw\-insn "\|]"
54.RB "[\|" \-\-stabs "\|]"
55.RB "[\|" \-t | \-\-syms "\|]"
56.RB "[\|" \-T | \-\-dynamic\-syms "\|]"
57.RB "[\|" \-x | \-\-all\-headers "\|]"
58.RB "[\|" "\-\-start\-address="\c
59.I address\c
60\&\|]
61.RB "[\|" "\-\-stop\-address="\c
62.I address\c
63\&\|]
64.RB "[\|" "\-\-adjust\-vma="\c
65.I offset\c
66\&\|]
67.RB "[\|" \-\-version "\|]"
68.RB "[\|" \-\-help "\|]"
69.I objfile\c
70\&.\|.\|.
71.ad b
72.hy 1
73.SH DESCRIPTION
74\c
75.B objdump\c
76\& displays information about one or more object files.
77The options control what particular information to display. This
78information is mostly useful to programmers who are working on the
79compilation tools, as opposed to programmers who just want their
80program to compile and work.
81.PP
82.IR "objfile" .\|.\|.
83are the object files to be examined. When you specify archives,
84\c
85.B objdump\c
86\& shows information on each of the member object files.
87
88.SH OPTIONS
89Where long and short forms of an option are shown together, they are
90equivalent. At least one option besides
91.B \-l
92(\fB\-\-line\-numbers\fP) must be given.
93
94.TP
95.B \-a
96.TP
97.B \-\-archive\-headers
98If any files from \c
99.I objfile\c
100\& are archives, display the archive
101header information (in a format similar to `\|\c
102.B ls \-l\c
103\|'). Besides the
104information you could list with `\|\c
105.B ar tv\c
106\|', `\|\c
107.B objdump \-a\c
108\|' shows
109the object file format of each archive member.
110
111.TP
112.BI "\-\-adjust\-vma=" "offset"
113When dumping information, first add
114.I offset
115to all the section addresses. This is useful if the section addresses
116do not correspond to the symbol table, which can happen when putting
117sections at particular addresses when using a format which can not
118represent section addresses, such as a.out.
119
120.TP
121.BI "\-b " "bfdname"\c
122.TP
123.BI "\-\-target=" "bfdname"
124Specify the object-code format for the object files to be
125\c
126.I bfdname\c
127\&. This may not be necessary; \c
128.I objdump\c
129\& can
130automatically recognize many formats. For example,
131.sp
132.br
133objdump\ \-b\ oasys\ \-m\ vax\ \-h\ fu.o
134.br
135.sp
136display summary information from the section headers (`\|\c
137.B \-h\c
138\|') of
139`\|\c
140.B fu.o\c
141\|', which is explicitly identified (`\|\c
142.B \-m\c
143\|') as a Vax object
144file in the format produced by Oasys compilers. You can list the
145formats available with the `\|\c
146.B \-i\c
147\|' option.
148
149.TP
150.B \-C
151.TP
152.B \-\-demangle
153Decode (\fIdemangle\fP) low-level symbol names into user-level names.
154Besides removing any initial underscore prepended by the system, this
155makes C++ function names readable.
156
157.TP
158.B \-\-debugging
159Display debugging information. This attempts to parse debugging
160information stored in the file and print it out using a C like syntax.
161Only certain types of debugging information have been implemented.
162
163.TP
164.B \-d
165.TP
166.B \-\-disassemble
167Display the assembler mnemonics for the machine
168instructions from \c
169.I objfile\c
170\&.
171This option only disassembles those sections which are
172expected to contain instructions.
173
174.TP
175.B \-D
176.TP
177.B \-\-disassemble-all
178Like \fB\-d\fP, but disassemble the contents of all sections, not just
179those expected to contain instructions.
180
181.TP
182.B \-\-prefix\-addresses
183When disassembling, print the complete address on each line. This is
184the older disassembly format.
185
186.TP
187.B \-\-disassemble\-zeroes
188Normally the disassembly output will skip blocks of zeroes. This
189option directs the disassembler to disassemble those blocks, just like
190any other data.
191
192.TP
193.B \-EB
194.TP
195.B \-EL
196.TP
197.BI "\-\-endian=" "{big|little}"
198Specify the endianness of the object files. This only affects
199disassembly. This can be useful when disassembling a file format which
200does not describe endianness information, such as S-records.
201
202.TP
203.B \-f
204.TP
205.B \-\-file\-headers
206Display summary information from the overall header of
207each file in \c
208.I objfile\c
209\&.
210
211.TP
212.B \-h
213.TP
214.B \-\-section\-headers
215.TP
216.B \-\-headers
217Display summary information from the section headers of the
218object file.
219
220.TP
221.B \-\-help
222Print a summary of the options to
223.B objdump
224and exit.
225
226.TP
227.B \-i
228.TP
229.B \-\-info
230Display a list showing all architectures and object formats available
231for specification with \c
232.B \-b\c
233\& or \c
234.B \-m\c
235\&.
236
237.TP
238.BI "\-j " "name"\c
239.TP
240.BI "\-\-section=" "name"
241Display information only for section \c
242.I name\c
243\&.
244
245.TP
246.B \-l
247.TP
248.B \-\-line\-numbers
249Label the display (using debugging information) with the filename
250and source line numbers corresponding to the object code shown.
251Only useful with \fB\-d\fP, \fB\-D\fP, or \fB\-r\fP.
252
253.TP
254.BI "\-m " "machine"\c
255.TP
256.BI "\-\-architecture=" "machine"
257Specify the architecture to use when disassembling object files. This
258can be useful when disassembling object files which do not describe
259architecture information, such as S-records. You can list the available
260architectures with the \fB\-i\fP option.
261
262.TP
263.B \-p
264.TP
265.B \-\-private\-headers
266Print information that is specific to the object file format. The
267exact information printed depends upon the object file format. For
268some object file formats, no additional information is printed.
269
270.TP
271.B \-r
272.TP
273.B \-\-reloc
274Print the relocation entries of the file. If used with \fB\-d\fP or
275\fB\-D\fP, the relocations are printed interspersed with the
276disassembly.
277
278.TP
279.B \-R
280.TP
281.B \-\-dynamic\-reloc
282Print the dynamic relocation entries of the file. This is only
283meaningful for dynamic objects, such as certain types of shared
284libraries.
285
286.TP
287.B \-s
288.TP
289.B \-\-full\-contents
290Display the full contents of any sections requested.
291
292.TP
293.B \-S
294.TP
295.B \-\-source
296Display source code intermixed with disassembly, if possible. Implies
297\fB-d\fP.
298
299.TP
300.B \-\-show\-raw\-insn
301When disassembling instructions, print the instruction in hex as well as
302in symbolic form. This is the default except when
303.B \-\-prefix\-addresses
304is used.
305
306.TP
307.B \-\-no\-show\-raw\-insn
308When disassembling instructions, do not print the instruction bytes.
309This is the default when
310.B \-\-prefix\-addresses
311is used.
312
313.TP
314.B \-\-stabs
315Display the contents of the .stab, .stab.index, and .stab.excl
316sections from an ELF file. This is only useful on systems (such as
317Solaris 2.0) in which .stab debugging symbol-table entries are carried
318in an ELF section. In most other file formats, debugging symbol-table
319entries are interleaved with linkage symbols, and are visible in the
320.B \-\-syms
321output.
322
323.TP
324.BI "\-\-start\-address=" "address"
325Start displaying data at the specified address. This affects the output
326of the
327.B \-d\c
328,
329.B \-r
330and
331.B \-s
332options.
333
334.TP
335.BI "\-\-stop\-address=" "address"
336Stop displaying data at the specified address. This affects the output
337of the
338.B \-d\c
339,
340.B \-r
341and
342.B \-s
343options.
344
345.TP
346.B \-t
347.TP
348.B \-\-syms
349Symbol Table. Print the symbol table entries of the file.
350This is similar to the information provided by the `\|\c
351.B nm\c
352\|' program.
353
354.TP
355.B \-T
356.TP
357.B \-\-dynamic\-syms
358Dynamic Symbol Table. Print the dynamic symbol table entries of the
359file. This is only meaningful for dynamic objects, such as certain
360types of shared libraries. This is similar to the information
361provided by the `\|\c
362.B nm\c
363\|' program when given the
364.B \-D (\-\-dynamic)
365option.
366
367.TP
368.B \-\-version
369Print the version number of
370.B objdump
371and exit.
372
373.TP
374.B \-x
375.TP
376.B \-\-all\-headers
377Display all available header information, including the symbol table and
378relocation entries. Using `\|\c
379.B \-x\c
380\|' is equivalent to specifying all of
381`\|\c
382.B \-a \-f \-h \-r \-t\c
383\|'.
384
385.SH "SEE ALSO"
386.RB "`\|" binutils "\|'"
387entry in
388.B
389info\c
390\&;
391.I
392The GNU Binary Utilities\c
393\&, Roland H. Pesch (October 1991);
394.BR nm "(" 1 ")."
395
396.SH COPYING
397Copyright (c) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
398.PP
252b5132 399.PP
cf055d54
NC
400This document is distributed under the terms of the GNU Free
401Documenation License. That license is described in the GNU Free
402Documentation License section.
403
404.SH GNU Free Documentation License
405 Version 1.1, March 2000
406
407 Copyright (C) 2000 Free Software Foundation, Inc.
408 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
409
410 Everyone is permitted to copy and distribute verbatim
411 copies of this license document, but changing it is
412 not allowed.
252b5132 413.PP
cf055d54
NC
4140. PREAMBLE
415.PP
416The purpose of this License is to make a manual, textbook, or other
417written document "free" in the sense of freedom: to assure everyone
418the effective freedom to copy and redistribute it, with or without
419modifying it, either commercially or noncommercially. Secondarily,
420this License preserves for the author and publisher a way to get
421credit for their work, while not being considered responsible for
422modifications made by others.
423.PP
424This License is a kind of "copyleft", which means that derivative
425works of the document must themselves be free in the same sense. It
426complements the GNU General Public License, which is a copyleft
427license designed for free software.
428.PP
429We have designed this License in order to use it for manuals for free
430software, because free software needs free documentation: a free
431program should come with manuals providing the same freedoms that the
432software does. But this License is not limited to software manuals;
433it can be used for any textual work, regardless of subject matter or
434whether it is published as a printed book. We recommend this License
435principally for works whose purpose is instruction or reference.
436.PP
4371. APPLICABILITY AND DEFINITIONS
438.PP
439This License applies to any manual or other work that contains a
440notice placed by the copyright holder saying it can be distributed
441under the terms of this License. The "Document", below, refers to any
442such manual or work. Any member of the public is a licensee, and is
443addressed as "you".
444.PP
445A "Modified Version" of the Document means any work containing the
446Document or a portion of it, either copied verbatim, or with
447modifications and/or translated into another language.
448.PP
449A "Secondary Section" is a named appendix or a front-matter section of
450the Document that deals exclusively with the relationship of the
451publishers or authors of the Document to the Document's overall subject
452(or to related matters) and contains nothing that could fall directly
453within that overall subject. (For example, if the Document is in part a
454textbook of mathematics, a Secondary Section may not explain any
455mathematics.) The relationship could be a matter of historical
456connection with the subject or with related matters, or of legal,
457commercial, philosophical, ethical or political position regarding
458them.
459.PP
460The "Invariant Sections" are certain Secondary Sections whose titles
461are designated, as being those of Invariant Sections, in the notice
462that says that the Document is released under this License.
463.PP
464The "Cover Texts" are certain short passages of text that are listed,
465as Front-Cover Texts or Back-Cover Texts, in the notice that says that
466the Document is released under this License.
467.PP
468A "Transparent" copy of the Document means a machine-readable copy,
469represented in a format whose specification is available to the
470general public, whose contents can be viewed and edited directly and
471straightforwardly with generic text editors or (for images composed of
472pixels) generic paint programs or (for drawings) some widely available
473drawing editor, and that is suitable for input to text formatters or
474for automatic translation to a variety of formats suitable for input
475to text formatters. A copy made in an otherwise Transparent file
476format whose markup has been designed to thwart or discourage
477subsequent modification by readers is not Transparent. A copy that is
478not "Transparent" is called "Opaque".
479.PP
480Examples of suitable formats for Transparent copies include plain
481ASCII without markup, Texinfo input format, LaTeX input format, SGML
482or XML using a publicly available DTD, and standard-conforming simple
483HTML designed for human modification. Opaque formats include
484PostScript, PDF, proprietary formats that can be read and edited only
485by proprietary word processors, SGML or XML for which the DTD and/or
486processing tools are not generally available, and the
487machine-generated HTML produced by some word processors for output
488purposes only.
489.PP
490The "Title Page" means, for a printed book, the title page itself,
491plus such following pages as are needed to hold, legibly, the material
492this License requires to appear in the title page. For works in
493formats which do not have any title page as such, "Title Page" means
494the text near the most prominent appearance of the work's title,
495preceding the beginning of the body of the text.
496.PP
4972. VERBATIM COPYING
498.PP
499You may copy and distribute the Document in any medium, either
500commercially or noncommercially, provided that this License, the
501copyright notices, and the license notice saying this License applies
502to the Document are reproduced in all copies, and that you add no other
503conditions whatsoever to those of this License. You may not use
504technical measures to obstruct or control the reading or further
505copying of the copies you make or distribute. However, you may accept
506compensation in exchange for copies. If you distribute a large enough
507number of copies you must also follow the conditions in section 3.
508.PP
509You may also lend copies, under the same conditions stated above, and
510you may publicly display copies.
511.PP
5123. COPYING IN QUANTITY
513.PP
514If you publish printed copies of the Document numbering more than 100,
515and the Document's license notice requires Cover Texts, you must enclose
516the copies in covers that carry, clearly and legibly, all these Cover
517Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
518the back cover. Both covers must also clearly and legibly identify
519you as the publisher of these copies. The front cover must present
520the full title with all words of the title equally prominent and
521visible. You may add other material on the covers in addition.
522Copying with changes limited to the covers, as long as they preserve
523the title of the Document and satisfy these conditions, can be treated
524as verbatim copying in other respects.
525.PP
526If the required texts for either cover are too voluminous to fit
527legibly, you should put the first ones listed (as many as fit
528reasonably) on the actual cover, and continue the rest onto adjacent
529pages.
530.PP
531If you publish or distribute Opaque copies of the Document numbering
532more than 100, you must either include a machine-readable Transparent
533copy along with each Opaque copy, or state in or with each Opaque copy
534a publicly-accessible computer-network location containing a complete
535Transparent copy of the Document, free of added material, which the
536general network-using public has access to download anonymously at no
537charge using public-standard network protocols. If you use the latter
538option, you must take reasonably prudent steps, when you begin
539distribution of Opaque copies in quantity, to ensure that this
540Transparent copy will remain thus accessible at the stated location
541until at least one year after the last time you distribute an Opaque
542copy (directly or through your agents or retailers) of that edition to
543the public.
544.PP
545It is requested, but not required, that you contact the authors of the
546Document well before redistributing any large number of copies, to give
547them a chance to provide you with an updated version of the Document.
548.PP
5494. MODIFICATIONS
550.PP
551You may copy and distribute a Modified Version of the Document under
552the conditions of sections 2 and 3 above, provided that you release
553the Modified Version under precisely this License, with the Modified
554Version filling the role of the Document, thus licensing distribution
555and modification of the Modified Version to whoever possesses a copy
556of it. In addition, you must do these things in the Modified Version:
557.PP
558A. Use in the Title Page (and on the covers, if any) a title distinct
559from that of the Document, and from those of previous versions
560(which should, if there were any, be listed in the History section
561of the Document). You may use the same title as a previous version
562if the original publisher of that version gives permission.
563.PP
564B. List on the Title Page, as authors, one or more persons or entities
565responsible for authorship of the modifications in the Modified
566Version, together with at least five of the principal authors of the
567Document (all of its principal authors, if it has less than five).
568.PP
569C. State on the Title page the name of the publisher of the
570Modified Version, as the publisher.
571.PP
572D. Preserve all the copyright notices of the Document.
573.PP
574E. Add an appropriate copyright notice for your modifications
575adjacent to the other copyright notices.
576.PP
577F. Include, immediately after the copyright notices, a license notice
578giving the public permission to use the Modified Version under the
579terms of this License, in the form shown in the Addendum below.
580Preserve in that license notice the full lists of Invariant Sections
581and required Cover Texts given in the Document's license notice.
582.PP
583H. Include an unaltered copy of this License.
584.PP
585I. Preserve the section entitled "History", and its title, and add to
586it an item stating at least the title, year, new authors, and
587publisher of the Modified Version as given on the Title Page. If
588there is no section entitled "History" in the Document, create one
589stating the title, year, authors, and publisher of the Document as
590given on its Title Page, then add an item describing the Modified
591Version as stated in the previous sentence.
592.PP
593J. Preserve the network location, if any, given in the Document for
594public access to a Transparent copy of the Document, and likewise
595the network locations given in the Document for previous versions
596it was based on. These may be placed in the "History" section.
597You may omit a network location for a work that was published at
598least four years before the Document itself, or if the original
599publisher of the version it refers to gives permission.
600.PP
601K. In any section entitled "Acknowledgements" or "Dedications",
602preserve the section's title, and preserve in the section all the
603substance and tone of each of the contributor acknowledgements
604and/or dedications given therein.
605.PP
606L. Preserve all the Invariant Sections of the Document,
607unaltered in their text and in their titles. Section numbers
608or the equivalent are not considered part of the section titles.
609.PP
610M. Delete any section entitled "Endorsements". Such a section
611may not be included in the Modified Version.
612.PP
613N. Do not retitle any existing section as "Endorsements"
614or to conflict in title with any Invariant Section.
615.PP
616If the Modified Version includes new front-matter sections or
617appendices that qualify as Secondary Sections and contain no material
618copied from the Document, you may at your option designate some or all
619of these sections as invariant. To do this, add their titles to the
620list of Invariant Sections in the Modified Version's license notice.
621These titles must be distinct from any other section titles.
622.PP
623You may add a section entitled "Endorsements", provided it contains
624nothing but endorsements of your Modified Version by various
625parties--for example, statements of peer review or that the text has
626been approved by an organization as the authoritative definition of a
627standard.
628.PP
629You may add a passage of up to five words as a Front-Cover Text, and a
630passage of up to 25 words as a Back-Cover Text, to the end of the list
631of Cover Texts in the Modified Version. Only one passage of
632Front-Cover Text and one of Back-Cover Text may be added by (or
633through arrangements made by) any one entity. If the Document already
634includes a cover text for the same cover, previously added by you or
635by arrangement made by the same entity you are acting on behalf of,
636you may not add another; but you may replace the old one, on explicit
637permission from the previous publisher that added the old one.
638.PP
639The author(s) and publisher(s) of the Document do not by this License
640give permission to use their names for publicity for or to assert or
641imply endorsement of any Modified Version.
642.PP
643
6445. COMBINING DOCUMENTS
645.PP
646You may combine the Document with other documents released under this
647License, under the terms defined in section 4 above for modified
648versions, provided that you include in the combination all of the
649Invariant Sections of all of the original documents, unmodified, and
650list them all as Invariant Sections of your combined work in its
651license notice.
652.PP
653The combined work need only contain one copy of this License, and
654multiple identical Invariant Sections may be replaced with a single
655copy. If there are multiple Invariant Sections with the same name but
656different contents, make the title of each such section unique by
657adding at the end of it, in parentheses, the name of the original
658author or publisher of that section if known, or else a unique number.
659Make the same adjustment to the section titles in the list of
660Invariant Sections in the license notice of the combined work.
661.PP
662In the combination, you must combine any sections entitled "History"
663in the various original documents, forming one section entitled
664"History"; likewise combine any sections entitled "Acknowledgements",
665and any sections entitled "Dedications". You must delete all sections
666entitled "Endorsements."
667.PP
668
6696. COLLECTIONS OF DOCUMENTS
670.PP
671You may make a collection consisting of the Document and other documents
672released under this License, and replace the individual copies of this
673License in the various documents with a single copy that is included in
674the collection, provided that you follow the rules of this License for
675verbatim copying of each of the documents in all other respects.
676.PP
677You may extract a single document from such a collection, and distribute
678it individually under this License, provided you insert a copy of this
679License into the extracted document, and follow this License in all
680other respects regarding verbatim copying of that document.
681.PP
682
6837. AGGREGATION WITH INDEPENDENT WORKS
684.PP
685A compilation of the Document or its derivatives with other separate
686and independent documents or works, in or on a volume of a storage or
687distribution medium, does not as a whole count as a Modified Version
688of the Document, provided no compilation copyright is claimed for the
689compilation. Such a compilation is called an "aggregate", and this
690License does not apply to the other self-contained works thus compiled
691with the Document, on account of their being thus compiled, if they
692are not themselves derivative works of the Document.
693.PP
694If the Cover Text requirement of section 3 is applicable to these
695copies of the Document, then if the Document is less than one quarter
696of the entire aggregate, the Document's Cover Texts may be placed on
697covers that surround only the Document within the aggregate.
698Otherwise they must appear on covers around the whole aggregate.
699.PP
700
7018. TRANSLATION
702.PP
703Translation is considered a kind of modification, so you may
704distribute translations of the Document under the terms of section 4.
705Replacing Invariant Sections with translations requires special
706permission from their copyright holders, but you may include
707translations of some or all Invariant Sections in addition to the
708original versions of these Invariant Sections. You may include a
709translation of this License provided that you also include the
710original English version of this License. In case of a disagreement
711between the translation and the original English version of this
712License, the original English version will prevail.
713.PP
714
7159. TERMINATION
716.PP
717You may not copy, modify, sublicense, or distribute the Document except
718as expressly provided for under this License. Any other attempt to
719copy, modify, sublicense or distribute the Document is void, and will
720automatically terminate your rights under this License. However,
721parties who have received copies, or rights, from you under this
722License will not have their licenses terminated so long as such
723parties remain in full compliance.
724.PP
725
72610. FUTURE REVISIONS OF THIS LICENSE
727.PP
728The Free Software Foundation may publish new, revised versions
729of the GNU Free Documentation License from time to time. Such new
730versions will be similar in spirit to the present version, but may
731differ in detail to address new problems or concerns. See
732http://www.gnu.org/copyleft/.
733.PP
734Each version of the License is given a distinguishing version number.
735If the Document specifies that a particular numbered version of this
736License "or any later version" applies to it, you have the option of
737following the terms and conditions either of that specified version or
738of any later version that has been published (not as a draft) by the
739Free Software Foundation. If the Document does not specify a version
740number of this License, you may choose any version ever published (not
741as a draft) by the Free Software Foundation.
742.PP
743
744ADDENDUM: How to use this License for your documents
745.PP
746To use this License in a document you have written, include a copy of
747the License in the document and put the following copyright and
748license notices just after the title page:
749.PP
750 Copyright (c) YEAR YOUR NAME.
751 Permission is granted to copy, distribute and/or
752 modify this document under the terms of the GNU
753 Free Documentation License, Version 1.1 or any later
754 version published by the Free Software Foundation;
755 with the Invariant Sections being LIST THEIR TITLES,
756 with the Front-Cover Texts being LIST, and with the
757 Back-Cover Texts being LIST. A copy of the license
758 is included in the section entitled "GNU Free
759 Documentation License".
760.PP
761If you have no Invariant Sections, write "with no Invariant Sections"
762instead of saying which ones are invariant. If you have no
763Front-Cover Texts, write "no Front-Cover Texts" instead of
764"Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
765.PP
766If your document contains nontrivial examples of program code, we
767recommend releasing these examples in parallel under your choice of
768free software license, such as the GNU General Public License,
769to permit their use in free software.
This page took 0.079708 seconds and 4 git commands to generate.