configure: Provide symlink for amdgcn-mesa3d instead of configure hack
[platform/upstream/llvm.git] / libclc / LICENSE.TXT
1 ==============================================================================
2 libclc License
3 ==============================================================================
4
5 The libclc library is dual licensed under both the University of Illinois
6 "BSD-Like" license and the MIT license.  As a user of this code you may choose
7 to use it under either license.  As a contributor, you agree to allow your code
8 to be used under both.
9
10 Full text of the relevant licenses is included below.
11
12 ==============================================================================
13
14 Copyright (c) 2011-2018 by the contributors listed in CREDITS.TXT
15
16 All rights reserved.
17
18 Permission is hereby granted, free of charge, to any person obtaining a copy of
19 this software and associated documentation files (the "Software"), to deal with
20 the Software without restriction, including without limitation the rights to
21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22 of the Software, and to permit persons to whom the Software is furnished to do
23 so, subject to the following conditions:
24
25     * Redistributions of source code must retain the above copyright notice,
26       this list of conditions and the following disclaimers.
27
28     * Redistributions in binary form must reproduce the above copyright notice,
29       this list of conditions and the following disclaimers in the
30       documentation and/or other materials provided with the distribution.
31
32     * The names of the contributors may not be used to endorse or promote
33       products derived from this Software without specific prior written
34       permission.
35
36 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
38 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
39 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
42 SOFTWARE.
43
44 ==============================================================================
45
46 Copyright (c) 2011-2014 by the contributors listed in CREDITS.TXT
47
48 Permission is hereby granted, free of charge, to any person obtaining a copy
49 of this software and associated documentation files (the "Software"), to deal
50 in the Software without restriction, including without limitation the rights
51 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52 copies of the Software, and to permit persons to whom the Software is
53 furnished to do so, subject to the following conditions:
54
55 The above copyright notice and this permission notice shall be included in
56 all copies or substantial portions of the Software.
57
58 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64 THE SOFTWARE.