Usar bibliotecas LGPL em software comercial

CrazyBomber

Power Member
Boas.
Eu nem sabia em que secção havia de meter esta pergunta, espero que não tenha feito mal :confused:

Então o que eu gostava de saber era como usar bibliotecas, com licensas LGPL, em software comercial. Como casos específicos, posso dizer o HSQLDB (um servidor de SQL em java) e o JasperReports (também em java).

Essas duas bibliotecas são extremamente úteis, e poupam bastante trabalho :D

Se eu quiser fazer algum programa tirando partido delas, e o quiser vender, como tenho de fazer?

Se alguém já tiver feito isso, e me quiser dar algumas dicas, agradecia :D
 
Podes usa-las mas tens de fornecer o source code do prog onde as usas.

Errado!

A LGPL ou Lesser General Public License é uma licença criada para bibliotecas e essas podem ser usada em programas proprietários.

The main difference between the GPL and the LGPL is that the latter can be linked to (in the case of a library, 'used by') a non-(L)GPLed program, which may be free software or proprietary software.
Mais informações: LGPL
 
4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.

source: http://www.gnu.org/licenses/lgpl.html
 
Back
Topo