Skip to content

Commit 23b228c

Browse files
caihuoqing1990mstsirkin
authored andcommitted
vhost scsi: Convert to SPDX identifier
use SPDX-License-Identifier instead of a verbose license text Signed-off-by: Cai Huoqing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]>
1 parent 5289373 commit 23b228c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

drivers/vhost/scsi.c

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*******************************************************************************
23
* Vhost kernel TCM fabric driver for virtio SCSI initiators
34
*
45
* (C) Copyright 2010-2013 Datera, Inc.
56
* (C) Copyright 2010-2012 IBM Corp.
67
*
7-
* Licensed to the Linux Foundation under the General Public License (GPL) version 2.
8-
*
98
* Authors: Nicholas A. Bellinger <[email protected]>
109
* Stefan Hajnoczi <[email protected]>
11-
*
12-
* This program is free software; you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation; either version 2 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
2210
****************************************************************************/
2311

2412
#include <linux/module.h>

0 commit comments

Comments
 (0)