kernel/arch/powerpc/net/bpf_jit_asm.S
.. .. @@ -1,12 +1,8 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* bpf_jit.S: Packet/header access helper functions 2 3 * for PPC64 BPF compiler. 3 4 * 4 5 * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation 5 - *6 - * This program is free software; you can redistribute it and/or7 - * modify it under the terms of the GNU General Public License8 - * as published by the Free Software Foundation; version 29 - * of the License.10 6 */ 11 7 12 8 #include <asm/ppc_asm.h>