File: licenses.txt

package info (click to toggle)
python-bsddb3 6.1.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,104 kB
  • ctags: 3,450
  • sloc: python: 14,766; ansic: 8,158; makefile: 131; sh: 5
file content (52 lines) | stat: -rw-r--r-- 1,713 bytes parent folder | download
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
49
50
51
52
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.

    * Lib*/bsddb/test_support.py: PYTHON
      (This code will be dropped when minimum supported
      version is Python 2.6)

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.