diff options
author | Hook, Gary <Gary.Hook@amd.com> | 2019-06-27 18:23:29 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-07-03 16:13:12 +0200 |
commit | 600bac009ea9822d371aae03d33fc05991c5b5a2 (patch) | |
tree | 54b1af9c6756b590aa277a45263beb464afcca78 /drivers/crypto/ccp/ccp-crypto-aes-galois.c | |
parent | crypto: ccp - Validate the the error value used to index error messages (diff) | |
download | linux-600bac009ea9822d371aae03d33fc05991c5b5a2.tar.xz linux-600bac009ea9822d371aae03d33fc05991c5b5a2.zip |
crypto: ccp - Switch to SPDX license identifiers
Add an SPDX identifier and remove any specific statements.
Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/ccp-crypto-aes-galois.c')
-rw-r--r-- | drivers/crypto/ccp/ccp-crypto-aes-galois.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/crypto/ccp/ccp-crypto-aes-galois.c b/drivers/crypto/ccp/ccp-crypto-aes-galois.c index ca1f0d780b61..d22631cb2bb3 100644 --- a/drivers/crypto/ccp/ccp-crypto-aes-galois.c +++ b/drivers/crypto/ccp/ccp-crypto-aes-galois.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * AMD Cryptographic Coprocessor (CCP) AES GCM crypto API support * * Copyright (C) 2016,2017 Advanced Micro Devices, Inc. * * Author: Gary R Hook <gary.hook@amd.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/module.h> |