aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCai Huoqing <[email protected]>2021-08-24 08:37:49 +0800
committerAlex Williamson <[email protected]>2021-08-24 12:04:52 -0600
commit29848a034ac749622f5ef4686f9e48d69254f4dc (patch)
tree27967fbc676548be7af631ddccddb7fb1ac243ef
parentab78130e6e99e74c2c6d5670fa3e7f290e07c2c5 (diff)
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 <[email protected]> Reviewed-by: Matthew Rosato <[email protected]> Link: https://lore.kernel.org/r/[email protected] [aw: commit log] Signed-off-by: Alex Williamson <[email protected]>
-rw-r--r--drivers/vfio/pci/vfio_pci_zdev.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/vfio/pci/vfio_pci_zdev.c b/drivers/vfio/pci/vfio_pci_zdev.c
index 7b011b62c766..104fcf6658db 100644
--- a/drivers/vfio/pci/vfio_pci_zdev.c
+++ b/drivers/vfio/pci/vfio_pci_zdev.c
@@ -1,15 +1,10 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-only
/*
* VFIO ZPCI devices support
*
* Copyright (C) IBM Corp. 2020. All rights reserved.
* Author(s): Pierre Morel <[email protected]>
* Matthew Rosato <[email protected]>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
*/
#include <linux/io.h>
#include <linux/pci.h>