]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/ipv4/udplite.c
Merge v5.4-rc4 into drm-next
[linux.git] / net / ipv4 / udplite.c
index 3c94b8f0ff27850e684de5e27f2f3e336909291d..5936d66d1ce2f2e46248c1110c929b5e07c3b3b6 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *  UDPLITE     An implementation of the UDP-Lite protocol (RFC 3828).
  *
@@ -5,10 +6,6 @@
  *
  *  Changes:
  *  Fixes:
- *             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) "UDPLite: " fmt