Licencias diversas

Hernán Martínez Foffani hernan en orgmf.com.ar
Jue Jul 8 11:24:25 CEST 2004


>> Es decir, puedo realizar aplicaciones de código cerrado usando gtk y
>> venderlas???
>
> No, no puedes hacer soft cerrado con GTK porque la licencia LGPL te
> lo impide. Lo que sí puedes hacer es desarrollar aplicaciones
> abiertas usando GTK y venderlas. Basta con que liberes el código.
> Recuerda que software libre no significa software gratis.

La licencia LGPL no dice eso:

'''
5. A program that contains no derivative of any portion of the Library, but
is designed to work with the Library by being compiled or linked with it, is
called a "work that uses the Library". Such a work, in isolation, is not a
derivative work of the Library, and therefore falls outside the scope of
this License.

However, linking a "work that uses the Library" with the Library creates an
executable that is a derivative of the Library (because it contains portions
of the Library), rather than a "work that uses the library". The executable
is therefore covered by this License. Section 6 states terms for
distribution of such executables.
'''

y lo que la seccion 6 dice, en resumen:

- Mantener el Copyright de la biblioteca LGPL
- Incluir los fuentes de la biblioteca LGPL
- Si existe la posibilidad tecnica, usar linking dinamico
  para que el usuario pueda reemplazar la biblioteca por una
  nueva sin tener que reemplazar la aplicacion.
- Ofrecer al cliente, durante al menos 3 años, la posibilidad
  de conseguir la biblioteca.
- Obliga al proveedor a verificar el cumplimiento de los
  puntos anteriores.

Saludos,
-H.


------------ próxima parte ------------
_______________________________________________
Python-es mailing list
Python-es en aditel.org
http://listas.aditel.org/listinfo/python-es


Más información sobre la lista de distribución Python-es