On Mon, Feb 29, 2016 at 08:17:31AM -0700, Theo de Raadt wrote: > > Just quickly, because there may be other issues: > > > > +/* > > + * =========================================================== > > + * Author: Ignat Korchagin <[email protected]>. > > + * This file is distributed under the same license as OpenSSL. > > + * =========================================================== > > + */ > > > > The above is not sufficent.. it's actually not a license, since > > OpenSSL is distributed under multiple licenses - so this > > probably actually doesn't count as a grant of license. You will need > > to fix the license somehow for us to consider this. > > Also, at least some of those code appears to be derived from other > source. I don't think this is entirely original. That must be > detailed in the copyright decleration.
And what theo means by that Ignat, is that if the code was derived from something else under another license, by someone else, you need to inclde that and specify that this work is a derived work. You can't just remove their copyright and license, and replace with your own, (you *can* add your copyright to the file for your significant changes)
