hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/dccp/ccids/lib/loss_interval.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef _DCCP_LI_HIST_
23 #define _DCCP_LI_HIST_
34 /*
....@@ -5,11 +6,6 @@
56 * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand.
67 * Copyright (c) 2005-7 Ian McDonald <ian.mcdonald@jandi.co.nz>
78 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation; either version 2 of the License, or (at your option)
12
- * any later version.
139 */
1410 #include <linux/ktime.h>
1511 #include <linux/list.h>