From: Christoph Hellwig Date: Wed, 1 May 2019 16:14:15 +0000 (-0400) Subject: scsi: sr: add a SPDX tag to sr.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=95b04a2ff9c7b0804c260bab0f60e561b35a1001;p=openwrt%2Fstaging%2Fblogic.git scsi: sr: add a SPDX tag to sr.c sr.c is the only sr file missing licensing information. Add a GPLv2 tag for the default kernel license. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index c3f443d5aea8..3642de844677 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * sr.c Copyright (C) 1992 David Giller * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale