sl@0: **********************************************************************
sl@0: * 	README file for STLport 5.0                                    *
sl@0: *                                                                    *
sl@0: **********************************************************************
sl@0: 
sl@0: This directory contains the STLport-5.0 release.
sl@0: 
sl@0: What's inside :
sl@0: 
sl@0: README           - this file
sl@0: INSTALL          - installation instructions
sl@0: 
sl@0: bin              - installation directory for STLport unit tests;
sl@0:                    it may contain more subdirs, if you use
sl@0:                    crosscompilation
sl@0: build/lib        - build directory for STLport library (if you use
sl@0:                    STLport iostreams and/or locale only)
sl@0: build/test/unit  - build directory for regression (unit) tests
sl@0: build/test/eh    - build directory for exception handling tests
sl@0: stlport          - main STLport include directory
sl@0: src              - source for iostreams implementation and other parts
sl@0:                    that aren't pure template code
sl@0: lib              - installation directory for STLport library (if you
sl@0:                    use STLport iostreams and/or locale only);
sl@0:                    it may contain more subdirs, if you use
sl@0:                    crosscompilation
sl@0: test/unit        - unit (regression) tests
sl@0: test/eh          - exception handling test using STLport iostreams
sl@0: etc              - miscellanous files (ChangeLog, TODO, scripts, etc.) 
sl@0: 
sl@0: GETTING STLPORT
sl@0: 
sl@0: To download the latest version of STLport, please be sure to visit
sl@0: https://sourceforge.net/project/showfiles.php?group_id=146814
sl@0: 
sl@0: LEGALESE
sl@0: 
sl@0: This software is being distributed under the following terms:
sl@0: 
sl@0:  *
sl@0:  *
sl@0:  * Copyright (c) 1994
sl@0:  * Hewlett-Packard Company
sl@0:  *
sl@0:  * Copyright (c) 1996-1999
sl@0:  * Silicon Graphics Computer Systems, Inc.
sl@0:  *
sl@0:  * Copyright (c) 1997
sl@0:  * Moscow Center for SPARC Technology
sl@0:  *
sl@0:  * Copyright (c) 1999-2003
sl@0:  * Boris Fomitchev
sl@0:  *
sl@0:  * This material is provided "as is", with absolutely no warranty expressed
sl@0:  * or implied. Any use is at your own risk.
sl@0:  *
sl@0:  * Permission to use or copy this software for any purpose is hereby granted 
sl@0:  * without fee, provided the above notices are retained on all copies.
sl@0:  * Permission to modify the code and to distribute modified code is granted,
sl@0:  * provided the above notices are retained, and a notice that the code was
sl@0:  * modified is included with the above copyright notice.
sl@0:  *
sl@0: 
sl@0: **********************************************************************