hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/fcdevice.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * INET An implementation of the TCP/IP protocol suite for the LINUX
34 * operating system. NET is implemented using the BSD Socket
....@@ -12,13 +13,7 @@
1213 * Relocated to include/linux where it belongs by Alan Cox
1314 * <gw4pts@gw4pts.ampr.org>
1415 *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
19
- *
2016 * WARNING: This move may well be temporary. This file will get merged with others RSN.
21
- *
2217 */
2318 #ifndef _LINUX_FCDEVICE_H
2419 #define _LINUX_FCDEVICE_H