Message ID | 20190501161417.32592-24-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [01/24] scsi: add SPDX tags to scsi midlayer files missing licensing information | expand |
On 5/1/19 6:14 PM, Christoph Hellwig wrote: > 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> > --- > drivers/scsi/st.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c > index 19c022e66d63..b814906af0a3 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. > Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index 19c022e66d63..b814906af0a3 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.
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> --- drivers/scsi/st.c | 1 + 1 file changed, 1 insertion(+)