forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/net/ieee802154/atusb.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * atusb.c - Driver for the ATUSB IEEE 802.15.4 dongle
34 *
45 * Written 2013 by Werner Almesberger <werner@almesberger.net>
56 *
67 * Copyright (c) 2015 - 2016 Stefan Schmidt <stefan@datenfreihafen.org>
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License as
10
- * published by the Free Software Foundation, version 2
118 *
129 * Based on at86rf230.c and spi_atusb.c.
1310 * at86rf230.c is