Tu ne peux pas linker un programme LGPL avec un programme GPL ! Sauf, si tu detiens le copyright sur le programme en GPL dans ce cas, tu diffuse une partie du code sous license LGPL pour permettre aux utilisateurs de greffer des modules sous une autre license.
N'importe quoi ! Non seulement tu peux lier du code GNU GPL a du code GNU LGPL, mais en plus tu peux les lier statiquement.
http://www.gnu.org/licenses/gpl-faq.html#WhatIsCompatible
« What does it mean to say a license is "compatible with the GPL".
It means that the other license and the GNU GPL are compatible ; you can combine code released under the other license with code released under the GNU GPL in one larger program. »
[^] # Re: Licence - JDBC GPL , LGPL .... bref, c'est le bordel.
Posté par Frédéric Lopez . En réponse à la dépêche MySQL 5.0 est sorti. Évalué à 2.
N'importe quoi ! Non seulement tu peux lier du code GNU GPL a du code GNU LGPL, mais en plus tu peux les lier statiquement.
http://www.gnu.org/philosophy/license-list.html#GPLCompatibl(...)
« GNU Lesser General Public License, or GNU LGPL for short.
[...] It is compatible with the GNU GPL. »
http://www.gnu.org/licenses/gpl-faq.html#WhatIsCompatible
« What does it mean to say a license is "compatible with the GPL".
It means that the other license and the GNU GPL are compatible ; you can combine code released under the other license with code released under the GNU GPL in one larger program. »