hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/testing/selftests/net/psock_tpacket.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2013 Red Hat, Inc.
34 * Author: Daniel Borkmann <dborkman@redhat.com>
....@@ -19,21 +20,6 @@
1920 * - TPACKET_V1: RX_RING, TX_RING
2021 * - TPACKET_V2: RX_RING, TX_RING
2122 * - TPACKET_V3: RX_RING
22
- *
23
- * License (GPLv2):
24
- *
25
- * This program is free software; you can redistribute it and/or modify it
26
- * under the terms and conditions of the GNU General Public License,
27
- * version 2, as published by the Free Software Foundation.
28
- *
29
- * This program is distributed in the hope it will be useful, but WITHOUT
30
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
31
- * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for
32
- * more details.
33
- *
34
- * You should have received a copy of the GNU General Public License along with
35
- * this program; if not, write to the Free Software Foundation, Inc.,
36
- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
3723 */
3824
3925 #include <stdio.h>