diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-07-13 16:51:37 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-07-20 07:51:22 +0200 |
commit | 301422e37782ba20371ee1d3cdb900f816c58e66 (patch) | |
tree | b5796779058fac6918e34226f0cde571eff85b8b /drivers/crypto/inside-secure/safexcel_ring.c | |
parent | crypto: ecdh - fix typo of P-192 b value (diff) | |
download | linux-301422e37782ba20371ee1d3cdb900f816c58e66.tar.xz linux-301422e37782ba20371ee1d3cdb900f816c58e66.zip |
crypto: inside-secure - switch to SPDX identifiers
Use the appropriate SPDX license identifiers and drop the license text.
This patch is only cosmetic.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/inside-secure/safexcel_ring.c')
-rw-r--r-- | drivers/crypto/inside-secure/safexcel_ring.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/crypto/inside-secure/safexcel_ring.c b/drivers/crypto/inside-secure/safexcel_ring.c index a1e81cfdc1f1..eb75fa684876 100644 --- a/drivers/crypto/inside-secure/safexcel_ring.c +++ b/drivers/crypto/inside-secure/safexcel_ring.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Marvell * * Antoine Tenart <antoine.tenart@free-electrons.com> - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include <linux/dma-mapping.h> |