Skip to content

Commit 9458c39

Browse files
committed
SERVER-15976 update THIRD-PARTY-NOTICES for WiredTiger 3rd party software
1 parent dbc8bd1 commit 9458c39

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

distsrc/THIRD-PARTY-NOTICES

+79
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
370370
POSSIBILITY OF SUCH DAMAGE.
371371

372372
11) License notice for yaml-cpp
373+
-------------------------------
374+
373375
Copyright (c) 2008 Jesse Beder.
374376

375377
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -419,4 +421,81 @@ freely, subject to the following restrictions:
419421
Jean-loup Gailly Mark Adler
420422
421423

424+
425+
13) License notice for 3rd party software included in the WiredTiger library
426+
----------------------------------------------------------------------------
427+
428+
http://source.wiredtiger.com/license.html
429+
430+
WiredTiger Distribution Files | Copyright Holder | License
431+
----------------------------- | ----------------------------------- | ----------------------
432+
src/include/bitstring.i | University of California, Berkeley | BSD-3-Clause License
433+
src/include/queue.h | University of California, Berkeley | BSD-3-Clause License
434+
src/os_posix/os_getopt.c | University of California, Berkeley | BSD-3-Clause License
435+
src/support/hash_city.c | Google, Inc. | The MIT License
436+
src/support/hash_fnv.c | Authors | Public Domain
437+
438+
439+
Other optional 3rd party software included in the WiredTiger distribution is removed by MongoDB.
440+
441+
442+
BSD-3-CLAUSE LICENSE
443+
--------------------
444+
445+
http://www.opensource.org/licenses/BSD-3-Clause
446+
447+
Copyright (c) 1987, 1989, 1991, 1993, 1994
448+
The Regents of the University of California. All rights reserved.
449+
450+
Redistribution and use in source and binary forms, with or without
451+
modification, are permitted provided that the following conditions
452+
are met:
453+
1. Redistributions of source code must retain the above copyright
454+
notice, this list of conditions and the following disclaimer.
455+
2. Redistributions in binary form must reproduce the above copyright
456+
notice, this list of conditions and the following disclaimer in the
457+
documentation and/or other materials provided with the distribution.
458+
4. Neither the name of the University nor the names of its contributors
459+
may be used to endorse or promote products derived from this software
460+
without specific prior written permission.
461+
462+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
463+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
464+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
465+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
466+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
467+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
468+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
469+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
470+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
471+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
472+
SUCH DAMAGE.
473+
474+
475+
THE MIT LICENSE
476+
---------------
477+
478+
http://www.opensource.org/licenses/MIT
479+
480+
Copyright (c) 2011 Google, Inc.
481+
482+
Permission is hereby granted, free of charge, to any person obtaining a copy
483+
of this software and associated documentation files (the "Software"), to deal
484+
in the Software without restriction, including without limitation the rights
485+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
486+
copies of the Software, and to permit persons to whom the Software is
487+
furnished to do so, subject to the following conditions:
488+
489+
The above copyright notice and this permission notice shall be included in
490+
all copies or substantial portions of the Software.
491+
492+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
493+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
494+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
495+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
496+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
497+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
498+
THE SOFTWARE.
499+
500+
422501
End

0 commit comments

Comments
 (0)