missing project/build files
[client-tools.git] / src / external / 3rd / library / stlport453 / README
blob44b58de4d1be8d73f8bc851e7c474f1887d97a66
1 **********************************************************************
2 *       README file for STLport 4.5                                  *
3 *                                                                    *
4 **********************************************************************
6 This directory contains STLport-4.5 release.
8 What's inside :
10 README      - this file
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.) 
20 GETTING STLPORT
22 To download the latest version of STLport, please be sure to visit
23 http://www.stlport.com/download.html
25 LEGALESE
27 This software is being distributed under the following terms :
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  *
53 **********************************************************************