kernel/drivers/virtio/virtio_pci_common.h
.. .. @@ -1,3 +1,4 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-or-later */1 2 #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H 2 3 #define _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H 3 4 /* .. .. @@ -13,10 +14,6 @@ 13 14 * Anthony Liguori <aliguori@us.ibm.com> 14 15 * Rusty Russell <rusty@rustcorp.com.au> 15 16 * 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 - *20 17 */ 21 18 22 19 #include <linux/module.h>