annotate libsanitizer/LICENSE.TXT @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ==============================================================================
kono
parents:
diff changeset
2 compiler_rt License
kono
parents:
diff changeset
3 ==============================================================================
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 The compiler_rt library is dual licensed under both the University of Illinois
kono
parents:
diff changeset
6 "BSD-Like" license and the MIT license. As a user of this code you may choose
kono
parents:
diff changeset
7 to use it under either license. As a contributor, you agree to allow your code
kono
parents:
diff changeset
8 to be used under both.
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 Full text of the relevant licenses is included below.
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 ==============================================================================
kono
parents:
diff changeset
13
kono
parents:
diff changeset
14 University of Illinois/NCSA
kono
parents:
diff changeset
15 Open Source License
kono
parents:
diff changeset
16
kono
parents:
diff changeset
17 Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 All rights reserved.
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 Developed by:
kono
parents:
diff changeset
22
kono
parents:
diff changeset
23 LLVM Team
kono
parents:
diff changeset
24
kono
parents:
diff changeset
25 University of Illinois at Urbana-Champaign
kono
parents:
diff changeset
26
kono
parents:
diff changeset
27 http://llvm.org
kono
parents:
diff changeset
28
kono
parents:
diff changeset
29 Permission is hereby granted, free of charge, to any person obtaining a copy of
kono
parents:
diff changeset
30 this software and associated documentation files (the "Software"), to deal with
kono
parents:
diff changeset
31 the Software without restriction, including without limitation the rights to
kono
parents:
diff changeset
32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
kono
parents:
diff changeset
33 of the Software, and to permit persons to whom the Software is furnished to do
kono
parents:
diff changeset
34 so, subject to the following conditions:
kono
parents:
diff changeset
35
kono
parents:
diff changeset
36 * Redistributions of source code must retain the above copyright notice,
kono
parents:
diff changeset
37 this list of conditions and the following disclaimers.
kono
parents:
diff changeset
38
kono
parents:
diff changeset
39 * Redistributions in binary form must reproduce the above copyright notice,
kono
parents:
diff changeset
40 this list of conditions and the following disclaimers in the
kono
parents:
diff changeset
41 documentation and/or other materials provided with the distribution.
kono
parents:
diff changeset
42
kono
parents:
diff changeset
43 * Neither the names of the LLVM Team, University of Illinois at
kono
parents:
diff changeset
44 Urbana-Champaign, nor the names of its contributors may be used to
kono
parents:
diff changeset
45 endorse or promote products derived from this Software without specific
kono
parents:
diff changeset
46 prior written permission.
kono
parents:
diff changeset
47
kono
parents:
diff changeset
48 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
kono
parents:
diff changeset
49 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
kono
parents:
diff changeset
50 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
kono
parents:
diff changeset
51 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
kono
parents:
diff changeset
52 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
kono
parents:
diff changeset
53 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
kono
parents:
diff changeset
54 SOFTWARE.
kono
parents:
diff changeset
55
kono
parents:
diff changeset
56 ==============================================================================
kono
parents:
diff changeset
57
kono
parents:
diff changeset
58 Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
kono
parents:
diff changeset
59
kono
parents:
diff changeset
60 Permission is hereby granted, free of charge, to any person obtaining a copy
kono
parents:
diff changeset
61 of this software and associated documentation files (the "Software"), to deal
kono
parents:
diff changeset
62 in the Software without restriction, including without limitation the rights
kono
parents:
diff changeset
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
kono
parents:
diff changeset
64 copies of the Software, and to permit persons to whom the Software is
kono
parents:
diff changeset
65 furnished to do so, subject to the following conditions:
kono
parents:
diff changeset
66
kono
parents:
diff changeset
67 The above copyright notice and this permission notice shall be included in
kono
parents:
diff changeset
68 all copies or substantial portions of the Software.
kono
parents:
diff changeset
69
kono
parents:
diff changeset
70 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
kono
parents:
diff changeset
71 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
kono
parents:
diff changeset
72 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
kono
parents:
diff changeset
73 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
kono
parents:
diff changeset
74 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
kono
parents:
diff changeset
75 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
kono
parents:
diff changeset
76 THE SOFTWARE.
kono
parents:
diff changeset
77
kono
parents:
diff changeset
78 ==============================================================================
kono
parents:
diff changeset
79 Copyrights and Licenses for Third Party Software Distributed with LLVM:
kono
parents:
diff changeset
80 ==============================================================================
kono
parents:
diff changeset
81 The LLVM software contains code written by third parties. Such software will
kono
parents:
diff changeset
82 have its own individual LICENSE.TXT file in the directory in which it appears.
kono
parents:
diff changeset
83 This file will describe the copyrights, license, and restrictions which apply
kono
parents:
diff changeset
84 to that code.
kono
parents:
diff changeset
85
kono
parents:
diff changeset
86 The disclaimer of warranty in the University of Illinois Open Source License
kono
parents:
diff changeset
87 applies to all code in the LLVM Distribution, and nothing in any of the
kono
parents:
diff changeset
88 other licenses gives permission to use the names of the LLVM Team or the
kono
parents:
diff changeset
89 University of Illinois to endorse or promote products derived from this
kono
parents:
diff changeset
90 Software.
kono
parents:
diff changeset
91
kono
parents:
diff changeset
92 The following pieces of software have additional or alternate copyrights,
kono
parents:
diff changeset
93 licenses, and/or restrictions:
kono
parents:
diff changeset
94
kono
parents:
diff changeset
95 Program Directory
kono
parents:
diff changeset
96 ------- ---------
kono
parents:
diff changeset
97 mach_override lib/interception/mach_override