salve a tutti,
sto cercando di capire se posso utilizzare un controllo licenziato LGPL nel mio programma. Nelle FAQ relative al componente in questione ho trovato queste info secondo me un pò contradittorie ("TinyMCE" è il componente in questione, è un editor HTML scritto in Javascript) :

----------
Can I use TinyMCE in my commercial application?
Yes you can, the LGPL license is a Free Software License. You can read the whole license here or visit Free Software Foundation web site

Are there any restrictions to using TinyMCE in my commercial application?
Yes, all copyright notices must be intact. Moxiecode Systems are still the copyright holders of the source code, so you can not use the code in other proprietary applications. Any modifications or add-ons you make to the source has to be released according to the provisions of the LGPL, for the communitys benefit. We recommend that you always contribute your changes back to the TinyMCE community, regardless of the situation.

If you start to make a lot of revenue from using TinyMCE, please remember the time and dedication that has been put into this by other developers, respect this and give credit to those who deserve it.
---------

e dunque non capisco alcune cose:

1- posso integrare il componente in un mio sito? e se da questo mio sito erogo dei servizi a scopo di lucro ?

2- posso creare un programma al cui interno viene utilizzato questo componente e quindi poi vendere il mio programma con due licenze separate, una x il mio programma e un altra LGPL x il componente? oppure facendo tale operazione sono costretto a utilizzare un unica licenza LGPL x tutto?