Return-path: Received: from mail-gx0-f174.google.com ([209.85.161.174]:60047 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755862Ab0JNSTW convert rfc822-to-8bit (ORCPT ); Thu, 14 Oct 2010 14:19:22 -0400 Received: by gxk6 with SMTP id 6so1639927gxk.19 for ; Thu, 14 Oct 2010 11:19:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20101014181446.GC2427@tuxdriver.com> References: <20101014165111.GA22130@suse.de> <20101014171739.GA28522@suse.de> <20101014181446.GC2427@tuxdriver.com> From: "Luis R. Rodriguez" Date: Thu, 14 Oct 2010 11:18:59 -0700 Message-ID: Subject: Re: Licensing wlc_phy_radio.h and brcm80211 (was: [PATCH 3/3] b43: N-PHY: add 2055 radio regs) To: "John W. Linville" Cc: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Greg KH , =?UTF-8?Q?G=C3=A1bor_Stefanik?= , b43-dev , linux-wireless@vger.kernel.org, Henry Ptasinski , Brett Rudley , Nohee Ko Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Oct 14, 2010 at 11:14 AM, John W. Linville wrote: > On Thu, Oct 14, 2010 at 07:38:49PM +0200, Rafał Miłecki wrote: >> 2010/10/14 Greg KH : > >> > I don't think that bitfields are copyrightable :) >> >> What about rest of the code? brcm80211 seems to support even newer >> devices we don't even try to support in b43 yet. >> >> Can I treat code as pure-GPL and do not care about that >> maybe-not-GPL-compatible statement in header? > > IANAL, but I think you should include the copyright statment with a > comment like "some portions covered by the following" at the top of > the files including such code.  Beyond that, I think you are fine > including it under GPL terms (which are merely more restrictive, > neither less restrictive nor incompatible). Agreed, for an example of where this was done check the ar9170 driver, Johannes took ISC licensed code from Otus and GPL'd it. You really can only GPL the code if you are making copyrightable changes to it though so best is if you leave the header as-is with the existing license unless you are making tons of changes. For further details you can refer to these guidelines: http://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html Luis