diff options
author | Christoph Hellwig <hch@lst.de> | 2019-05-01 18:13:54 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-21 12:16:21 +0200 |
commit | 026104bfa591709689e12434c1bb3b485bf5bfa0 (patch) | |
tree | f16c5f84340b02f7efc088ebde7ae9781dfe9b60 /drivers/scsi/scsi.c | |
parent | Linux 5.2-rc1 (diff) | |
download | linux-026104bfa591709689e12434c1bb3b485bf5bfa0.tar.xz linux-026104bfa591709689e12434c1bb3b485bf5bfa0.zip |
scsi: core: add SPDX tags to scsi midlayer files missing licensing information
Add the default kernel GPLv2 annotation to SCSI midlayer files missing any
licensing information.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 99a7b9f520ae..49821f138ae0 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * scsi.c Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale |