diff options
author | Nick Clifton <nickc@redhat.com> | 2007-05-21 16:39:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-05-21 16:39:51 +0000 |
commit | f07575174ad0f6e204b85f3995f07f2570829311 (patch) | |
tree | 68081cb2684fd7bfa6320cd035e7d0e298146ac4 /bfd/doc | |
parent | f89d32d93e080b53a92930324dc55e94a0b041ea (diff) | |
download | gdb-f07575174ad0f6e204b85f3995f07f2570829311.zip gdb-f07575174ad0f6e204b85f3995f07f2570829311.tar.gz gdb-f07575174ad0f6e204b85f3995f07f2570829311.tar.bz2 |
* bfdint.texi: Add GNU Free Documentation License notice.
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/bfdint.texi | 24 |
2 files changed, 28 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 22af8f9..6d6d48d 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-05-21 Nick Clifton <nickc@redhat.com> + + * bfdint.texi: Add GNU Free Documentation License notice. + 2007-04-24 Alan Modra <amodra@bigpond.net.au> * Makefile.in: Regenerate. diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 15a763c..f0c1e0d 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -13,6 +13,30 @@ @page @end iftex +@ifinfo +This file documents the internals of the BFD library. + +Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, +2000, 2001, 2002, 2003, 2004, 2006 +Free Software Foundation, Inc. +Contributed by Cygnus Support. + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with no Invariant Sections, with no Front-Cover Texts, and with no + Back-Cover Texts. A copy of the license is included in the + section entitled "GNU Free Documentation License". + +@ignore +Permission is granted to process this file through Tex and print the +results, provided the printed document carries copying permission +notice identical to this one except for the removal of this paragraph +(this paragraph not being relevant to the printed manual). +@end ignore + +@end ifinfo + @node Top @top BFD Internals @raisesections |