From: Christoph Hellwig Date: Wed, 1 May 2019 16:14:11 +0000 (-0400) Subject: scsi: sd: add a SPDX tag to sd.c X-Git-Tag: Ubuntu-5.10.0-12.13~4993^2~167 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5897b844b7f90d0159b878c279e680ca59e0c75e;p=mirror_ubuntu-hirsute-kernel.git scsi: sd: add a SPDX tag to sd.c sd.c is the only sd 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/sd.c b/drivers/scsi/sd.c index ebc80354714c..f3564e406160 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * sd.c Copyright (C) 1992 Drew Eckhardt * Copyright (C) 1993, 1994, 1995, 1999 Eric Youngdale