Historias
Slashboxes
Comentarios
 
Este hilo ha sido archivado. No pueden publicarse nuevos comentarios.
Mostrar opciones Umbral:
Y recuerda: Los comentarios que siguen pertenecen a las personas que los han enviado. No somos responsables de los mismos.
  • Re:Muy bien

    (Puntos:2)
    por ruten (14318) el Jueves, 09 Junio de 2005, 10:30h (#523695)
    ( http://barrapunto.com/ | Última bitácora: Domingo, 07 Febrero de 2010, 11:18h )
    Hay otra posibilidad para enlazar con una libreria GPL codigo que no es GPL.

    Si escribes un codigo que utiliza una libreria GPL, y lo distribuyes en codigo fuente, sin compilar, puedes ponerle otra licencia, porque al no ir compilado no se ha enlazado todavia con la libreria.

    Eso si, nadie podria distribuir binarios si la licencia del codigo que no es GPL es incompatible con esta.
    [ Padre ]
    • Re:Muy bien de bar_a_punto (Puntos:1) Jueves, 09 Junio de 2005, 12:37h
  • Re:Muy bien

    (Puntos:3, Inspirado)
    por samizdat (14922) el Jueves, 09 Junio de 2005, 10:55h (#523734)
    Por eso se dice que la GPL es una licencia vírica.

    Los virus no te piden permiso ni te hacen aceptar voluntariamente un acuerdo antes de infectarte.

    [ Padre ]
  • Re:Muy bien

    (Puntos:1)
    por Nibble (805) el Jueves, 09 Junio de 2005, 10:50h (#523723)
    ( http://localhost/ )
    Como es obvio, te has equivocado. La glibc es LGPL.

    La GPL y la LGPL son iguales en todo, excepto en que la LGPL permite linkado dinámico con código no-GPL.

    Ninguna de las dos permite linkado estático con código no-GPL, ni copy-paste ni ninguna otra forma de utilizar el código en software no-GPL.
    [ Padre ]
  • Re:Muy bien

    (Puntos:2)
    por salvo (12589) el Jueves, 09 Junio de 2005, 10:53h (#523728)
    ( file:/etc/passwd | Última bitácora: Martes, 20 Octubre de 2009, 21:17h )
    Como es obvio, te has equivocado. GPL permite el enlace dinámico (.so) y LGPL el estático (en el mismo ejecutable).

    pues tu tampoco tienes las cosas muy claras, ni GPL ni LGPL distinguen entre enlazado estatico o dinamico.

    La diferencia es que puedes enlazar (de manera dinamica o estatica, da igual) una libreria LGPL en una aplicacion no GPL y en cambio una libreria GPL solo la puedes enlazar con codigo que tenga una licencia compatible.

    [ Padre ]
  • Re:Muy bien

    (Puntos:2)
    por inniyah (5892) el Jueves, 09 Junio de 2005, 11:12h (#523761)
    ( http://www.miriamruiz.es/ )
    Vale, vamos a ver. En el enlace que he puesto a las FAQ, pone:

    http://www.gnu.org/licenses/gpl-faq.html#MereAggre gation [gnu.org]:
    Mere aggregation of two programs means putting them side by side on the same CD-ROM or hard disk. We use this term in the case where they are separate programs, not parts of a single program. In this case, if one of the programs is covered by the GPL, it has no effect on the other program.

    Combining two modules means connecting them together so that they form a single larger program. If either part is covered by the GPL, the whole combination must also be released under the GPL--if you can't, or won't, do that, you may not combine them.

    http://www.gnu.org/licenses/gpl-faq.html#IfLibrary IsGPL [gnu.org]:
    If a library is released under the GPL (not the LGPL), does that mean that any program which uses it has to be under the GPL?
    Yes, because the program as it is actually run includes the library.

    http://www.gnu.org/licenses/gpl-faq.html#TOCLinkin gWithGPL [gnu.org]:
    You have a GPL'ed program that I'd like to link with my code to build a proprietary program. Does the fact that I link with your program mean I have to GPL my program?
    Yes.

    http://www.gnu.org/licenses/gpl-faq.html#TOCPortPr ogramToGL [gnu.org]:
    Most system libraries either use the GNU Lesser GPL, or use the GNU GPL plus an exception permitting linking the library with anything. These libraries can be used in non-free programs; but in the case of the Lesser GPL, it does have some requirements you must follow.

    Creo que está bastante claro.

    Miry

    [ Padre ]
  • 3 respuestas por debajo de tu umbral de lectura actual.