Skip to content

Commit 29848a0

Browse files
caihuoqing1990Alex Williamson
authored andcommitted
vfio-pci/zdev: Remove repeated verbose license text
The SPDX and verbose license text are redundant, however in this case the verbose license indicates a GPL v2 only while SPDX specifies v2+. Remove the verbose license and correct SPDX to the more restricted version. Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Link: https://lore.kernel.org/r/20210824003749.1039-1-caihuoqing@baidu.com [aw: commit log] Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
1 parent ab78130 commit 29848a0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

drivers/vfio/pci/vfio_pci_zdev.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* VFIO ZPCI devices support
44
*
55
* Copyright (C) IBM Corp. 2020. All rights reserved.
66
* Author(s): Pierre Morel <pmorel@linux.ibm.com>
77
* Matthew Rosato <mjrosato@linux.ibm.com>
8-
*
9-
* This program is free software; you can redistribute it and/or modify
10-
* it under the terms of the GNU General Public License version 2 as
11-
* published by the Free Software Foundation.
12-
*
138
*/
149
#include <linux/io.h>
1510
#include <linux/pci.h>

0 commit comments

Comments
 (0)