Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | ********************************************************************** |
michael@0 | 2 | * README file for STLport 5.0 * |
michael@0 | 3 | * * |
michael@0 | 4 | ********************************************************************** |
michael@0 | 5 | |
michael@0 | 6 | This directory contains the STLport-5.0 release. |
michael@0 | 7 | |
michael@0 | 8 | What's inside : |
michael@0 | 9 | |
michael@0 | 10 | README - this file |
michael@0 | 11 | INSTALL - installation instructions |
michael@0 | 12 | |
michael@0 | 13 | bin - installation directory for STLport unit tests; |
michael@0 | 14 | it may contain more subdirs, if you use |
michael@0 | 15 | crosscompilation |
michael@0 | 16 | build/lib - build directory for STLport library (if you use |
michael@0 | 17 | STLport iostreams and/or locale only) |
michael@0 | 18 | build/test/unit - build directory for regression (unit) tests |
michael@0 | 19 | build/test/eh - build directory for exception handling tests |
michael@0 | 20 | stlport - main STLport include directory |
michael@0 | 21 | src - source for iostreams implementation and other parts |
michael@0 | 22 | that aren't pure template code |
michael@0 | 23 | lib - installation directory for STLport library (if you |
michael@0 | 24 | use STLport iostreams and/or locale only); |
michael@0 | 25 | it may contain more subdirs, if you use |
michael@0 | 26 | crosscompilation |
michael@0 | 27 | test/unit - unit (regression) tests |
michael@0 | 28 | test/eh - exception handling test using STLport iostreams |
michael@0 | 29 | etc - miscellanous files (ChangeLog, TODO, scripts, etc.) |
michael@0 | 30 | |
michael@0 | 31 | GETTING STLPORT |
michael@0 | 32 | |
michael@0 | 33 | To download the latest version of STLport, please be sure to visit |
michael@0 | 34 | https://sourceforge.net/project/showfiles.php?group_id=146814 |
michael@0 | 35 | |
michael@0 | 36 | LEGALESE |
michael@0 | 37 | |
michael@0 | 38 | This software is being distributed under the following terms: |
michael@0 | 39 | |
michael@0 | 40 | * |
michael@0 | 41 | * |
michael@0 | 42 | * Copyright (c) 1994 |
michael@0 | 43 | * Hewlett-Packard Company |
michael@0 | 44 | * |
michael@0 | 45 | * Copyright (c) 1996-1999 |
michael@0 | 46 | * Silicon Graphics Computer Systems, Inc. |
michael@0 | 47 | * |
michael@0 | 48 | * Copyright (c) 1997 |
michael@0 | 49 | * Moscow Center for SPARC Technology |
michael@0 | 50 | * |
michael@0 | 51 | * Copyright (c) 1999-2003 |
michael@0 | 52 | * Boris Fomitchev |
michael@0 | 53 | * |
michael@0 | 54 | * This material is provided "as is", with absolutely no warranty expressed |
michael@0 | 55 | * or implied. Any use is at your own risk. |
michael@0 | 56 | * |
michael@0 | 57 | * Permission to use or copy this software for any purpose is hereby granted |
michael@0 | 58 | * without fee, provided the above notices are retained on all copies. |
michael@0 | 59 | * Permission to modify the code and to distribute modified code is granted, |
michael@0 | 60 | * provided the above notices are retained, and a notice that the code was |
michael@0 | 61 | * modified is included with the above copyright notice. |
michael@0 | 62 | * |
michael@0 | 63 | |
michael@0 | 64 | ********************************************************************** |