|
2 | 2 |
|
3 | 3 | OpenLibm contains code that is covered by various licenses. |
4 | 4 |
|
5 | | -The OpenLibm code derives from the FreeBSD msun implementation, which |
6 | | -in turn derives from FDLIBM 5.3. As a result, it has a number of fixes |
7 | | -and updates that have accumulated over the years in msun, and also |
8 | | -optimized assembly versions of many functions. These improvements are |
9 | | -provided under the BSD and ISC licenses. The msun library also |
10 | | -includes work placed under the public domain, which is noted in the |
11 | | -individual files. Further work on making a standalone OpenLibm library |
12 | | -from msun, as part of the Julia project is covered under the MIT |
13 | | -license. The test files, test-double.c and test-float.c are under the |
14 | | -LGPL. |
| 5 | +The OpenLibm code derives from the FreeBSD msun and OpenBSD libm |
| 6 | +implementations, which in turn derives from FDLIBM 5.3. As a result, it |
| 7 | +has a number of fixes and updates that have accumulated over the years |
| 8 | +in msun, and also optimized assembly versions of many functions. These |
| 9 | +improvements are provided under the BSD and ISC licenses. The msun |
| 10 | +library also includes work placed under the public domain, which is |
| 11 | +noted in the individual files. Further work on making a standalone |
| 12 | +OpenLibm library from msun, as part of the Julia project is covered |
| 13 | +under the MIT license. The test files, test-double.c and test-float.c |
| 14 | +are under the LGPL. |
15 | 15 |
|
16 | 16 | ## Parts copyrighted by the Julia project (MIT License) |
17 | 17 |
|
|
0 commit comments