|
| 1 | +Use of the software in this package is governed by the EA Development Software License, |
| 2 | +found in the accompanying file EA_DEV_SOFTWARE_LICENSE.txt. |
| 3 | + |
| 4 | +Additional licenses also apply to this software package as detailed below. |
| 5 | + |
| 6 | + |
| 7 | +HP STL comes with the following license: |
| 8 | + |
| 9 | +/////////////////////////////////////////////////////////////////////////////// |
| 10 | +// The tree insert and erase functions below are based on the original |
| 11 | +// HP STL tree functions. Use of these functions was been approved by |
| 12 | +// EA legal on November 4, 2005 and the approval documentation is available |
| 13 | +// from the EASTL maintainer or from the EA legal deparatment on request. |
| 14 | +// |
| 15 | +// Copyright (c) 1994 |
| 16 | +// Hewlett-Packard Company |
| 17 | +// |
| 18 | +// Permission to use, copy, modify, distribute and sell this software |
| 19 | +// and its documentation for any purpose is hereby granted without fee, |
| 20 | +// provided that the above copyright notice appear in all copies and |
| 21 | +// that both that copyright notice and this permission notice appear |
| 22 | +// in supporting documentation. Hewlett-Packard Company makes no |
| 23 | +// representations about the suitability of this software for any |
| 24 | +// purpose. It is provided "as is" without express or implied warranty. |
| 25 | +/////////////////////////////////////////////////////////////////////////////// |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +libc++ comes with the following license: |
| 30 | + |
| 31 | +============================================================================== |
| 32 | +libc++ License |
| 33 | +============================================================================== |
| 34 | + |
| 35 | +The libc++ library is dual licensed under both the University of Illinois |
| 36 | +"BSD-Like" license and the MIT license. As a user of this code you may choose |
| 37 | +to use it under either license. As a contributor, you agree to allow your code |
| 38 | +to be used under both. |
| 39 | + |
| 40 | +Full text of the relevant licenses is included below. |
| 41 | + |
| 42 | +============================================================================== |
| 43 | + |
| 44 | +University of Illinois/NCSA |
| 45 | +Open Source License |
| 46 | + |
| 47 | +Copyright (c) 2009-2015 by the contributors listed in CREDITS.TXT |
| 48 | + |
| 49 | +All rights reserved. |
| 50 | + |
| 51 | +Developed by: |
| 52 | + |
| 53 | + LLVM Team |
| 54 | + |
| 55 | + University of Illinois at Urbana-Champaign |
| 56 | + |
| 57 | + http://llvm.org |
| 58 | + |
| 59 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 60 | +this software and associated documentation files (the "Software"), to deal with |
| 61 | +the Software without restriction, including without limitation the rights to |
| 62 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 63 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 64 | +so, subject to the following conditions: |
| 65 | + |
| 66 | + * Redistributions of source code must retain the above copyright notice, |
| 67 | + this list of conditions and the following disclaimers. |
| 68 | + |
| 69 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 70 | + this list of conditions and the following disclaimers in the |
| 71 | + documentation and/or other materials provided with the distribution. |
| 72 | + |
| 73 | + * Neither the names of the LLVM Team, University of Illinois at |
| 74 | + Urbana-Champaign, nor the names of its contributors may be used to |
| 75 | + endorse or promote products derived from this Software without specific |
| 76 | + prior written permission. |
| 77 | + |
| 78 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 79 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 80 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 81 | +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 82 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 83 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 84 | +SOFTWARE. |
| 85 | + |
| 86 | +============================================================================== |
| 87 | + |
| 88 | +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT |
| 89 | + |
| 90 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 91 | +of this software and associated documentation files (the "Software"), to deal |
| 92 | +in the Software without restriction, including without limitation the rights |
| 93 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 94 | +copies of the Software, and to permit persons to whom the Software is |
| 95 | +furnished to do so, subject to the following conditions: |
| 96 | + |
| 97 | +The above copyright notice and this permission notice shall be included in |
| 98 | +all copies or substantial portions of the Software. |
| 99 | + |
| 100 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 101 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 102 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 103 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 104 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 105 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 106 | +THE SOFTWARE. |
| 107 | + |
| 108 | + |
0 commit comments