diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-05-26 13:38:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-05-26 13:38:57 +0000 |
commit | 0126e157b87f137fc08dc7f46f6c291b9d06ac5d (patch) | |
tree | f8555e3e504eb82b4cd3cba5cec20ae4ce8124ff /gnu/egcs/libio/README | |
parent | ff8e9a4356e55ed142306c3a375fa280800abc86 (diff) |
egcs projects compiler system
Exact copy of the snapshot, except for the removal of
texinfo/
gcc/ch/
libchill/
Diffstat (limited to 'gnu/egcs/libio/README')
-rw-r--r-- | gnu/egcs/libio/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/egcs/libio/README b/gnu/egcs/libio/README new file mode 100644 index 00000000000..c2d564965ca --- /dev/null +++ b/gnu/egcs/libio/README @@ -0,0 +1,30 @@ +This is libio, the GNU C/C++ input/output library. + +By default, the library is configured to build the C++ iostream +facility (in $libdir/libiostream.a). + +The library can be configured to build the C stdio facility +that is part of a C run-time library. + +This library is distributed with libg++; see ../libg++/README +for installation instructions, and where to send bug reports +and questions. + +* Copyright restrictions + +The files in this directory are generally covered by the GNU Public +License (which is in the file ../COPYING), but modified with the +following: + + As a special exception, if you link this library with files + compiled with a GNU compiler to produce an executable, this does not cause + the resulting executable to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. + +A few source files and subroutines are covered by other (but +less restrictive) copyright conditions. E.g. some code (such +as iovfprintf.c) is based on software that was developed by the +University of California, Berkeley, for the Berkeley Software +Distribution (BSD-4.4), and bears their copyright; and one +file (floatconv.c) is derived from ("free") code copyrighted AT&T. |