1=======
2LICENSE
3=======
4
5Except when noted in individual files, this project is distributed
6under `BSD 3-Clause License
7<http://opensource.org/licenses/BSD-3-Clause>`__.
8
9.. note::
10
11 If this file is changed, "LICENSE.txt" and "licenses.txt" must be
12 updated too.
13
14License Text (BSD 3-Clause License)
15-----------------------------------
16
17Copyright (c) 2008-2021, Jesus Cea Avion <jcea@jcea.es>
18All rights reserved.
19
20Redistribution and use in source and binary forms, with or without
21modification, are permitted provided that the following conditions
22are met:
23
241. Redistributions of source code must retain the above copyright
25notice, this list of conditions and the following disclaimer.
26
272. Redistributions in binary form must reproduce the above
28copyright notice, this list of conditions and the following
29disclaimer in the documentation and/or other materials provided
30with the distribution.
31
323. Neither the name of Jesus Cea Avion nor the names of its
33contributors may be used to endorse or promote products derived
34from this software without specific prior written permission.
35
36THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
37CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
38INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
39MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
41BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
42EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
43TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
45ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
46TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
47THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48SUCH DAMAGE.
49
50License of individual files
51---------------------------
52
53The history of this project is long and complicated, and so are
54their copyrights and licenses. I (Jesus Cea) wrote this document
55in orden to clarify the situation.
56
57This code was integrated once in Python 2.x, so I guess somebody
58did the paperwork related to contributor agreement. This code is
59derived from that version, so that could be a license
60checkpoint/blank sheet. I must verify that.
61
62New files will be covered by the 3-clause BSD license.
63
64License of Python files
65+++++++++++++++++++++++
66
67    * Except the following files, license is 3-clause BSD license.
68      Jesus Cea Avion.
69
70    * test2.py, test3.py: Zope Public License, version 2.0.
71      Zope Corporation and contributors.
72
73    * src/berkeleydb/dbrecio.py:
74      Itamar Shtull-Trauring <itamar@maxnm.com>.
75
76    * src/berkeleydb/__init__.py: 3-clause BSD license.
77      Digital Creations and Andrew Kuchling.
78
79    * src/berkeleydb/db.py: 3-clause BSD license.
80      Digital Creations and Andrew Kuchling.
81
82    * src/berkeleydb/dbobj.py, dbutils.py: Free software.
83      Autonomous Zone Industries, Gregory P. Smith.
84
85    * src/berkeleydb/dbtables.py: Free software.
86      Autonomous Zone Industries, Gregory P. Smith.
87
88    * src/berkeleydb/test/test_dbtables.py: Free software.
89      Autonomous Zone Industries, Gregory P. Smith.
90
91    * src/berkeleydb/dbshelve.py: Free software.
92      Total Control Software.
93
94License of C files
95++++++++++++++++++
96
97    * src/Modules/berkeleydb.h, _berkeleydb.c: 3-clause BSD license.
98      Digital Creations, Andrew Kuchling, Robin Dunn,
99      Gregory P. Smith, Duncan Grisby, Jesus Cea Avion.
100
101
102