diff options
author | Christoph Hellwig <hch@lst.de> | 2019-05-01 19:14:16 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-21 13:16:23 +0300 |
commit | 50a1ea5bebbc663be0b794ece96d47aa8d959528 (patch) | |
tree | 39f18a0a61086047eae8d065a834881a10102db7 /drivers | |
parent | 95b04a2ff9c7b0804c260bab0f60e561b35a1001 (diff) | |
download | linux-50a1ea5bebbc663be0b794ece96d47aa8d959528.tar.xz |
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')
-rw-r--r-- | drivers/scsi/st.c | 1 |
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. |