diff options
Diffstat (limited to 'gc/doc/README')
-rw-r--r-- | gc/doc/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gc/doc/README b/gc/doc/README index 702bdd0..09ae43b 100644 --- a/gc/doc/README +++ b/gc/doc/README @@ -9,8 +9,9 @@ Copyright (c) 1998 by Fergus Henderson. All rights reserved. The files Makefile.am, and configure.in are Copyright (c) 2001 by Red Hat Inc. All rights reserved. -The files config.guess and a few others are copyrighted by the Free -Software Foundation. +Several files supporting GNU-style builds are copyrighted by the Free +Software Foundation, and carry a different license from that given +below. THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK. @@ -27,7 +28,7 @@ are GPL'ed, but with an exception that should cover all uses in the collector. (If you are concerned about such things, I recommend you look at the notice in config.guess or ltmain.sh.) -This is version 6.1alpha2 of a conservative garbage collector for C and C++. +This is version 6.1alpha5 of a conservative garbage collector for C and C++. You might find a more recent version of this at |