kernel/arch/x86/kvm/mtrr.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * vMTRR implementation 3 4 * .. .. @@ -11,9 +12,6 @@ 11 12 * Marcelo Tosatti <mtosatti@redhat.com> 12 13 * Paolo Bonzini <pbonzini@redhat.com> 13 14 * Xiao Guangrong <guangrong.xiao@linux.intel.com> 14 - *15 - * This work is licensed under the terms of the GNU GPL, version 2. See16 - * the COPYING file in the top-level directory.17 15 */ 18 16 19 17 #include <linux/kvm_host.h>