|
|
@@ -2288,3 +2288,71 @@ and on any theory of liability, whether in contract, strict liability, |
|
|
|
or tort (including negligence or otherwise) arising in any way out of |
|
|
|
the use of this software, even if advised of the possibility of such damage. |
|
|
|
********************************************************************************************************************************* |
|
|
|
============================================================================== |
|
|
|
libc++ License |
|
|
|
============================================================================== |
|
|
|
Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT |
|
|
|
http://llvm.org/svn/llvm-project/libcxx/trunk/CREDITS.TXT |
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
of this software and associated documentation files (the "Software"), to deal |
|
|
|
in the Software without restriction, including without limitation the rights |
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
|
|
copies of the Software, and to permit persons to whom the Software is |
|
|
|
furnished to do so, subject to the following conditions: |
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in |
|
|
|
all copies or substantial portions of the Software. |
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
|
|
THE SOFTWARE. |
|
|
|
============================================================================== |
|
|
|
Stepanov and McJones, "Elements of Programming" license |
|
|
|
============================================================================== |
|
|
|
|
|
|
|
// Copyright (c) 2009 Alexander Stepanov and Paul McJones |
|
|
|
// |
|
|
|
// Permission to use, copy, modify, distribute and sell this software |
|
|
|
// and its documentation for any purpose is hereby granted without |
|
|
|
// fee, provided that the above copyright notice appear in all copies |
|
|
|
// and that both that copyright notice and this permission notice |
|
|
|
// appear in supporting documentation. The authors make no |
|
|
|
// representations about the suitability of this software for any |
|
|
|
// purpose. It is provided "as is" without express or implied |
|
|
|
// warranty. |
|
|
|
// |
|
|
|
// Algorithms from |
|
|
|
// Elements of Programming |
|
|
|
// by Alexander Stepanov and Paul McJones |
|
|
|
// Addison-Wesley Professional, 2009 |
|
|
|
|
|
|
|
============================================================================== |
|
|
|
SGI C++ Standard Template Library license |
|
|
|
============================================================================== |
|
|
|
|
|
|
|
// Copyright (c) 1994 |
|
|
|
// Hewlett-Packard Company |
|
|
|
// |
|
|
|
// Permission to use, copy, modify, distribute and sell this software |
|
|
|
// and its documentation for any purpose is hereby granted without fee, |
|
|
|
// provided that the above copyright notice appear in all copies and |
|
|
|
// that both that copyright notice and this permission notice appear |
|
|
|
// in supporting documentation. Hewlett-Packard Company makes no |
|
|
|
// representations about the suitability of this software for any |
|
|
|
// purpose. It is provided "as is" without express or implied warranty. |
|
|
|
// |
|
|
|
// Copyright (c) 1996 |
|
|
|
// Silicon Graphics Computer Systems, Inc. |
|
|
|
// |
|
|
|
// Permission to use, copy, modify, distribute and sell this software |
|
|
|
// and its documentation for any purpose is hereby granted without fee, |
|
|
|
// provided that the above copyright notice appear in all copies and |
|
|
|
// that both that copyright notice and this permission notice appear |
|
|
|
// in supporting documentation. Silicon Graphics makes no |
|
|
|
// representations about the suitability of this software for any |
|
|
|
// purpose. It is provided "as is" without express or implied warranty. |