blob: 3e940c8e7bfcb9a3b66859c9adf9429892f8373a [file] [log] [blame]
Paul Beesley9fec7b22019-11-11 10:46:54 +00001License
2=======
3
Jimmy Brisson4844dc92020-04-02 15:19:34 -05004The software is provided under a BSD-3-Clause license.
Paul Beesley9fec7b22019-11-11 10:46:54 +00005
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
36SPDX Identifiers
37----------------
38
39Individual files contain the following tag instead of the full license text.
40
41::
42
43 SPDX-License-Identifier: BSD-3-Clause
44
45This enables machine processing of license information based on the SPDX
46License Identifiers that are here available: http://spdx.org/licenses/
47
48Other Projects
49--------------
50
51This project contains code from other projects as listed below. The original
52license 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/