diff options
| author | Christoph Hellwig <hch@lst.de> | 2019-05-01 12:14:12 -0400 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-21 06:16:23 -0400 |
| commit | b0edc7fdc65cd0a7eb97aa3e6a8586656fc51997 (patch) | |
| tree | b4e216c916d77d79624982298cbac15abbd74bf9 | |
| parent | 5897b844b7f90d0159b878c279e680ca59e0c75e (diff) | |
scsi: sd: switch remaining files to SPDX tags
Use the the GPLv2 SPDX tag instead of verbose boilerplate text.
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>
| -rw-r--r-- | drivers/scsi/sd_dif.c | 16 | ||||
| -rw-r--r-- | drivers/scsi/sd_zbc.c | 16 |
2 files changed, 2 insertions, 30 deletions
diff --git a/drivers/scsi/sd_dif.c b/drivers/scsi/sd_dif.c index db72c82486e3..93ac1e4cab73 100644 --- a/drivers/scsi/sd_dif.c +++ b/drivers/scsi/sd_dif.c | |||
| @@ -1,23 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | ||
| 1 | /* | 2 | /* |
| 2 | * sd_dif.c - SCSI Data Integrity Field | 3 | * sd_dif.c - SCSI Data Integrity Field |
| 3 | * | 4 | * |
| 4 | * Copyright (C) 2007, 2008 Oracle Corporation | 5 | * Copyright (C) 2007, 2008 Oracle Corporation |
| 5 | * Written by: Martin K. Petersen <martin.petersen@oracle.com> | 6 | * Written by: Martin K. Petersen <martin.petersen@oracle.com> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or | ||
| 8 | * modify it under the terms of the GNU General Public License version | ||
| 9 | * 2 as published by the Free Software Foundation. | ||
| 10 | * | ||
| 11 | * This program is distributed in the hope that it will be useful, but | ||
| 12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 14 | * General Public License for more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * along with this program; see the file COPYING. If not, write to | ||
| 18 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, | ||
| 19 | * USA. | ||
| 20 | * | ||
| 21 | */ | 7 | */ |
| 22 | 8 | ||
| 23 | #include <linux/blkdev.h> | 9 | #include <linux/blkdev.h> |
diff --git a/drivers/scsi/sd_zbc.c b/drivers/scsi/sd_zbc.c index a340af797a85..d5e83cfa4d74 100644 --- a/drivers/scsi/sd_zbc.c +++ b/drivers/scsi/sd_zbc.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | ||
| 1 | /* | 2 | /* |
| 2 | * SCSI Zoned Block commands | 3 | * SCSI Zoned Block commands |
| 3 | * | 4 | * |
| @@ -5,21 +6,6 @@ | |||
| 5 | * Written by: Hannes Reinecke <hare@suse.de> | 6 | * Written by: Hannes Reinecke <hare@suse.de> |
| 6 | * Modified by: Damien Le Moal <damien.lemoal@hgst.com> | 7 | * Modified by: Damien Le Moal <damien.lemoal@hgst.com> |
| 7 | * Modified by: Shaun Tancheff <shaun.tancheff@seagate.com> | 8 | * Modified by: Shaun Tancheff <shaun.tancheff@seagate.com> |
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or | ||
| 10 | * modify it under the terms of the GNU General Public License version | ||
| 11 | * 2 as published by the Free Software Foundation. | ||
| 12 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, but | ||
| 14 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 16 | * General Public License for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License | ||
| 19 | * along with this program; see the file COPYING. If not, write to | ||
| 20 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, | ||
| 21 | * USA. | ||
| 22 | * | ||
| 23 | */ | 9 | */ |
| 24 | 10 | ||
| 25 | #include <linux/blkdev.h> | 11 | #include <linux/blkdev.h> |
