1 **********************************************************************
2 * README file for STLport 4.5 *
4 **********************************************************************
6 This directory contains STLport-4.5 release.
11 INSTALL - installation instructions
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.)
22 To download the latest version of STLport, please be sure to visit
23 http://www.stlport.com/download.html
27 This software is being distributed under the following terms :
32 * Hewlett-Packard Company
34 * Copyright (c) 1996-1999
35 * Silicon Graphics Computer Systems, Inc.
38 * Moscow Center for SPARC Technology
40 * Copyright (c) 1999, 2000, 2001
43 * This material is provided "as is", with absolutely no warranty expressed
44 * or implied. Any use is at your own risk.
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.
53 **********************************************************************