@@ -181,6 +181,15 @@ The library links against the following external libraries or contains
181181implementations from the following external libraries, which have their own
182182licenses:
183183
184+ * FreeBSD <https://svnweb.freebsd.org/>
185+
186+ Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
187+
188+ Developed at SunPro, a Sun Microsystems, Inc. business.
189+ Permission to use, copy, modify, and distribute this
190+ software is freely granted, provided that this notice
191+ is preserved.
192+
184193* Boost <http://www.boost.org/LICENSE_1_0.txt>
185194
186195Boost Software License - Version 1.0 - August 17th, 2003
@@ -207,42 +216,6 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
207216ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
208217DEALINGS IN THE SOFTWARE.
209218
210- * SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
211- SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
212-
213- The MIT License (MIT)
214-
215- Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
216-
217- https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
218-
219- Permission is hereby granted, free of charge, to any person obtaining a copy
220- of this software and associated documentation files (the "Software"), to deal
221- in the Software without restriction, including without limitation the rights
222- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
223- copies of the Software, and to permit persons to whom the Software is
224- furnished to do so, subject to the following conditions:
225-
226- The above copyright notice and this permission notice shall be included in all
227- copies or substantial portions of the Software.
228-
229- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
230- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
231- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
232- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
233- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
234- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
235- SOFTWARE.
236-
237- * FreeBSD <https://svnweb.freebsd.org/>
238-
239- Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
240-
241- Developed at SunPro, a Sun Microsystems, Inc. business.
242- Permission to use, copy, modify, and distribute this
243- software is freely granted, provided that this notice
244- is preserved.
245-
246219* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
247220
248221Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -285,34 +258,17 @@ comes with no support or guarantee.
285258
286259Stephen L. Moshier
287260moshier@na-net.ornl.gov
288-
289- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
292- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
293- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
294- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
295- DEALINGS IN THE SOFTWARE.
296261 Apache License
297262 Version 2.0, January 2004
298263 http://www.apache.org/licenses/
299264
265+ Stephen L. Moshier
266+ moshier@na-net.ornl.gov
267+
300268* FDLIBM <http://www.netlib.org/fdlibm/>
301269
302270Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
303271
304- Developed at SunPro, a Sun Microsystems, Inc. business.
305- Permission to use, copy, modify, and distribute this
306- software is freely granted, provided that this notice
307- is preserved.
308- Apache License
309- Version 2.0, January 2004
310- http://www.apache.org/licenses/
311-
312- * SLATEC Common Mathematical Library <https://netlib.org/slatec/>
313-
314- Public domain.
315-
316272* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
317273
318274Copyright (c) 2012 Massachusetts Institute of Technology
@@ -336,3 +292,53 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
336292OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
337293WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
338294
295+ * SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
296+ SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
297+
298+ The MIT License (MIT)
299+
300+ Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
301+
302+ https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
303+
304+ Permission is hereby granted, free of charge, to any person obtaining a copy
305+ of this software and associated documentation files (the "Software"), to deal
306+ in the Software without restriction, including without limitation the rights
307+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308+ copies of the Software, and to permit persons to whom the Software is
309+ furnished to do so, subject to the following conditions:
310+
311+ The above copyright notice and this permission notice shall be included in all
312+ copies or substantial portions of the Software.
313+
314+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
320+ SOFTWARE.
321+
322+ Developed at SunPro, a Sun Microsystems, Inc. business.
323+ Permission to use, copy, modify, and distribute this
324+ software is freely granted, provided that this notice
325+ is preserved.
326+ Apache License
327+ Version 2.0, January 2004
328+ http://www.apache.org/licenses/
329+
330+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
333+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
334+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
335+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
336+ DEALINGS IN THE SOFTWARE.
337+ Apache License
338+ Version 2.0, January 2004
339+ http://www.apache.org/licenses/
340+
341+ * SLATEC Common Mathematical Library <https://netlib.org/slatec/>
342+
343+ Public domain.
344+
0 commit comments