treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[linux-block.git] / net / ipv4 / gre_demux.c
index 7c4a41dc04bbe13fa7d955d40b15fe963623186a..293acfb3637651bc2df89de86498ad697b90f5de 100644 (file)
@@ -1,13 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *     GRE over IPv4 demultiplexer driver
  *
  *     Authors: Dmitry Kozlov (xeb@mail.ru)
- *
- *     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) KBUILD_MODNAME ": " fmt