os/ossrv/genericopenlibs/cppstdlib/stl/README
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/README	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,64 @@
     1.4 +**********************************************************************
     1.5 +* 	README file for STLport 5.0                                    *
     1.6 +*                                                                    *
     1.7 +**********************************************************************
     1.8 +
     1.9 +This directory contains the STLport-5.0 release.
    1.10 +
    1.11 +What's inside :
    1.12 +
    1.13 +README           - this file
    1.14 +INSTALL          - installation instructions
    1.15 +
    1.16 +bin              - installation directory for STLport unit tests;
    1.17 +                   it may contain more subdirs, if you use
    1.18 +                   crosscompilation
    1.19 +build/lib        - build directory for STLport library (if you use
    1.20 +                   STLport iostreams and/or locale only)
    1.21 +build/test/unit  - build directory for regression (unit) tests
    1.22 +build/test/eh    - build directory for exception handling tests
    1.23 +stlport          - main STLport include directory
    1.24 +src              - source for iostreams implementation and other parts
    1.25 +                   that aren't pure template code
    1.26 +lib              - installation directory for STLport library (if you
    1.27 +                   use STLport iostreams and/or locale only);
    1.28 +                   it may contain more subdirs, if you use
    1.29 +                   crosscompilation
    1.30 +test/unit        - unit (regression) tests
    1.31 +test/eh          - exception handling test using STLport iostreams
    1.32 +etc              - miscellanous files (ChangeLog, TODO, scripts, etc.) 
    1.33 +
    1.34 +GETTING STLPORT
    1.35 +
    1.36 +To download the latest version of STLport, please be sure to visit
    1.37 +https://sourceforge.net/project/showfiles.php?group_id=146814
    1.38 +
    1.39 +LEGALESE
    1.40 +
    1.41 +This software is being distributed under the following terms:
    1.42 +
    1.43 + *
    1.44 + *
    1.45 + * Copyright (c) 1994
    1.46 + * Hewlett-Packard Company
    1.47 + *
    1.48 + * Copyright (c) 1996-1999
    1.49 + * Silicon Graphics Computer Systems, Inc.
    1.50 + *
    1.51 + * Copyright (c) 1997
    1.52 + * Moscow Center for SPARC Technology
    1.53 + *
    1.54 + * Copyright (c) 1999-2003
    1.55 + * Boris Fomitchev
    1.56 + *
    1.57 + * This material is provided "as is", with absolutely no warranty expressed
    1.58 + * or implied. Any use is at your own risk.
    1.59 + *
    1.60 + * Permission to use or copy this software for any purpose is hereby granted 
    1.61 + * without fee, provided the above notices are retained on all copies.
    1.62 + * Permission to modify the code and to distribute modified code is granted,
    1.63 + * provided the above notices are retained, and a notice that the code was
    1.64 + * modified is included with the above copyright notice.
    1.65 + *
    1.66 +
    1.67 +**********************************************************************