hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/net/dccp/ipv6.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _DCCP_IPV6_H
23 #define _DCCP_IPV6_H
34 /*
....@@ -5,10 +6,6 @@
56 *
67 * An implementation of the DCCP protocol
78 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
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 version 2 as
11
- * published by the Free Software Foundation.
129 */
1310
1411 #include <linux/dccp.h>