From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Headers files with BSD license in kernel Date: Tue, 9 Jun 2015 18:15:28 -0700 Message-ID: <20150609181528.0053039d@urahara> References: <20150609174057.GA4394@linux.intel.com> <20150609200936.GA3075@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "Bernal Marin, Miguel" To: "Zhang, Helin" Return-path: Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by dpdk.org (Postfix) with ESMTP id 5E0C65A87 for ; Wed, 10 Jun 2015 03:15:28 +0200 (CEST) Received: by qcnj1 with SMTP id j1so12368166qcn.0 for ; Tue, 09 Jun 2015 18:15:28 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 10 Jun 2015 00:42:59 +0000 "Zhang, Helin" wrote: > Hi Miguel > > My thought is there might be something wrong. Let's see what comments from other experts! > Thank you very much for the good catch! > > Regards, > Helin > > > -----Original Message----- > > From: Miguel Bernal Marin [mailto:miguel.bernal.marin@linux.intel.com] > > Sent: Wednesday, June 10, 2015 4:10 AM > > To: dev@dpdk.org > > Cc: david.marchand@6wind.com; Burakov, Anatoly; Zhang, Helin; Bernal Marin, > > Miguel > > Subject: Re: [dpdk-dev] Headers files with BSD license in kernel > > > > Including maintainers in CC > > > > On Tue, Jun 09, 2015 at 12:40:57PM -0500, Miguel Bernal Marin wrote: > > > Hi, > > > > > > I'm working on Clear Linux project, and when I was integrating DPDK > > > kernel modules to our kernel I found there are two headers with BSD > > > License > > > > > > rte_pci_dev_feature_defs.h > > > rte_pci_dev_features.h > > > > > > those are included in igb_uio module. > > > > > > Are those licenses correct? > > > > > > Thanks, > > > Miguel > > > You can always escalate a BSD license to GPL, but the other way is not allowed. Ideally, the language on the file should make it clear that it is dual licensed. In an ideal world, igb_uio would go away, I am working on that.