diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-08 21:26:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-09 21:21:08 +0100 |
commit | db8afa367c6cda4680d820f15b5a91894d990d28 (patch) | |
tree | 1318c192325b78895edcb8c199bd64a3da09a4aa /readlicense_oo/license/license.xml | |
parent | c391dddb4e6ba514a85e7a2e498db1c7b1d300b2 (diff) |
ofz#45373 and ofz#45362 fix ubsan issues
replace the home grown 16.16 fixed math with an alternative
Change-Id: If6fa4205aed62ff15157a8ab4dbf9b7c96e30216
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131236
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'readlicense_oo/license/license.xml')
-rw-r--r-- | readlicense_oo/license/license.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index f0a2484b8acb..b13a80e0dd8f 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -1884,6 +1884,33 @@ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.</p> </blockquote> + + <h2>libfixmath</h2> + <p>The following software may be included in this product: libfixmath.</p> + <p>libfixmath code is covered by the MIT license:</p> + <blockquote> + <p>libfixmath is Copyright (c) 2011-2021 Flatmush <Flatmush@gmail.com>, + Petteri Aimonen <Petteri.Aimonen@gmail.com>, & libfixmath AUTHORS</p> + + <p>Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions:</p> + + <p>The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software.</p> + + <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE.</p> + </blockquote> + <h2>Random123: a Library of Counter-Based Random Number Generators</h2> <p>The following software may be included in this product: Random123: a Library of Counter-Based Random Number Generators. Use of any of this software is governed by the terms of the license below:</p> |