diff options
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/objc-features.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index fe3b92de9f1..f54a1ab9ea1 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-30 Mark Mitchell <mark@codesourcery.com> + + * objc-features.texi: Use the GFDL. + Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com) * encoding.c (REAL_TYPE): Define. diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi index 425f872ad33..c8dc1cd202d 100644 --- a/libobjc/objc-features.texi +++ b/libobjc/objc-features.texi @@ -5,6 +5,9 @@ @setchapternewpage odd @c %**end of header +Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +1999, 2000, 2001 Free Software Foundation, Inc. + @node Top, Executing code before main, (dir), (dir) @comment node-name, next, previous, up @@ -22,6 +25,7 @@ comments about this document to Ovidiu Predescu * Garbage Collection:: * Constant string objects:: * compatibility_alias:: +* GNU Free Documentation License:: @end menu @node Executing code before main, Type encoding, Top, Top @@ -431,6 +435,8 @@ as argument to this option. It is possible to have multiple compilation units referring to different constant string classes, neither the compiler nor the linker impose any restrictions in doing this. +@include fdl.texi + @c ========================================================================= @node compatibility_alias, , Constant string objects, Top @comment node-name, next, previous, up |