All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [Bluez-users] Linking to BlueZ from non-GPL code
@ 2005-06-01 23:43 Pering, Trevor
  2005-06-02  0:14 ` Brad Midgley
  2005-06-02  0:19 ` Marcel Holtmann
  0 siblings, 2 replies; 12+ messages in thread
From: Pering, Trevor @ 2005-06-01 23:43 UTC (permalink / raw)
  To: bluez-users

Ok, then it sounds like we (me and the lawyers and you) are all in
agreement -- what it comes down to is the source of the *.h files.  If
they come from the kernel (which wouldn't make sense for BlueZ), then
things would be ok.  However, trying to use BlueZ user-level *.h files
with not-GPL would not be allowed.  (I'm just reiterating this for the
benefit of clarity and consensus).

Cheers,
	Trevor

=20

-----Original Message-----
From: bluez-users-admin@lists.sourceforge.net
[mailto:bluez-users-admin@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Wednesday, June 01, 2005 3:48 PM
To: bluez-users@lists.sourceforge.net
Subject: RE: [Bluez-users] Linking to BlueZ from non-GPL code

Hi Trevor,

> As for the non-GPL use of the kernel, I was referring to: (from
> http://www.kernel.org/pub/linux/kernel/COPYING)
>=20
> "NOTE! This copyright does *not* cover user programs that use kernel
>  services by normal system calls - this is merely considered normal
use
>  of the kernel, and does *not* fall under the heading of "derived
work".
>  Also note that the GPL below is copyrighted by the Free Software
>  Foundation, but the instance of code that it refers to (the linux
>  kernel) is copyrighted by me and others who actually wrote it."
>=20
> But I'm not sure if by "disagree" you meant disagree with the
> interpretation, or the intent behind it...  I have been advised by our
> lawyers that this does allow simple use of *.h files to include kernel
> constants and things like that -- but would not extend to user-land
> libraries.

from my interpretation this is only ok if the include files are under
LGPL. This is normally done by having extra include files for the
userspace. Remember that we don't include kernel headers from userspace
programs. If you include *.h files that are under GPL then your program
becomes GPL, because you include GPL code. In the case of BlueZ you
can't include the kernel header files, because they are not compatible.
So you need to use the *.h files from bluez-libs and these are GPL. This
means you have to rewrite them from scratch and from my view this is not
possible, because you will create derived work. However I am not a
lawyer and if you think (or your lawyer do) you are safe then go ahead,
but done blame me afterwards that I haven't warned you.

And btw don't get me wrong. I will try to make the BlueZ library LGPL as
soon as I got the permission from Qualcomm. Without it we don't really
need to think or talk about it.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit
http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: [Bluez-users] Linking to BlueZ from non-GPL code
@ 2005-06-01 22:17 Pering, Trevor
  2005-06-01 22:48 ` Marcel Holtmann
  2005-06-02 10:01 ` Marco Trudel
  0 siblings, 2 replies; 12+ messages in thread
From: Pering, Trevor @ 2005-06-01 22:17 UTC (permalink / raw)
  To: bluez-users

Max (do you read this list still?) -- is there any update to plans to
release the BlueZ *libraries* under LGPL? Or, is there an intended way
for non-GPL programs to interface with BlueZ?

As for the non-GPL use of the kernel, I was referring to: (from
http://www.kernel.org/pub/linux/kernel/COPYING)

"NOTE! This copyright does *not* cover user programs that use kernel
 services by normal system calls - this is merely considered normal use
 of the kernel, and does *not* fall under the heading of "derived work".
 Also note that the GPL below is copyrighted by the Free Software
 Foundation, but the instance of code that it refers to (the linux
 kernel) is copyrighted by me and others who actually wrote it."

But I'm not sure if by "disagree" you meant disagree with the
interpretation, or the intent behind it...  I have been advised by our
lawyers that this does allow simple use of *.h files to include kernel
constants and things like that -- but would not extend to user-land
libraries.

Cheers,
	Trevor




-----Original Message-----
From: bluez-users-admin@lists.sourceforge.net
[mailto:bluez-users-admin@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Wednesday, June 01, 2005 2:45 PM
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Linking to BlueZ from non-GPL code

Hi Trevor,

> I have a question about linking non-GPL code to BlueZ.  This is
> very much along the lines of the previous conversation at=20
> http://thread.gmane.org/gmane.linux.bluez.devel/2444 -- the quick
> summary of which is:=20
> =20
> Marcel: Date: 2004-06-28 14:48:48 GMT: "For the BlueZ library and the
> utilities we can talk about it. Some time ago people asked for a LGPL
> version of the library and actually I tend to agree with that. However
> this can't be decided by me alone, because part of the code is
copyright
> by Qualcomm and also by Maxim Krasnyansky himself. For the utilities I
> don't see any need for a different license. I believe in the GPL and
> from my view releasing the Linux Bluetooth library under LGPL is the
> only step I wanna make forward to allow closed source products based
on
> BlueZ."
>=20
> Is this still the current status of GPL/LGPL for the BlueZ libraries
> (libbluetooth.so) -- or has there been an update (I haven't found
> anything more recent on the mailing list about this).

nothing has changed at the moment. Ask Max for an update of changing the
BlueZ library from GPL to LGPL.

> What is the recommended way to write a non-GPL application on top of
> BlueZ, or is this not currently allowed...? My understanding is that
it
> is OK to use the linux kernel syscall interface from non-GPL code, but
> that this would not extend to libbluetooth.so...

Actually I disagree with the non-GPL use of the syscall interface, but I
am not lawyer. From my understanding all the bluetooth/*.h include files
are GPL and you need them for your application. You can't replace them
without ending up in derived work.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit
http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Bluez-users] Linking to BlueZ from non-GPL code
@ 2005-06-01 21:33 Pering, Trevor
  2005-06-01 21:44 ` Marcel Holtmann
  0 siblings, 1 reply; 12+ messages in thread
From: Pering, Trevor @ 2005-06-01 21:33 UTC (permalink / raw)
  To: bluez-users

Hello -- I have a question about linking non-GPL code to BlueZ.  This is
very much along the lines of the previous conversation at=20
http://thread.gmane.org/gmane.linux.bluez.devel/2444 -- the quick
summary of which is:=20
=20
Marcel: Date: 2004-06-28 14:48:48 GMT: "For the BlueZ library and the
utilities we can talk about it. Some time ago people asked for a LGPL
version of the library and actually I tend to agree with that. However
this can't be decided by me alone, because part of the code is copyright
by Qualcomm and also by Maxim Krasnyansky himself. For the utilities I
don't see any need for a different license. I believe in the GPL and
from my view releasing the Linux Bluetooth library under LGPL is the
only step I wanna make forward to allow closed source products based on
BlueZ."

Is this still the current status of GPL/LGPL for the BlueZ libraries
(libbluetooth.so) -- or has there been an update (I haven't found
anything more recent on the mailing list about this).

What is the recommended way to write a non-GPL application on top of
BlueZ, or is this not currently allowed...? My understanding is that it
is OK to use the linux kernel syscall interface from non-GPL code, but
that this would not extend to libbluetooth.so...

Cheers,
	Trevor





-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-06-02 18:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 23:43 [Bluez-users] Linking to BlueZ from non-GPL code Pering, Trevor
2005-06-02  0:14 ` Brad Midgley
2005-06-02  9:57   ` Marco Trudel
2005-06-02 10:10     ` Marcel Holtmann
2005-06-02  0:19 ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2005-06-01 22:17 Pering, Trevor
2005-06-01 22:48 ` Marcel Holtmann
2005-06-02 10:01 ` Marco Trudel
2005-06-01 21:33 Pering, Trevor
2005-06-01 21:44 ` Marcel Holtmann
2005-06-02  5:01   ` Fredy P
2005-06-02 18:55     ` Nils Faerber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.