linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* OpenBSD bcw: Possible GPL license violation issues
@ 2007-04-04 20:08 Michael Buesch
  2007-04-04 21:39 ` Theo de Raadt
                   ` (4 more replies)
  0 siblings, 5 replies; 104+ messages in thread
From: Michael Buesch @ 2007-04-04 20:08 UTC (permalink / raw)
  To: Marcus Glocker, Jon Simola, Theo de Raadt, Stefano Brivio,
	Martin Langer, Danny van Dyk, Andreas Jaggi, Larry Finger,
	Quaker.Fang
  Cc: Johannes Berg, Joseph Jezak, John Linville, Greg kh, bcm43xx-dev,
	linux-wireless, license-violation

I, Michael Buesch, am one of the maintainers of the GPL'd Linux
wireless LAN driver for the Broadcom chip (bcm43xx).
The Copyright holders of bcm43xx (which includes me) want to talk
to you, OpenBSD bcw developers, about possible GPL license and therefore
Copyright violations in your bcw driver.

We believe that you might have directly copied code
out of bcm43xx (licensed under GPL v2), without our explicit permission,
into bcw (licensed under BSD license).
There are implementation details in bcm43xx that appear exactly
the same in bcw. These implementation details clearly don't come
from the open specifications at bcm-specs.sipsolutions.net
or bcm-v4.sipsolutions.net.

We have always made and still make a great effort to keep our code clean
of any Copyright issues (cleanroom design). Please make sure you also do.

A few examples follow of what we think might be GPL violations.
This list is far from being complete.

BCW_PHY_STACKSAVE()
BCW_ILT_STACKSAVE()
bcw_stack_save()
bcw_stack_restore()
These functions are a possible implementation of the specs when
they say "backup/restore a value".
Yet, it looks like you had exactly the same idea implementing this
generic description that I had.

bcw_set_opmode()
This function does not appear in the specifications.
I think Jiri Benc wrote it initially (and gave it its name) and
I extended it.

bcw_leds_switch_all()
is not in the specs, but a pure implementation detail of bcm43xx.

bcw_sprom_read()
This is obviously copied. Even the error message string is similiar.

bcw_phy_calc_loopback_gain()
I think it's no coincidence that you also decided to name the backup
variables like
	uint16_t backup_phy[15];
	uint16_t backup_radio[3];
	uint16_t backup_bband;

bcw_phy_init_pctl()
	uint16_t saved_batt = 0, saved_ratt = 0, saved_txctl1 = 0;
	int must_reset_txpower = 0;

bcw_phy_xmitpower()
Attenuation adjustment algorithms (while loops).

bcw_phy_lo_g_state()
This exactly matches bcm43xx, although the specs only have an abstract
description and diagram of the state machine.

bcw_phy_lo_g_deviation_subval()
/* XXX bcm43xx_voluntary_preempt() ? */
Nice comment there.
You might want to grep bcw for the string "bcm43xx"
and you will find more of them.


... and all the rest.


We'd like to have this issue resolved.
In general we are not against having a free (and BSD licensed) driver
in the BSD operating system. But you _have_ to cooperate with us if you'd
like to take our code and relicense it under BSD license. We intentionally
put the code under GPL license. We did _not_ do this, because "everybody
does this". We did this, among other reasons, because we
[citing Michael, Mon, 26 Dec 2005 13:03:44 +0100]
"don't think we should allow proprietary vendors to take our code
and close it again."

[citing Michael, Date unknown]
"What if Broadcom decides to take our LO measure state machine and
put it into the original driver? (The Rev Engineers told me they have
a very different weird solution for this in their code).
I really don't want to see this happen."

We'd like to offer you to start cooperating with us.
We respect you and your Copyright. You should also do so on our work.

We would not be opposed to relicensing parts of our code under the BSD
license on an explicit case-by-case base.
So if you ask "May I use this and that function" and if I own the
Copyright on that particular function, I will approve or deny your request.
Other Copyright holders of the bcm43xx code might act the same way.

We're not out for blood, just for a fair resolution.
We'd like you to start contacting us to resolve the issue now.

Have a nice day.

-- 
Greetings Michael.

^ permalink raw reply	[flat|nested] 104+ messages in thread
* OpenBSD bcw: Possible GPL license violation issues
@ 2007-04-12  9:28 nihil
  0 siblings, 0 replies; 104+ messages in thread
From: nihil @ 2007-04-12  9:28 UTC (permalink / raw)
  To: linux-wireless

I suggest a whole new license:

"NPL (Nihil Public License):

ex nihilo nihil fit."

Meaning: If you take the effort to write/copy/publish/whatever code, you might
aswell use it and give others the possibility to do so.

Regards,

Figura Priuationis


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

end of thread, other threads:[~2007-04-12  9:40 UTC | newest]

