hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/testing/selftests/net/tcp_inq.c
....@@ -1,19 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2018 Google Inc.
34 * Author: Soheil Hassas Yeganeh (soheil@google.com)
45 *
56 * Simple example on how to use TCP_INQ and TCP_CM_INQ.
6
- *
7
- * License (GPLv2):
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms and conditions of the GNU General Public License,
11
- * version 2, as published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope it will be useful, but WITHOUT
14
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
- * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for
16
- * more details.
177 */
188 #define _GNU_SOURCE
199