forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/include/linux/ppp_channel.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef _PPP_CHANNEL_H_
23 #define _PPP_CHANNEL_H_
34 /*
....@@ -10,11 +11,6 @@
1011 * number at the start, but not the address and control bytes.
1112 *
1213 * Copyright 1999 Paul Mackerras.
13
- *
14
- * This program is free software; you can redistribute it and/or
15
- * modify it under the terms of the GNU General Public License
16
- * as published by the Free Software Foundation; either version
17
- * 2 of the License, or (at your option) any later version.
1814 *
1915 * ==FILEVERSION 20000322==
2016 */