diff options
| author | Horia Geantă <horia.geanta@nxp.com> | 2018-10-10 14:26:48 +0300 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-10-17 14:16:18 +0800 |
| commit | 618b5dc48365cecc03daffa46800f20ab11e3f80 (patch) | |
| tree | 164ae675c86c6621922510f0769163b2ac3dad77 /drivers/crypto/caam/caamalg_desc.c | |
| parent | 29e83c757006fd751966bdc53392bb22d74179c6 (diff) | |
| download | linux-next-618b5dc48365cecc03daffa46800f20ab11e3f80.tar.gz linux-next-618b5dc48365cecc03daffa46800f20ab11e3f80.zip | |
crypto: caam - add SPDX license identifier to all files
Previously, a tree-wide change added SPDX license identifiers to
files lacking licensing information:
b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
To be consistent update the rest of the files:
-files with license specified by means of MODULE_LICENSE()
-files with complete license text
-Kconfig
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/caamalg_desc.c')
| -rw-r--r-- | drivers/crypto/caam/caamalg_desc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/caamalg_desc.c b/drivers/crypto/caam/caamalg_desc.c index 3f217093a219..1a6f0da14106 100644 --- a/drivers/crypto/caam/caamalg_desc.c +++ b/drivers/crypto/caam/caamalg_desc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Shared descriptors for aead, skcipher algorithms * |
