Skip to content

Commit 255f408

Browse files
committed
Merge updated LICENSE file contents
Change-Id: Ic4b877879793574ecec581850a005c04ed1269d4
2 parents 94ed828 + 12c1e9c commit 255f408

File tree

1 file changed

+184
-49
lines changed

1 file changed

+184
-49
lines changed

LICENSE

Lines changed: 184 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,185 @@
1-
Copyright (c) 1992-2011 The University of Tennessee and The University
2-
of Tennessee Research Foundation. All rights
3-
reserved.
4-
Copyright (c) 2000-2011 The University of California Berkeley. All
5-
rights reserved.
6-
Copyright (c) 2006-2011 The University of Colorado Denver. All rights
7-
reserved.
8-
Copyright (C) 2020-2023 Advanced Micro Devices, Inc. All rights
9-
reserved.
10-
11-
$COPYRIGHT$
12-
13-
Additional copyrights may follow
14-
15-
$HEADER$
16-
17-
Redistribution and use in source and binary forms, with or without
18-
modification, are permitted provided that the following conditions are
19-
met:
20-
21-
- Redistributions of source code must retain the above copyright
22-
notice, this list of conditions and the following disclaimer.
23-
24-
- Redistributions in binary form must reproduce the above copyright
25-
notice, this list of conditions and the following disclaimer listed
26-
in this license in the documentation and/or other materials
27-
provided with the distribution.
28-
29-
- Neither the name of the copyright holders nor the names of its
30-
contributors may be used to endorse or promote products derived from
31-
this software without specific prior written permission.
32-
33-
The copyright holders provide no reassurances that the source code
34-
provided does not infringe any patent, copyright, or any other
35-
intellectual property rights of third parties. The copyright holders
36-
disclaim any liability to any recipient for claims brought against
37-
recipient by any third party for infringement of that parties
38-
intellectual property rights.
39-
40-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
41-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
42-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
43-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
44-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
45-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
48-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1+
This summary and the license information provided below is for reference
2+
purposes and is not intended to be a comprehensive list of all copyright notices
3+
or license terms and conditions applicable to AOCL-ScaLAPACK Library. Please
4+
refer to the source code files in AOCL-ScaLAPACK Library for all copyrights and
5+
licenses.
6+
7+
AMD copyrighted code (MIT)
8+
9+
Copyright Statements
10+
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved.
11+
12+
License Text http://spdx.org/licenses/MIT
13+
14+
Permission is hereby granted, free of charge, to any person obtaining a copy of
15+
this software and associated documentation files (the "Software"), to deal in
16+
the Software without restriction, including without limitation the rights to
17+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
18+
the Software, and to permit persons to whom the Software is furnished to do so,
19+
subject to the following conditions:
20+
21+
The above copyright notice and this permission notice shall be included in all
22+
copies or substantial portions of the Software.
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
25+
FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
26+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29+
30+
flame-blis v0.8.1 (BSD-3-Clause)
31+
32+
Attribution Statements
33+
NOTE: Portions of this project's code are copyrighted by The University of Texas
34+
at Austin while other portions are copyrighted by
35+
Advanced Micro Devices, Inc. with some overlap. Please see file-level license
36+
headers for file-specific copyright info.
37+
38+
Copyright Statements
39+
Copyright (C) 2018, Advanced Micro Devices, Inc.
40+
Copyright (C) 2014, The University of Texas at Austin
41+
42+
License Text http://spdx.org/licenses/BSD-3-Clause
43+
44+
Redistribution and use in source and binary forms, with or without modification,
45+
are permitted provided that the following conditions are met:
46+
* Redistributions of source code must retain the above copyright notice, this
47+
* list of conditions and the following disclaimer.
48+
* Redistributions in binary form must reproduce the above copyright notice, this
49+
* list of conditions and the following disclaimer in the documentation and/or
50+
* other materials provided with the distribution.
51+
* Neither the name of the copyright holders nor the names of its contributors
52+
* may be used to endorse or promote products derived from this software without
53+
* specific prior written permission.
54+
55+
THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
56+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
57+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
58+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
59+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
60+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
61+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
62+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
63+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
64+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65+
66+
reference-lapack-lapack v3.9.0 (BSD-3-Clause)
67+
68+
Copyright Statements
69+
Copyright (c) 1992-2017 The University of Tennessee and The University of
70+
Tennessee Research Foundation. All rights reserved.
71+
Copyright (c) 2000-2017 The University of California Berkeley. All rights
72+
reserved.
73+
Copyright (c) 2006-2017 The University of Colorado Denver. All rights reserved.
74+
75+
License Text https://spdx.org/licenses/BSD-3-Clause.html
76+
77+
Redistribution and use in source and binary forms, with or without modification,
78+
are permitted provided that the following conditions are met:
79+
*Redistributions of source code must retain the above copyright notice, this
80+
list of conditions and the following disclaimer.
81+
*Redistributions in binary form must reproduce the above copyright notice, this
82+
list of conditions and the following disclaimer listed in this license in the
83+
documentation and/or other materials
84+
provided with the distribution.
85+
*Neither the name of the copyright holders nor the names of its contributors may
86+
be used to endorse or promote products derived from this software without
87+
specific prior written permission.
88+
The copyright holders provide no reassurances that the source code provided does
89+
not infringe any patent, copyright, or any other intellectual property rights of
90+
third parties. The copyright holders
91+
disclaim any liability to any recipient for claims brought against recipient by
92+
any third party for infringement of that parties intellectual property rights.
93+
94+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
95+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
96+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
97+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
98+
ANY DIRECT, INDIRECT, INCIDENTAL,
99+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
100+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
101+
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
102+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
103+
IN ANY WAY OUT OF THE USE
104+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
105+
106+
scalapack v-u (BSD-Style)
107+
108+
Copyright Statements
109+
Copyright (c) 1992-2011 The University of Tennessee and The University of
110+
Tennessee Research Foundation. All rights reserved.
111+
Copyright (c) 2000-2011 The University of California Berkeley. All rights
112+
reserved.
113+
Copyright (c) 2006-2011 The University of Colorado Denver. All rights reserved.
114+
115+
License Text
116+
https://github.com/Reference-ScaLAPACK/scalapack/blob/master/LICENSE
117+
118+
Redistribution and use in source and binary forms, with or without modification,
119+
are permitted provided that the following conditions are met:
120+
* Redistributions of source code must retain the above copyright notice, this
121+
* list of conditions and the following disclaimer.
122+
* Redistributions in binary form must reproduce the above copyright notice, this
123+
* list of conditions and the following disclaimer in the documentation and/or
124+
* other materials provided with the distribution.
125+
* Neither the name of the copyright holders nor the names of its contributors
126+
* may be used to endorse or promote products derived from this software without
127+
* specific prior written permission.
128+
The copyright holders provide no reassurances that the source code provided does
129+
not infringe any patent, copyright, or any other
130+
intellectual property rights of third parties. The copyright holders disclaim
131+
any liability to any recipient for claims brought against
132+
recipient by any third party for infringement of that parties intellectual
133+
property rights.
134+
135+
THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
136+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
137+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
138+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
139+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
140+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
141+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
142+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
143+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
144+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
145+
146+
scalapack v2.0 (BSD-3-clause)
147+
148+
Copyright Statements
149+
Copyright (c) 1992-2011 The University of Tennessee and The University of
150+
Tennessee Research Foundation. All rights reserved.
151+
Copyright (c) 2000-2011 The University of California Berkeley. All rights
152+
reserved.
153+
Copyright (c) 2006-2011 The University of Colorado Denver. All rights reserved.
154+
155+
License Text https://spdx.org/licenses/BSD-3-Clause.html
156+
157+
Redistribution and use in source and binary forms, with or without modification,
158+
are permitted provided that the following conditions are met:
159+
*Redistributions of source code must retain the above copyright notice, this
160+
list of conditions and the following disclaimer.
161+
*Redistributions in binary form must reproduce the above copyright notice, this
162+
list of conditions and the following disclaimer listed in this license in the
163+
documentation and/or other materials
164+
provided with the distribution.
165+
*Neither the name of the copyright holders nor the names of its contributors may
166+
be used to endorse or promote products derived from this software without
167+
specific prior written permission.
168+
The copyright holders provide no reassurances that the source code provided does
169+
not infringe any patent, copyright, or any other intellectual property rights of
170+
third parties. The copyright holders
171+
disclaim any liability to any recipient for claims brought against recipient by
172+
any third party for infringement of that parties intellectual property rights.
173+
174+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
175+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
176+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
177+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
178+
ANY DIRECT, INDIRECT, INCIDENTAL,
179+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
180+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
181+
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
182+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
183+
IN ANY WAY OUT OF THE USE
50184
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
185+

0 commit comments

Comments
 (0)