diff options
author | Shaun Verch <shaun.verch@10gen.com> | 2013-11-09 15:38:08 -0500 |
---|---|---|
committer | Shaun Verch <shaun.verch@10gen.com> | 2013-11-13 16:46:49 -0500 |
commit | c9168762e4870e2305143aeb3aee462f7a3bbc5d (patch) | |
tree | bce59d385849346dc5e4c3bce64302af0722789d /distsrc | |
parent | 0a1c8c986f31f49c4d878c3819fe10608f4b2b06 (diff) | |
download | mongo-c9168762e4870e2305143aeb3aee462f7a3bbc5d.tar.gz |
SERVER-11575 Added support for YAML Config File
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/THIRD-PARTY-NOTICES | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/distsrc/THIRD-PARTY-NOTICES b/distsrc/THIRD-PARTY-NOTICES index 481e64c4b11..5735bf00240 100644 --- a/distsrc/THIRD-PARTY-NOTICES +++ b/distsrc/THIRD-PARTY-NOTICES @@ -369,6 +369,25 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +11) License notice for yaml-cpp +Copyright (c) 2008 Jesse Beder. +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 |