aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-05-01 12:14:08 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2019-05-21 06:16:22 -0400
commit5502239e73e6167fb67ff9efef4677e6dd90fd57 (patch)
tree25bbc4933031f64e03db06c04ce2914bfa709b53 /drivers/scsi/libsas
parentscsi: libiscsi: switch to SPDX tags (diff)
downloadlinux-dev-5502239e73e6167fb67ff9efef4677e6dd90fd57.tar.xz
linux-dev-5502239e73e6167fb67ff9efef4677e6dd90fd57.zip
scsi: libsas: add a SPDX tag to sas_task.c
sas_task.c is the only libsas file missing licensing information. Add a GPLv2 tag for the default kernel license. 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/libsas')
-rw-r--r--drivers/scsi/libsas/sas_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_task.c b/drivers/scsi/libsas/sas_task.c
index c3b9befad4e6..a46e8e4c0684 100644
--- a/drivers/scsi/libsas/sas_task.c
+++ b/drivers/scsi/libsas/sas_task.c
@@ -1,4 +1,4 @@
-
+// SPDX-License-Identifier: GPL-2.0
#include "sas_internal.h"
#include <linux/kernel.h>