hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/8021q/vlanproc.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /******************************************************************************
23 * vlanproc.c VLAN Module. /proc filesystem interface.
34 *
....@@ -9,10 +10,6 @@
910 *
1011 * Copyright: (c) 1998 Ben Greear
1112 *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License
14
- * as published by the Free Software Foundation; either version
15
- * 2 of the License, or (at your option) any later version.
1613 * ============================================================================
1714 * Jan 20, 1998 Ben Greear Initial Version
1815 *****************************************************************************/