hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 */