treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[linux-2.6-microblaze.git] / arch / m68k / lib / checksum.c
index 6216f12..5fa3d39 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * INET                An implementation of the TCP/IP protocol suite for the LINUX
  *             operating system.  INET is implemented using the  BSD Socket
  *             specify d0 and d1 as scratch registers. Letting gcc
  *             choose these registers itself solves the problem.
  *
- *             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.
- *
  * 1998/8/31   Andreas Schwab:
  *             Zero out rest of buffer on exception in
  *             csum_partial_copy_from_user.