home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / README < prev   
Text File  |  2001-05-15  |  2KB  |  55 lines

  1. **********************************************************************
  2. *     README file for STLport 4.5                                  *
  3. *                                                                    *
  4. **********************************************************************
  5.  
  6. This directory contains STLport-4.5 release.
  7.  
  8. What's inside :
  9.  
  10. README      - this file
  11. INSTALL     - installation instructions
  12.  
  13. stlport     - main STLport include directory
  14. src         - source and makefiles for iostreams implementation
  15. lib         - installation directory for STLport library (if you use STLport iostreams only)
  16. test/regression   - regression test, using wrapper iostreams
  17. test/eh     - exception handling test using STLport iostreams
  18. etc         - miscellanous files (ChangeLog, TODO, scripts, etc.) 
  19.  
  20. GETTING STLPORT
  21.  
  22. To download the latest version of STLport, please be sure to visit
  23. http://www.stlport.com/download.html
  24.  
  25. LEGALESE
  26.  
  27. This software is being distributed under the following terms :
  28.  
  29.  *
  30.  *
  31.  * Copyright (c) 1994
  32.  * Hewlett-Packard Company
  33.  *
  34.  * Copyright (c) 1996-1999
  35.  * Silicon Graphics Computer Systems, Inc.
  36.  *
  37.  * Copyright (c) 1997
  38.  * Moscow Center for SPARC Technology
  39.  *
  40.  * Copyright (c) 1999, 2000, 2001
  41.  * Boris Fomitchev
  42.  *
  43.  * This material is provided "as is", with absolutely no warranty expressed
  44.  * or implied. Any use is at your own risk.
  45.  *
  46.  * Permission to use or copy this software for any purpose is hereby granted 
  47.  * without fee, provided the above notices are retained on all copies.
  48.  * Permission to modify the code and to distribute modified code is granted,
  49.  * provided the above notices are retained, and a notice that the code was
  50.  * modified is included with the above copyright notice.
  51.  *
  52.  
  53. **********************************************************************
  54.  
  55.