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