DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  DPDK techboard minutes of September 15]
@ 2017-10-04  9:15 Pavan Nikhilesh Bhagavatula
  2017-10-04 10:04 ` Hemant Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: Pavan Nikhilesh Bhagavatula @ 2017-10-04  9:15 UTC (permalink / raw)
  To: hemant.agrawal, konstantin.ananyev, jerin.jacob, Jan Blunck,
	Stephen Hemminger, Thomas Monjalon, techboard
  Cc: dev

On Wed, Sep 20, 2017 at 09:36:48PM +0000, Ananyev, Konstantin wrote:

Hi everyone,

As per the last techboard meeting's conclusion,

<snip>
>
> 3) Request for feedback regarding the new license requirement for the optimized version of 64bit division code from libdivide.
> It was pointed out that current 32-bit version is not BSD-licensed either:
> http://dpdk.org/browse/dpdk/tree/lib/librte_sched/rte_reciprocal.h
> TB recommendations:
> a) request LF legals to audit current lib/librte_sched/rte_reciprocal.h
> b) ask author of the patch for 64-bit version to:
>     - try to find BSD licensed implementation of the same algorithm
>     - contact the authors of the original code and ask their permission for re-licensing in BSD

I have contacted the author and got the following response

-------------------------------------------------------------------------------
"libdivide is made available under the zlib license, which is very permissive
and compatible with BSD licenses. libdivide may be freely used in BSD-licensed
software, or also GPL or commercial software.

You do not have to add any copyright notices if you use libdivide in your
binaries. If you simply add libdivide.h to your sources and use it, you are
complying with the license.

It is my hope with libdivide that anyone can use it for anything.
The license is only so that nobody else claims to be the original author."


"It’s fine to modify libdivide to remove pieces you don’t use, or just copy
and paste the parts you do use. However it’s not reasonable to ask me to
contribute libdivide "without the licensing part;” in fact I cannot do so
because libdivide has more than one contributor.

The good news is that using libdivide under its license is very easy!
You only have to include the 14 line license text (under "ZLib license”).
The simplest way is with a source code comment in the file itself - I see you
have several other acknowledgements in rte_reciprocal.h, so that seems like a
natural place. A separate acknowledgements file is also fine if you prefer.

I hope that explains things and thanks for understanding,
_fish"
-------------------------------------------------------------------------------

The authors concern is contributing it to BSD licence will be a weak link
to the original author credits.

>
<snip>
>
> Thanks,
> Konstantin

Thanks,
Pavan

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

* Re: [dpdk-dev] DPDK techboard minutes of September 15]
  2017-10-04  9:15 [dpdk-dev] DPDK techboard minutes of September 15] Pavan Nikhilesh Bhagavatula
@ 2017-10-04 10:04 ` Hemant Agrawal
  0 siblings, 0 replies; 2+ messages in thread
From: Hemant Agrawal @ 2017-10-04 10:04 UTC (permalink / raw)
  To: Pavan Nikhilesh Bhagavatula, konstantin.ananyev, jerin.jacob,
	Jan Blunck, Stephen Hemminger, Thomas Monjalon, techboard
  Cc: dev

Hi Pavan,

On 10/4/2017 2:45 PM, Pavan Nikhilesh Bhagavatula wrote:
> On Wed, Sep 20, 2017 at 09:36:48PM +0000, Ananyev, Konstantin wrote:
>
> Hi everyone,
>
> As per the last techboard meeting's conclusion,
>
> <snip>
>>
>> 3) Request for feedback regarding the new license requirement for the optimized version of 64bit division code from libdivide.
>> It was pointed out that current 32-bit version is not BSD-licensed either:
>> http://dpdk.org/browse/dpdk/tree/lib/librte_sched/rte_reciprocal.h
>> TB recommendations:
>> a) request LF legals to audit current lib/librte_sched/rte_reciprocal.h
>> b) ask author of the patch for 64-bit version to:
>>     - try to find BSD licensed implementation of the same algorithm
>>     - contact the authors of the original code and ask their permission for re-licensing in BSD
>
> I have contacted the author and got the following response
>
> -------------------------------------------------------------------------------
> "libdivide is made available under the zlib license, which is very permissive
> and compatible with BSD licenses. libdivide may be freely used in BSD-licensed
> software, or also GPL or commercial software.
>
> You do not have to add any copyright notices if you use libdivide in your
> binaries. If you simply add libdivide.h to your sources and use it, you are
> complying with the license.
>
> It is my hope with libdivide that anyone can use it for anything.
> The license is only so that nobody else claims to be the original author."
>
>
> "It’s fine to modify libdivide to remove pieces you don’t use, or just copy
> and paste the parts you do use. However it’s not reasonable to ask me to
> contribute libdivide "without the licensing part;” in fact I cannot do so
> because libdivide has more than one contributor.
>
> The good news is that using libdivide under its license is very easy!
> You only have to include the 14 line license text (under "ZLib license”).
> The simplest way is with a source code comment in the file itself - I see you
> have several other acknowledgements in rte_reciprocal.h, so that seems like a
> natural place. A separate acknowledgements file is also fine if you prefer.
>
> I hope that explains things and thanks for understanding,
> _fish"
> -------------------------------------------------------------------------------
>
> The authors concern is contributing it to BSD licence will be a weak link
> to the original author credits.

You will need explicit permission to use the code as BSD licensed, 
before it can be merged to DPDK.

It is less likely that Gov Board will allow any other license inclusion 
to DPDK main project at this moment. This will impact DPDK charter #6, 
which will mean long legal review cycles of charter.

In case of "lib/librte_sched/rte_reciprocal.h", Stephen has confirmed 
that the implementer gave permission to incorporate this into DPDK as 
BSD licensed.

Regards,
Hemant

 > -----Original Message-----
 > From: Stephen Hemminger [mailto:stephen@networkplumber.org]
 > Sent: Friday, September 22, 2017 3:00 AM
 > To: Hemant Agrawal <hemant.agrawal@nxp.com>
 > Cc: techboard@dpdk.org
 > Subject: Re: [dpdk-techboard] DPDK - legal check on code base
 >
 > On Sat, 16 Sep 2017 06:07:42 +0000
 > Hemant Agrawal <hemant.agrawal@nxp.com> wrote:
 >
 > >   1.  Implementer License - NOT BSD
 > > ./lib/librte_sched/rte_reciprocal.h
 > >                AI - need to ask LF - legal.
 >
 > The implementer gave permission to incorporate this into DPDK as BSD
 > licensed.
 > My assumption is that not every file needs to have the BSD licensed
 > boilerplate since the overall project is BSD licensed.


>
>>
> <snip>
>>
>> Thanks,
>> Konstantin
>
> Thanks,
> Pavan
>

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

end of thread, other threads:[~2017-10-04 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04  9:15 [dpdk-dev] DPDK techboard minutes of September 15] Pavan Nikhilesh Bhagavatula
2017-10-04 10:04 ` Hemant Agrawal

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).