hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/if_frad.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are
34 * created for each DLCI associated with a FRAD. The FRAD driver
....@@ -14,11 +15,6 @@
1415 * 0.15 Mike McLagan changed structure defs (packed)
1516 * re-arranged flags
1617 * added DLCI_RET vars
17
- *
18
- * This program is free software; you can redistribute it and/or
19
- * modify it under the terms of the GNU General Public License
20
- * as published by the Free Software Foundation; either version
21
- * 2 of the License, or (at your option) any later version.
2218 */
2319 #ifndef _FRAD_H_
2420 #define _FRAD_H_