@@ -181,6 +181,32 @@ 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+
193+ * Cephes <http://www.netlib.org/cephes/readme>
194+
195+ Copyright (c) 1984-2000 Stephen L. Moshier
196+
197+ Some software in this archive may be from the book _Methods and Programs for
198+ Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989)
199+ or from the Cephes Mathematical Library, a commercial product. In either event,
200+ it is copyrighted by the author. What you see here may be used freely but it
201+ comes with no support or guarantee.
202+
203+ Stephen L. Moshier
204+ moshier@na-net.ornl.gov
205+
206+ * SLATEC Common Mathematical Library <https://netlib.org/slatec/>
207+
208+ Public domain.
209+
184210* Boost <http://www.boost.org/LICENSE_1_0.txt>
185211
186212Boost Software License - Version 1.0 - August 17th, 2003
@@ -207,27 +233,32 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
207233ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
208234DEALINGS IN THE SOFTWARE.
209235
210- * Cephes <http://www.netlib.org/cephes/readme>
236+ * SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
237+ SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
211238
212- Copyright (c) 1984-2000 Stephen L. Moshier
239+ The MIT License (MIT)
213240
214- Some software in this archive may be from the book _Methods and Programs for
215- Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989)
216- or from the Cephes Mathematical Library, a commercial product. In either event,
217- it is copyrighted by the author. What you see here may be used freely but it
218- comes with no support or guarantee.
241+ Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
219242
220- Stephen L. Moshier
221- moshier@na-net.ornl.gov
243+ https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
222244
223- * FreeBSD <https://svnweb.freebsd.org/>
245+ Permission is hereby granted, free of charge, to any person obtaining a copy
246+ of this software and associated documentation files (the "Software"), to deal
247+ in the Software without restriction, including without limitation the rights
248+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
249+ copies of the Software, and to permit persons to whom the Software is
250+ furnished to do so, subject to the following conditions:
224251
225- Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved.
252+ The above copyright notice and this permission notice shall be included in all
253+ copies or substantial portions of the Software.
226254
227- Developed at SunPro, a Sun Microsystems, Inc. business.
228- Permission to use, copy, modify, and distribute this
229- software is freely granted, provided that this notice
230- is preserved.
255+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
256+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
257+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
258+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
259+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
260+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
261+ SOFTWARE.
231262
232263* Go <https://raw.githubusercontent.com/golang/go/master/LICENSE>
233264
@@ -258,34 +289,10 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
258289THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
259290(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
260291OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
261-
262- Developed at SunPro, a Sun Microsystems, Inc. business.
263- Permission to use, copy, modify, and distribute this
264- software is freely granted, provided that this notice
265- is preserved.
266- Apache License
267- Version 2.0, January 2004
268- http://www.apache.org/licenses/
269-
270- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
271- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
272- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
273- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
274- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
275- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
276- DEALINGS IN THE SOFTWARE.
277292 Apache License
278293 Version 2.0, January 2004
279294 http://www.apache.org/licenses/
280295
281- * FDLIBM <http://www.netlib.org/fdlibm/>
282-
283- Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
284-
285- * SLATEC Common Mathematical Library <https://netlib.org/slatec/>
286-
287- Public domain.
288-
289296* Faddeeva <http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package#License>
290297
291298Copyright (c) 2012 Massachusetts Institute of Technology
@@ -309,46 +316,43 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
309316OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
310317WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
311318
312- * SpecialFunctions.jl <https://raw.githubusercontent.com/JuliaMath/
313- SpecialFunctions.jl/02a173fbe24a61c4b392aec17a9764ac5727feb1/LICENSE>
314-
315- The MIT License (MIT)
316-
317- Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others:
318-
319- https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors
319+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
320+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
321+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
322+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
323+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
324+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
325+ DEALINGS IN THE SOFTWARE.
326+ Apache License
327+ Version 2.0, January 2004
328+ http://www.apache.org/licenses/
320329
321- Permission is hereby granted, free of charge, to any person obtaining a copy
322- of this software and associated documentation files (the "Software"), to deal
323- in the Software without restriction, including without limitation the rights
324- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
325- copies of the Software, and to permit persons to whom the Software is
326- furnished to do so, subject to the following conditions:
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.
327341
328- The above copyright notice and this permission notice shall be included in all
329- copies or substantial portions of the Software.
342+ * FDLIBM <http://www.netlib.org/fdlibm/>
330343
331- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
332- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
333- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
334- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
335- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
336- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
337- SOFTWARE.
344+ Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
338345
339- Stephen L. Moshier
340- moshier@na-net.ornl.gov
346+ Developed at SunPro, a Sun Microsystems, Inc. business.
347+ Permission to use, copy, modify, and distribute this
348+ software is freely granted, provided that this notice
349+ is preserved.
341350 Apache License
342351 Version 2.0, January 2004
343352 http://www.apache.org/licenses/
344353
345- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
346- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
347- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
348- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
349- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
350- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
351- SOFTWARE.
354+ Stephen L. Moshier
355+ moshier@na-net.ornl.gov
352356 Apache License
353357 Version 2.0, January 2004
354358 http://www.apache.org/licenses/
0 commit comments