hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/if_pppox.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /***************************************************************************
23 * Linux PPP over X - Generic PPP transport layer sockets
34 * Linux PPP over Ethernet (PPPoE) Socket Implementation (RFC 2516)
....@@ -6,11 +7,6 @@
67 * (pppox.c). All version information wrt this file is located in pppox.c
78 *
89 * License:
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
13
- *
1410 */
1511 #ifndef __LINUX_IF_PPPOX_H
1612 #define __LINUX_IF_PPPOX_H