File: licenses.txt

package info (click to toggle)
python-bsddb3 6.2.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 14,884; ansic: 8,168; makefile: 201; sh: 5
file content (48 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
The history of this project is long and complicated, and so are
their copyrights and licenses. I (Jesus Cea) write this document
in orden to clarify the situation.

This code was integrated once in Python 2.x, so I guess somebody
did the paperwork related to contributor agreement. This code is
derived from that version, so that could be a license
checkpoint/blank sheet. I must verify that.

New files will be covered by the 3-clause BSD license.

License of Python files:

    * Except the following files, license is 3-clause BSD license.
      Jesus Cea Avion.

    * test2.py, test3.py: Zope Public License, version 2.0.
      Zope Corporation and contributors.

    * Lib*/bsddb/dbrecio.py:
      Itamar Shtull-Trauring <itamar@maxnm.com>.

    * Lib*/bsddb/__init__.py: 3-clause BSD license.
      Digital Creations and Andrew Kuchling.

    * Lib*/bsddb/db.py: 3-clause BSD license.
      Digital Creations and Andrew Kuchling.

    * Lib*/bsddb/dbobj.py, dbutils.py: Free software.
      Autonomous Zone Industries, Gregory P. Smith.

    * Lib*/bsddb/dbtables.py: Free software.
      Autonomous Zone Industries, Gregory P. Smith.

    * Lib*/bsddb/test/test_dbtables.py: Free software.
      Autonomous Zone Industries, Gregory P. Smith.

    * Lib*/bsddb/dbshelve.py: Free software.
      Total Control Software.

License of C files:

    * Modules/bsddb.h, _bsddb.c: 3-clause BSD license.
      Digital Creations, Andrew Kuchling, Robin Dunn,
      Gregory P. Smith, Duncan Grisby, Jesus Cea Avion.

NOTE: If this file is changed, "docs/license.rst" must be updated too.