summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorMartin Neupauer <xmaton@messengeruser.com>2020-06-15 10:25:40 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-23 23:12:42 +0000
commit53f658df7e571c48613b76879b9b2127f1a84959 (patch)
tree226f30155743047b997171bdc833153fd581a072 /distsrc
parent311d7ccd0b6fd24122e28b7e8f3a1e191dd4078a (diff)
downloadmongo-53f658df7e571c48613b76879b9b2127f1a84959.tar.gz
SERVER-48791 Add PEG parser library to the third party code directory.
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/THIRD-PARTY-NOTICES25
1 files changed, 25 insertions, 0 deletions
diff --git a/distsrc/THIRD-PARTY-NOTICES b/distsrc/THIRD-PARTY-NOTICES
index 34fb82302f2..e035e0dc996 100644
--- a/distsrc/THIRD-PARTY-NOTICES
+++ b/distsrc/THIRD-PARTY-NOTICES
@@ -1565,4 +1565,29 @@ Copyright 2014 Diego Ongaro.
Some of our TLA+ specifications are based on the Raft TLA+ specification by Diego Ongaro.
+ 28) License Notice for peglib
+------------------------------
+
+The MIT License (MIT)
+
+Copyright (c) 2020 yhirose
+
+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