@@ -6,12 +6,12 @@ The OpenLIBM code derives from the FreeBSD msun implementation, which
66in turn derives from FDLIBM 5.3. As a result, it has a number of fixes
77and updates that have accumulated over the years in msun, and also
88optimized assembly versions of many functions. These improvements are
9- provided under the BSD license . The msun library also includes work
10- placed under the public domain, whih is noted in the individual
9+ provided under the BSD and ISC licenses . The msun library also includes
10+ work placed under the public domain, which is noted in the individual
1111files. Further work on making a standalone OpenLIBM library from msun,
1212as part of the Julia project is covered under the MIT license.
1313
14- ## Parts copyrighted by the Julia project
14+ ## Parts copyrighted by the Julia project (MIT License)
1515
1616> Copyright (c) 2011-13 Viral B. Shah, Keno Fischer, Jameson Nash,
1717> https://github.com/JuliaLang/openlibm/graphs/contributors
@@ -35,7 +35,23 @@ as part of the Julia project is covered under the MIT license.
3535> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3636> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3737
38- ## FREEBSD MSUN
38+ ## Parts copyrighted by Stephen L. Moshier (ISC License)
39+
40+ > Copyright (c) 2008 Stephen L. Moshier < steve@moshier.net >
41+ >
42+ > Permission to use, copy, modify, and distribute this software for any
43+ > purpose with or without fee is hereby granted, provided that the above
44+ > copyright notice and this permission notice appear in all copies.
45+ >
46+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
47+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
48+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
49+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
50+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
51+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
52+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53+
54+ ## FREEBSD MSUN (FreeBSD/2-clause BSD/Simplified BSD License)
3955
4056> Copyright 1992-2011 The FreeBSD Project. All rights reserved.
4157>
0 commit comments