Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cai Huoqing and committed by
Alex Williamson
29848a03 ab78130e

+1 -6
+1 -6
drivers/vfio/pci/vfio_pci_zdev.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * VFIO ZPCI devices support 4 4 * 5 5 * Copyright (C) IBM Corp. 2020. All rights reserved. 6 6 * Author(s): Pierre Morel <pmorel@linux.ibm.com> 7 7 * 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 - * 13 8 */ 14 9 #include <linux/io.h> 15 10 #include <linux/pci.h>