@@ -165,44 +165,8 @@ The file if_ppp.h is under the following CMU license:
165
165
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
166
166
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
167
167
168
- The following license covers the files from Intel's "Highly Optimized
169
- Mathematical Functions for Itanium" collection:
170
-
171
- Intel License Agreement
172
-
173
- Copyright (c) 2000, Intel Corporation
174
-
175
- All rights reserved.
176
-
177
- Redistribution and use in source and binary forms, with or without
178
- modification, are permitted provided that the following conditions are
179
- met:
180
-
181
- * Redistributions of source code must retain the above copyright
182
- notice, this list of conditions and the following disclaimer.
183
-
184
- * Redistributions in binary form must reproduce the above copyright
185
- notice, this list of conditions and the following disclaimer in the
186
- documentation and/or other materials provided with the distribution.
187
-
188
- * The name of Intel Corporation may not be used to endorse or promote
189
- products derived from this software without specific prior written
190
- permission.
191
-
192
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
193
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
194
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
195
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
196
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
197
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
198
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
199
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
200
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
201
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
202
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
203
-
204
- The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
205
- (C) by Craig Metz and are distributed under the following license:
168
+ The files nss/getnameinfo.c and nss/getaddrinfo.c are copyright (C) by
169
+ Craig Metz and are distributed under the following license:
206
170
207
171
/* The Inner Net License, Version 2.00
208
172
@@ -410,3 +374,27 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
410
374
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
411
375
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
412
376
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
377
+
378
+ Various files in sysdeps/ieee754/flt-32, taken from the CORE-MATH project
379
+ <https://core-math.gitlabpages.inria.fr/>, are distributed under the
380
+ following license:
381
+
382
+ Copyright (c) 2022-2024 Alexei Sibidanov. Paul Zimmermann.
383
+
384
+ Permission is hereby granted, free of charge, to any person obtaining a copy
385
+ of this software and associated documentation files (the "Software"), to deal
386
+ in the Software without restriction, including without limitation the rights
387
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
388
+ copies of the Software, and to permit persons to whom the Software is
389
+ furnished to do so, subject to the following conditions:
390
+
391
+ The above copyright notice and this permission notice shall be included in all
392
+ copies or substantial portions of the Software.
393
+
394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
395
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
396
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
397
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
398
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
399
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
400
+ SOFTWARE.
0 commit comments