diff options
author | Christoph Hellwig <[email protected]> | 2019-05-01 12:14:11 -0400 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-05-21 06:16:22 -0400 |
commit | 5897b844b7f90d0159b878c279e680ca59e0c75e (patch) | |
tree | 1dcb21308357f61fd61ed05c69ff72935e553a75 | |
parent | 86b89cb0d26c4050a1916094fcd867f34f44af66 (diff) |
scsi: sd: add a SPDX tag to sd.c
sd.c is the only sd file missing licensing information. Add a
GPLv2 tag for the default kernel license.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index ebc80354714c..f3564e406160 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * sd.c Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale |