diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-01-25 21:00:44 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 14:23:06 -0500 |
commit | 3bd940030752a33ff665eefdd74a1cdb74a4f9b0 (patch) | |
tree | b3fcee064de8a1d4c1bb45071fe13701d3600268 /drivers/md/dm-ima.c | |
parent | 7533afa1d27ba1234146d31d2402c195cf195962 (diff) | |
download | linux-3bd940030752a33ff665eefdd74a1cdb74a4f9b0.tar.gz linux-3bd940030752a33ff665eefdd74a1cdb74a4f9b0.tar.bz2 linux-3bd940030752a33ff665eefdd74a1cdb74a4f9b0.zip |
dm: add missing SPDX-License-Indentifiers
'GPL-2.0-only' is used instead of 'GPL-2.0' because SPDX has
deprecated its use.
Suggested-by: John Wiele <jwiele@redhat.com>
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-ima.c')
-rw-r--r-- | drivers/md/dm-ima.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-ima.c b/drivers/md/dm-ima.c index a1bd7cd52b1b..4e9c0e9c7a8b 100644 --- a/drivers/md/dm-ima.c +++ b/drivers/md/dm-ima.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2021 Microsoft Corporation * |