MySQL vs PostrgreSQL vs BerkleyDB
Chema Cortes
py en ls-l.org
Mie Jul 6 09:54:34 CEST 2005
Marcelo Barbero escribió:
> OJO con la licencia de Berkeley DB. Según me parece, si usás la versión
> libre, tu programa debe redistribuirse con el código fuente: o a lo mejor
> entendí mal. Acá va la versión en inglés:
>
> Sleepycat Software makes several different products. The license for each of
> these products permits you to use the software at no charge under the
> condition that if you use them in an application you redistribute, the
> complete source code for your application must be available and freely
> redistributable under reasonable conditions. If you do not want to release
> the source code for an application you redistribute, you may purchase a
> license from Sleepycat Software.
Si lees más abajo, donde explica la licencia
(http://www.sleepycat.com/download/licensinginfo.shtml):
"""
Do I have to pay for a Berkeley DB license to use it in my Perl or
Python scripts?
No, you may use the Berkeley DB open source license at no cost. The
Berkeley DB open source license requires that software that uses
Berkeley DB be freely redistributable. In the case of Perl or Python,
that software is Perl or Python, and not your scripts. Any scripts you
write are your property, including scripts that make use of Berkeley DB.
None of the Perl, Python or Berkeley DB licenses place any restrictions
on what you may do with them.
"""
Resumiendo, admite que sólo sea "Python" es el único "usuario" de la
base, obligando únicamente a hacer disponible el código del "Python", no
los scripts de tu aplicación.
Más información sobre la lista de distribución Python-es