hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/dccp/ackvec.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _ACKVEC_H
23 #define _ACKVEC_H
34 /*
....@@ -6,9 +7,6 @@
67 * An implementation of Ack Vectors for the DCCP protocol
78 * Copyright (c) 2007 University of Aberdeen, Scotland, UK
89 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@mandriva.com>
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
1210 */
1311
1412 #include <linux/dccp.h>