Thread overview: 104+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-04 20:08 OpenBSD bcw: Possible GPL license violation issues Michael Buesch
2007-04-04 21:39 ` Theo de Raadt
2007-04-05  0:18   ` Stefano Brivio
2007-04-05  0:29     ` Theo de Raadt
2007-04-05  0:52       ` Joseph Jezak
2007-04-05  1:56         ` Theo de Raadt
2007-04-05  2:07           ` Joseph Jezak
2007-04-05  2:10             ` Theo de Raadt
2007-04-05 17:03               ` Michael Buesch
2007-04-05 17:05                 ` Theo de Raadt
2007-04-05 17:40                   ` Michael Buesch
2007-04-05 17:44                     ` Theo de Raadt
2007-04-05 18:00                     ` Theo de Raadt
2007-04-05 18:30                       ` Michael Buesch
2007-04-05 18:32                         ` Theo de Raadt
2007-04-05 18:39                           ` Paul Marks
2007-04-05 18:41                             ` Theo de Raadt
2007-04-05 18:47                           ` Michael Buesch
2007-04-05 18:48                             ` Theo de Raadt
2007-04-05 19:09                               ` Michael Buesch
2007-04-05 19:13                                 ` Theo de Raadt
2007-04-05 19:20                                   ` Jeff Garzik
2007-04-05 19:13                                 ` Theo de Raadt
2007-04-05 19:25                                   ` Michael Buesch
2007-04-05 19:29                                     ` Theo de Raadt
2007-04-05 19:45                                       ` Michael Buesch
2007-04-05 19:46                                         ` Theo de Raadt
2007-04-05 19:35                                     ` Stefano Brivio
2007-04-05 19:31                               ` Pavel Roskin
2007-04-05 19:37                                 ` Theo de Raadt
2007-04-05 19:57                                   ` Luis R. Rodriguez
2007-04-05 20:10                                     ` Theo de Raadt
2007-04-05 21:19                                       ` Stefano Brivio
2007-04-05 21:25                                         ` Theo de Raadt
2007-04-05 21:36                                           ` Johannes Berg
2007-04-05 21:39                                             ` Theo de Raadt
2007-04-05 22:46                                               ` Johannes Berg
2007-04-05 23:23                                                 ` Theo de Raadt
2007-04-05 23:34                                                   ` Johannes Berg
2007-04-05 23:34                                                     ` Theo de Raadt
2007-04-05 23:46                                                       ` Michael Buesch
2007-04-05 23:51                                                         ` Theo de Raadt
2007-04-06  0:00                                                           ` Stefano Brivio
2007-04-06  0:02                                                           ` Michael Buesch
2007-04-05 22:59                                               ` Ivo van Doorn
2007-04-05 23:28                                                 ` Theo de Raadt
2007-04-06  9:04                                                   ` Ivo van Doorn
2007-04-06  9:14                                                     ` Michael Buesch
2007-04-06 10:53                                                       ` Ivo van Doorn
2007-04-05 22:03                                           ` Stefano Brivio
2007-04-05 21:23                                     ` Theo de Raadt
2007-04-06  0:19                                 ` Theo de Raadt
2007-04-06  5:12                                   ` Pavel Roskin
2007-04-05  0:59       ` Stefano Brivio
2007-04-05  1:12         ` Theo de Raadt
2007-04-05  1:40           ` Stefano Brivio
2007-04-05 16:41       ` Michael Buesch
2007-04-05 16:42         ` Theo de Raadt
2007-04-05 16:57   ` Michael Buesch
2007-04-05 17:00     ` Theo de Raadt
2007-04-05 17:35       ` Michael Buesch
2007-04-05 17:40         ` Theo de Raadt
2007-04-05 18:54       ` Jeff Garzik
2007-04-05 20:21         ` Theo de Raadt
2007-04-05 20:26           ` Jeff Garzik
2007-04-05 20:28             ` Theo de Raadt
2007-04-05 20:39               ` Jeff Garzik
2007-04-05 20:56                 ` Theo de Raadt
2007-04-05 21:21                   ` David Miller
2007-04-05 23:21                     ` Theo de Raadt
2007-04-05 23:23                     ` Theo de Raadt
2007-04-05 21:26                   ` Michael Buesch
2007-04-05 21:33                     ` Theo de Raadt
2007-04-05 21:49                       ` Johannes Berg
2007-04-05 21:52                       ` Michael Buesch
2007-04-05 21:53                   ` Stefano Brivio
2007-04-08 11:21   ` Pieter Hulshoff
2007-04-04 22:22 ` Theo de Raadt
2007-04-04 22:35   ` Johannes Berg
2007-04-05 16:59   ` Michael Buesch
2007-04-05  5:41 ` Marcus Glocker
2007-04-05 16:34   ` Marcus Glocker
2007-04-05 16:36     ` Theo de Raadt
2007-04-05 17:31     ` Michael Buesch
2007-04-05 17:36       ` Theo de Raadt
2007-04-05 16:47   ` Michael Buesch
2007-04-05 16:48     ` Theo de Raadt
2007-04-05 17:14       ` Michael Buesch
2007-04-05 17:25         ` Theo de Raadt
2007-04-05 17:53           ` Michael Buesch
2007-04-05 17:54             ` Theo de Raadt
2007-04-05 18:28             ` Theo de Raadt
2007-04-05 18:40               ` Michael Buesch
2007-04-05 18:42                 ` Theo de Raadt
2007-04-05 19:08                   ` Stefano Brivio
2007-04-05 17:29         ` Theo de Raadt
2007-04-05 18:10         ` Theo de Raadt
2007-04-07  8:12   ` Joerg Mayer
2007-04-08  0:04 ` Pieter Hulshoff
2007-04-08 13:27 ` Reyk Floeter
2007-04-08 13:50   ` Michael Buesch
2007-04-08 18:29     ` Reyk Floeter
2007-04-08 17:06   ` Pavel Roskin
  -- strict thread matches above, loose matches on Subject: below --
2007-04-12  9:28 nihil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).