hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/tools/testing/selftests/net/psock_fanout.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2013 Google Inc.
34 * Author: Willem de Bruijn (willemb@google.com)
....@@ -24,21 +25,6 @@
2425 *
2526 * Todo:
2627 * - functionality: PACKET_FANOUT_FLAG_DEFRAG
27
- *
28
- * License (GPLv2):
29
- *
30
- * This program is free software; you can redistribute it and/or modify it
31
- * under the terms and conditions of the GNU General Public License,
32
- * version 2, as published by the Free Software Foundation.
33
- *
34
- * This program is distributed in the hope it will be useful, but WITHOUT
35
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36
- * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for
37
- * more details.
38
- *
39
- * You should have received a copy of the GNU General Public License along with
40
- * this program; if not, write to the Free Software Foundation, Inc.,
41
- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
4228 */
4329
4430 #define _GNU_SOURCE /* for sched_setaffinity */