|
|
|
|
|
by smnrchrds
4728 days ago
|
|
In Python 2.x there was a module for Berkley DB which is removed in Python 3 (bsddb module). I'm curious that since Berkley DB has always had a strong copyright license and it was not PSFL, how things worked legally. There is no mention in the docs[1] that if you use an import bsddb in your code you have to make it open-source. When they decided to remove it there was no mention of the license, just difficulty of maintenance[2]. So, was it possible to use Berkley DB without releasing your code as open-source before this change or was it because no one thought it was necessary to mention it in the docs? [1] http://docs.python.org/2/library/bsddb.html
[2] http://jessenoller.com/2008/09/04/stirred-up-dem-bees-should... |
|