<div dir="ltr">On Mon, Sep 23, 2013 at 11:15 AM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>Can you confirm me that this BSD 3-clauses license is compatible with<br>


the Python license?<br>
<br>
I'm using libcfu hash table in my new tracemalloc module (PEP 454):<br>
<a href="http://hg.python.org/features/tracemalloc/file/ac693c811b1d/Modules/_tracemalloc.c#l1" target="_blank">http://hg.python.org/features/tracemalloc/file/ac693c811b1d/Modules/_tracemalloc.c#l1</a><br>
<br>
I heavily modified the code of the hash table, but I would like to<br>
keep the original author and the copyright notice.<br>
<br>
I contacted the author (Don Owens aka regexguy):<br>
<br>
me>> I would like to know if the BSD 3-clause license if<br>
me>> compatible with<br>
me>> the Python license<br>
<br>
don> I believe so.  It basically allows you to use the code any way you want,<br>
don> as long as you include the copyright notice and attribution in the code.<br></blockquote><div><br></div><div>Not only in the code. Compiled CPython binaries should be accompanied with other way of expressing that CPython includes this work. This clause says this explicitly.</div>

<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">     * Redistributions in binary form must reproduce the above<br>

       copyright notice, this list of conditions and the following<br>       disclaimer in the documentation and/or other materials provided<br>       with the distribution.<br></blockquote><div><br></div></div><div><div>

-- <br>anatoly t.</div><br></div></div></div></div>