treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[linux-block.git] / kernel / bpf / core.c
index 242a643af82fe6422ef902192fe7ff7971d32808..7c473f208a1058de97434a57a2d47e2360ae80a8 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Linux Socket Filter - Kernel level socket filtering
  *
  *     Alexei Starovoitov <ast@plumgrid.com>
  *     Daniel Borkmann <dborkman@redhat.com>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- *
  * Andi Kleen - Fix a few bad bugs and races.
  * Kris Katterjohn - Added many additional checks in bpf_check_classic()
  */