@@ -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+ * FDLIBM <http://www.netlib.org/fdlibm/>
185+
186+ Copyright (C) 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* SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
185194SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
186195
@@ -212,11 +221,6 @@ SOFTWARE.
212221
213222Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
214223
215- Developed at SunPro, a Sun Microsystems, Inc. business.
216- Permission to use, copy, modify, and distribute this
217- software is freely granted, provided that this notice
218- is preserved.
219-
220224* Boost <http://www.boost.org/LICENSE_1_0.txt>
221225
222226Boost Software License - Version 1.0 - August 17th, 2003
@@ -255,42 +259,13 @@ comes with no support or guarantee.
255259
256260Stephen L. Moshier
257261moshier@na-net.ornl.gov
258-
259- * Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
260-
261- Copyright (c) 2012 Massachusetts Institute of Technology
262-
263- Permission is hereby granted, free of charge, to any person obtaining
264- a copy of this software and associated documentation files (the
265- "Software"), to deal in the Software without restriction, including
266- without limitation the rights to use, copy, modify, merge, publish,
267- distribute, sublicense, and/or sell copies of the Software, and to
268- permit persons to whom the Software is furnished to do so, subject to
269- the following conditions:
270-
271- The above copyright notice and this permission notice shall be
272- included in all copies or substantial portions of the Software.
273-
274- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
275- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
276- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
277- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
278- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
279- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
280- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
281-
282- * FDLIBM <http://www.netlib.org/fdlibm/>
283-
284- Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
285-
286- Developed at SunPro, a Sun Microsystems, Inc. business.
287- Permission to use, copy, modify, and distribute this
288- software is freely granted, provided that this notice
289- is preserved.
290262 Apache License
291263 Version 2.0, January 2004
292264 http://www.apache.org/licenses/
293265
266+ Stephen L. Moshier
267+ moshier@na-net.ornl.gov
268+
294269* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
295270
296271Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -321,28 +296,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
321296(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
322297OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
323298
324- Stephen L. Moshier
325- moshier@na-net.ornl.gov
326- Apache License
327- Version 2.0, January 2004
328- http://www.apache.org/licenses/
299+ * Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
329300
330- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
331- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
332- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
333- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
334- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
335- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
336- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
337- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
338- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
339- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
340- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
341- Apache License
342- Version 2.0, January 2004
343- http://www.apache.org/licenses/
301+ Copyright (c) 2012 Massachusetts Institute of Technology
302+
303+ Permission is hereby granted, free of charge, to any person obtaining
304+ a copy of this software and associated documentation files (the
305+ "Software"), to deal in the Software without restriction, including
306+ without limitation the rights to use, copy, modify, merge, publish,
307+ distribute, sublicense, and/or sell copies of the Software, and to
308+ permit persons to whom the Software is furnished to do so, subject to
309+ the following conditions:
310+
311+ The above copyright notice and this permission notice shall be
312+ included in all copies or substantial portions of the Software.
313+
314+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
315+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
316+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
317+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
318+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
319+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
320+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
344321
345322* SLATEC Common Mathematical Library <https://netlib.org/slatec/>
346323
347324Public domain.
348325
326+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
327+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
328+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
329+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
330+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
331+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
332+ DEALINGS IN THE SOFTWARE.
333+ Apache License
334+ Version 2.0, January 2004
335+ http://www.apache.org/licenses/
336+
0 commit comments