hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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