kernel/samples/bpf/test_lru_dist.c
.. .. @@ -1,9 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (c) 2016 Facebook 3 - *4 - * This program is free software; you can redistribute it and/or5 - * modify it under the terms of version 2 of the GNU General Public6 - * License as published by the Free Software Foundation.7 4 */ 8 5 #define _GNU_SOURCE 9 6 #include <linux/types.h>