Skip to content

Commit fa07d51

Browse files
committed
Fix and improve documentation about licenses
Files s_cpowf.c, s_cpowl.c and s_cpow.c use the ISC license, which is very similar to MIT/BSD but considered distinct by Fedora.
1 parent 516b4f4 commit fa07d51

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

LICENSE.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The OpenLIBM code derives from the FreeBSD msun implementation, which
66
in turn derives from FDLIBM 5.3. As a result, it has a number of fixes
77
and updates that have accumulated over the years in msun, and also
88
optimized 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
1111
files. Further work on making a standalone OpenLIBM library from msun,
1212
as 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

Comments
 (0)