hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/wan/n2.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * SDL Inc. RISCom/N2 synchronous serial card driver for Linux
34 *
45 * Copyright (C) 1998-2003 Krzysztof Halasa <khc@pm.waw.pl>
56 *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of version 2 of the GNU General Public License
8
- * as published by the Free Software Foundation.
9
- *
10
- * For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
7
+ * For information see <https://www.kernel.org/pub/linux/utils/net/hdlc/>
118 *
129 * Note: integrated CSU/DSU/DDS are not supported by this driver
1310 *