提交 dc8f923e 编写于 作者: T Thomas Gleixner 提交者: Kees Cook

rslib: Add SPDX identifiers

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: NThomas Gleixner <tglx@linutronix.de>
Signed-Off-By: NDavid Woodhouse <dwmw2@infradead.org>
  "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: NThomas Gleixner <tglx@linutronix.de>
Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Kernel Hardening <kernel-hardening@lists.openwall.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Anton Vorontsov <anton@enomsg.org>
Cc: Colin Cross <ccross@android.com>
Cc: Andrew Morton <akpm@linuxfoundation.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alasdair Kergon <agk@redhat.com>
Signed-off-by: NKees Cook <keescook@chromium.org>
上级 3413e189
// SPDX-License-Identifier: GPL-2.0
/* /*
* Generic Reed Solomon encoder / decoder library * Generic Reed Solomon encoder / decoder library
* *
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Generic Reed Solomon encoder / decoder library * Generic Reed Solomon encoder / decoder library
* *
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Generic Reed Solomon encoder / decoder library * Generic Reed Solomon encoder / decoder library
* *
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Generic Reed Solomon encoder / decoder library * Generic Reed Solomon encoder / decoder library
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册