Paul Beesley | 9fec7b2 | 2019-11-11 10:46:54 +0000 | [diff] [blame] | 1 | License |
| 2 | ======= |
| 3 | |
Jimmy Brisson | 4844dc9 | 2020-04-02 15:19:34 -0500 | [diff] [blame] | 4 | The software is provided under a BSD-3-Clause license. |
Paul Beesley | 9fec7b2 | 2019-11-11 10:46:54 +0000 | [diff] [blame] | 5 | |
| 6 | :: |
| 7 | |
| 8 | Copyright (c) <year> <owner>. All rights reserved. |
| 9 | |
| 10 | Redistribution and use in source and binary forms, with or without |
| 11 | modification, are permitted provided that the following conditions are met: |
| 12 | |
| 13 | - Redistributions of source code must retain the above copyright notice, |
| 14 | this list of conditions and the following disclaimer. |
| 15 | |
| 16 | - Redistributions in binary form must reproduce the above copyright notice, |
| 17 | this list of conditions and the following disclaimer in the documentation |
| 18 | and/or other materials provided with the distribution. |
| 19 | |
| 20 | - Neither the name of the copyright holder nor the names of its |
| 21 | contributors may be used to endorse or promote products derived from this |
| 22 | software without specific prior written permission. |
| 23 | |
| 24 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 25 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 26 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 27 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 28 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 29 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 30 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 31 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 32 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 33 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 34 | POSSIBILITY OF SUCH DAMAGE. |
| 35 | |
| 36 | SPDX Identifiers |
| 37 | ---------------- |
| 38 | |
| 39 | Individual files contain the following tag instead of the full license text. |
| 40 | |
| 41 | :: |
| 42 | |
| 43 | SPDX-License-Identifier: BSD-3-Clause |
| 44 | |
| 45 | This enables machine processing of license information based on the SPDX |
| 46 | License Identifiers that are here available: http://spdx.org/licenses/ |
| 47 | |
| 48 | Other Projects |
| 49 | -------------- |
| 50 | |
| 51 | This project contains code from other projects as listed below. The original |
| 52 | license text is included in those source files. |
| 53 | |
| 54 | - The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses |
| 55 | various BSD licenses, including BSD-3-Clause and BSD-2-Clause. The SCC code |
| 56 | is used under the BSD-3-Clause license with the author's permission. |
| 57 | |
| 58 | - The `LLVM compiler-rt`_ source code is disjunctively dual licensed |
| 59 | (NCSA OR MIT). It is used by this project under the terms of the NCSA |
| 60 | license (also known as the University of Illinois/NCSA Open Source License), |
| 61 | which is a permissive license compatible with BSD-3-Clause. Any |
| 62 | contributions to this code must be made under the terms of both licenses. |
| 63 | |
| 64 | .. _FreeBSD: http://www.freebsd.org |
| 65 | .. _SCC: http://www.simple-cc.org/ |
| 66 | .. _LLVM compiler-rt: https://compiler-rt.llvm.org/ |