On Wed, Mar 28, 2018 at 10:51:41PM +0200, Thomas Gleixner wrote:
> The Reed-Solomon library is based on code from Phil Karn who granted
> permission to import it into the kernel under the GPL V2.
>
> See commit 15b5423757a7 ("Shared Reed-Solomon ECC library") in the history
> git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git
>
> ...
> The encoder/decoder code is lifted from the GPL'd userspace RS-library
> written by Phil Karn. I modified/wrapped it to provide the different
> functions which we need in the MTD/NAND code.
> ...
> Signed-Off-By: Thomas Gleixner <[email protected]>
> Signed-Off-By: David Woodhouse <[email protected]>
> "No objections at all. Just keep the authorship notices." -- Phil Karn
>
> Add the proper SPDX identifiers according to
> Documentation/process/license-rules.rst.
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Kate Stewart <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Segher Boessenkool <[email protected]>
if you want that for the changes I did in d7e5a5462f68 .
Cheers,
Segher