home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-base.tgz / libg++-2.7.1-src.tar / fsf / libg++ / libio / README < prev    next >
Text File  |  1994-11-04  |  1KB  |  31 lines

  1. This is libio, the GNU C/C++ input/output library.
  2.  
  3. By default, the library is configured to build the C++ iostream
  4. facility (in $libdir/libiostream.a).
  5.  
  6. The library can be configured to build the C stdio facility
  7. that is part of a C run-time library.
  8.  
  9. This library is distributed with libg++; see ../libg++/README
  10. for installation instructions, and where to send bug reports
  11. and questions.
  12.  
  13. * Copyright restrictions
  14.  
  15. The files in this directory are generally covered by the GNU Public
  16. License (which is in the file ../COPYING), but modified with the
  17. following:
  18.  
  19.     As a special exception, if you link this library with files
  20.     compiled with a GNU compiler to produce an executable, this does not cause
  21.     the resulting executable to be covered by the GNU General Public License.
  22.     This exception does not however invalidate any other reasons why
  23.     the executable file might be covered by the GNU General Public License.
  24.  
  25. A few source files and subroutines are covered by other (but
  26. less restrictive) copyright conditions.  E.g. some code (such
  27. as iovfprintf.c) is based on software that was developed by the
  28. University of California, Berkeley, for the Berkeley Software
  29. Distribution (BSD-4.4), and bears their copyright;  and one
  30. file (floatconv.c) is derived from ("free") code copyrighted AT&T.
  31.