summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
diff options
context:
space:
mode:
authorChristoph Hellwig2019-05-01 18:14:16 +0200
committerMartin K. Petersen2019-05-21 12:16:23 +0200
commit50a1ea5bebbc663be0b794ece96d47aa8d959528 (patch)
tree39f18a0a61086047eae8d065a834881a10102db7 /drivers/scsi/st.c
parentscsi: sr: add a SPDX tag to sr.c (diff)
downloadkernel-qcow2-linux-50a1ea5bebbc663be0b794ece96d47aa8d959528.tar.gz
kernel-qcow2-linux-50a1ea5bebbc663be0b794ece96d47aa8d959528.tar.xz
kernel-qcow2-linux-50a1ea5bebbc663be0b794ece96d47aa8d959528.zip
scsi: st: add a SPDX tag to st.c
st.c is the only st 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/st.c')
-rw-r--r--drivers/scsi/st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
index 3c6a18ad9a87..9c4c710dcccf 100644
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
SCSI Tape Driver for Linux version 1.1 and newer. See the accompanying
file Documentation/scsi/st.txt for more information.