OSDN Git Service

crypto: exynos-rng - Add SPDX license identifier and correct module license
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 9 Jan 2018 17:57:35 +0000 (18:57 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Jan 2018 11:52:23 +0000 (22:52 +1100)
commit9f9cf046bf90b2c5eee92a4a78c71ead976762d5
treedd4e1432bd31d467710ceac1c33b360783cd4afb
parent9555003a3373b0cb7ca753779115f1d6f96fcab1
crypto: exynos-rng - Add SPDX license identifier and correct module license

Replace GPL license statement with SPDX GPL-2.0 license identifier and
correct the module license to GPLv2.

The license itself was a generic GPL because of copy-and-paste from old
drivers/char/hw_random/exynos-rng.c driver (on which this was based on).
However the module license indicated GPL-2.0 or later.  GPL-2.0 was
intended by author so fix up this mess.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/exynos-rng.c