From: Armin B. <arm...@de...> - 2006-03-06 15:07:30
|
Ademar de Souza Reis Jr. wrote: > Armin Bauer wrote: > >>Stef Epardaud wrote: >> >> >>Hi Stef, >> >>adding bluetooth support to libsyncml is fairly trivial. The only thing >>that has to be done is to expose the configuration through the config if >>the obex transport and add the appropiate connection code (which can be >>copied from obexftp). After that, libsyncml can handle bluetooth. Adding >>support for irda would be the same procedure. >> >>Ill see if i get around to adding this the next days. I will drop a mail >>to the mailing list once it is finished. > > > Hi there. > > Please remember that BlueZ is GPL, so libsyncml must also be released > under this license. Making bluetooth support optional is also a > possibility. > Why? libsyncml is LGPL which is compatible to the GPL so the license is fine. The only implication of this is that if you want bluetooth support, you would not be able to use libsyncml with a propietary program (since this would also link against bluez). Armin > What do you think? > > []'s > - Ademar > |