Skip to content

milkie/wiredtiger.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>WiredTiger: WiredTiger licensing</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="wiredtiger.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><a href="http://wiredtiger.com/"><img alt="Logo" src="LogoFinal-header.png" alt="WiredTiger" /></a></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname">
   &#160;<span id="projectnumber">Developer Site</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<div class="banner">
  <a href="https://github.com/wiredtiger/wiredtiger">Fork me on GitHub</a>
  <a class="last" href="http://groups.google.com/group/wiredtiger-users">Join my user group</a>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="community.html"><span>Community</span></a></li>
      <li><a href="license.html"><span>License</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="index.html">WiredTiger Developer Site</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">WiredTiger licensing </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>The complete WiredTiger software package is Open Source software: you are welcome to modify and redistribute it under the terms of <a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html"><b>version 2</b></a> or <a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html"><b>version 3</b></a> of the <b>GNU General Public License</b> as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <b>GNU General Public License</b> for details.</p>
<p>For a license to use the WiredTiger software under conditions other than those described above, or for technical support for this software, please contact MongoDB, Inc. at <a href="#" onclick="location.href='mai'+'lto:'+'inf'+'o@'+'wir'+'ed'+'tig'+'er'+'.co'+'m'; return false;">info@<span style="display: none;">.nosp@m.</span>wire<span style="display: none;">.nosp@m.</span>dtige<span style="display: none;">.nosp@m.</span>r.co<span style="display: none;">.nosp@m.</span>m</a>.</p>
<h1><a class="anchor" id="license_library"></a>
3rd party software included in the WiredTiger library</h1>
<p>Every build of the WiredTiger library binary includes the following 3rd party software, distributed under their license terms. Redistribution of the WiredTiger library should comply with these copyrights.</p>
<table class="doxtable">
<tr>
<th>Distribution Files</th><th>Copyright Holder</th><th>License </th></tr>
<tr>
<td><code>src/include/bitstring.i</code> </td><td>University of California, Berkeley</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
<tr>
<td><code>src/include/queue.h</code> </td><td>University of California, Berkeley</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
<tr>
<td><code>src/os_posix/getopt.c</code> </td><td>University of California, Berkeley</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
<tr>
<td><code>src/support/hash_city.c</code> </td><td>Google, Inc.</td><td><a href="http://www.opensource.org/licenses/MIT">The MIT License</a> </td></tr>
<tr>
<td><code>src/support/hash_fnv.c</code> </td><td>Authors</td><td>Public Domain </td></tr>
</table>
<h1><a class="anchor" id="license_leveldb"></a>
3rd party software optionally included in the WiredTiger library: LevelDB</h1>
<p>If the <code>&ndash;enable-leveldb</code> configuration option is specified when configuring the WiredTiger build, additional 3rd party software is included in the WiredTiger LevelDB library binary, distributed under their license terms. Redistribution of the WiredTiger library built with the <code>&ndash;enable-leveldb</code> configuration option should comply with these copyrights.</p>
<table class="doxtable">
<tr>
<th>Distribution Files</th><th>Copyright Holder</th><th>License </th></tr>
<tr>
<td><code>api/leveldb/basho/*</code> </td><td>Basho Technologies, Inc.</td><td><a href="http://opensource.org/licenses/Apache-2.0">Apache License, Version 2.0</a> </td></tr>
<tr>
<td><code>api/leveldb/hyperleveldb/*</code> </td><td>The HyperLevelDB Authors</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
<tr>
<td><code>api/leveldb/leveldb/*</code> </td><td>Google, Inc.</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
<tr>
<td><code>api/leveldb/rocksdb/*</code> </td><td>Facebook, Inc.</td><td><a href="http://www.opensource.org/licenses/BSD-3-Clause">BSD-3-Clause License</a> </td></tr>
</table>
<h1><a class="anchor" id="license_distribution"></a>
3rd party software included in the WiredTiger distribution</h1>
<p>The WiredTiger software distribution includes additional 3rd party software licensed under a variety of licenses. <b>This software is NOT included in the WiredTiger library binary as built by the distribution.</b> This software is used for peripheral tasks, such as building the WiredTiger documentation, testing the WiredTiger software or graphically displaying WiredTiger run-time output. If you extract portions of the WiredTiger software distribution for inclusion in other packages, or redistribute selected portions of the WiredTiger sources, please review the copyright notices and LICENSE files included in the WiredTiger distribution for the terms and conditions of such redistribution.</p>
<h1><a class="anchor" id="license_public_domain"></a>
Public domain software</h1>
<p>Many portions of the WiredTiger distribution are public domain software. Public domain files have notices releasing the software into the public domain and may be freely used and redistributed. </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Copyright (c) 2008-2015 MongoDB, Inc.  All rights reserved.  Contact <a href="mailto:info@wiredtiger.com">info@wiredtiger.com</a> for more information.
</small></address>
</body>
</html>

About

Developer website, contains WiredTiger's developer docs

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.1%
  • JavaScript 6.8%
  • CSS 1.1%
  • Roff 1.0%
  • Python 0.0%
  • Makefile 0.0%