mirror of https://github.com/python/cpython
Remove the note about the BerkeleyDB license. Barry indicates that
sleepycat has told him that since python is OSS and berkeleydb is being distributed with python for the bsddb library all is fine.
This commit is contained in:
parent
e509b2ad24
commit
dad58601a0
|
@ -18,18 +18,12 @@ Starting with Python 2.3 the \module{bsddb} module requires the
|
||||||
Berkeley DB library version 3.1 or later (it is known to work with 3.1
|
Berkeley DB library version 3.1 or later (it is known to work with 3.1
|
||||||
thru 4.1 at the time of this writing).
|
thru 4.1 at the time of this writing).
|
||||||
|
|
||||||
NOTE: BerkeleyDB has its own license which may apply to you if you
|
|
||||||
intend to distribute your application outside of your organization in
|
|
||||||
a non-opensource manner. Visit Sleepycat Software's website to read
|
|
||||||
the full license.
|
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation
|
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation
|
||||||
for the new python Berkeley DB interface that closely mirrors the
|
for the new python Berkeley DB interface that closely mirrors the
|
||||||
sleepycat object oriented interface provided in Berkeley DB 3 and 4.}
|
sleepycat object oriented interface provided in Berkeley DB 3 and 4.}
|
||||||
\seeurl{http://www.sleepycat.com/}{Sleepycat Software produces the
|
\seeurl{http://www.sleepycat.com/}{Sleepycat Software produces the
|
||||||
modern Berkeley DB library. They offer support and sell licenses for
|
modern Berkeley DB library.}
|
||||||
proprietary software using BerkeleyDB.}
|
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
||||||
The following is a description of the legacy \module{bsddb} interface
|
The following is a description of the legacy \module{bsddb} interface
|
||||||
|
|
Loading…
Reference in New Issue