treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[linux-2.6-microblaze.git] / net / ieee802154 / 6lowpan / reassembly.c
index 4196bcd..9133e3c 100644 (file)
@@ -1,15 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*     6LoWPAN fragment reassembly
- *
  *
  *     Authors:
  *     Alexander Aring         <aar@pengutronix.de>
  *
  *     Based on: net/ipv6/reassembly.c
- *
- *     This program is free software; you can redistribute it and/or
- *     modify it under the terms of the GNU General Public License
- *     as published by the Free Software Foundation; either version
- *     2 of the License, or (at your option) any later version.
  */
 
 #define pr_fmt(fmt) "6LoWPAN: " fmt