hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/virtio/virtio_pci_common.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H
23 #define _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H
34 /*
....@@ -13,10 +14,6 @@
1314 * Anthony Liguori <aliguori@us.ibm.com>
1415 * Rusty Russell <rusty@rustcorp.com.au>
1516 * Michael S. Tsirkin <mst@redhat.com>
16
- *
17
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
18
- * See the COPYING file in the top-level directory.
19
- *
2017 */
2118
2219 #include <linux/module.h>