summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-03-12 04:27:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-12 05:00:44 +0000
commit6dd404e028547a29c21b047c2d91ed90ebb1edfb (patch)
treef9213eeb75ef30e5fd5d7d0d810bc5e096cb0a76 /distsrc
parent2d3589491b2d0bb93d44219018a175d4a9ac0b76 (diff)
downloadmongo-6dd404e028547a29c21b047c2d91ed90ebb1edfb.tar.gz
SERVER-61856 SERVER-42470 update libunwind to 1.6.2
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/THIRD-PARTY-NOTICES22
1 files changed, 22 insertions, 0 deletions
diff --git a/distsrc/THIRD-PARTY-NOTICES b/distsrc/THIRD-PARTY-NOTICES
index e035e0dc996..2ed912144c5 100644
--- a/distsrc/THIRD-PARTY-NOTICES
+++ b/distsrc/THIRD-PARTY-NOTICES
@@ -1590,4 +1590,26 @@ 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.
+ 29) License Notice for libunwind
+------------------------------
+
+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:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+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.
+
End