kernel/drivers/firmware/efi/capsule.c
.. .. @@ -1,10 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * EFI capsule support. 3 4 * 4 5 * Copyright 2013 Intel Corporation; author Matt Fleming 5 - *6 - * This file is part of the Linux kernel, and is made available under7 - * the terms of the GNU General Public License version 2.8 6 */ 9 7 10 8 #define pr_fmt(fmt) "efi: " fmt