Update 3rd party licenses (#235)

a1c4bb2 · github-actions[bot] · 2023-10-21 16:19

1 files +26 -0
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+26 −0
@@ -2588,6 +2588,32 @@ SOFTWARE.
2588 2588
2589 2589 -----
2590 2590
2591 +The following software may be included in this product: hasown. A copy of the source code may be downloaded from git+https://github.com/inspect-js/hasOwn.git. This software contains the following license and notice below:
2592 +
2593 +MIT License
2594 +
2595 +Copyright (c) Jordan Harband and contributors
2596 +
2597 +Permission is hereby granted, free of charge, to any person obtaining a copy
2598 +of this software and associated documentation files (the "Software"), to deal
2599 +in the Software without restriction, including without limitation the rights
2600 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2601 +copies of the Software, and to permit persons to whom the Software is
2602 +furnished to do so, subject to the following conditions:
2603 +
2604 +The above copyright notice and this permission notice shall be included in all
2605 +copies or substantial portions of the Software.
2606 +
2607 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2608 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2609 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2610 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2611 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2612 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2613 +SOFTWARE.
2614 +
2615 +-----
2616 +
2591 2617 The following software may be included in this product: ieee754. A copy of the source code may be downloaded from git://github.com/feross/ieee754.git. This software contains the following license and notice below:
2592 2618
2593 2619 Copyright 2008 Fair Oaks Labs, Inc.

Parents: 508b740