laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/42477?usp=email )
Change subject: ip_checksum: Add SPDX license identifier ......................................................................
ip_checksum: Add SPDX license identifier
Let's make sure the newly-created/imported file has a machine-readable SPDX identifier.
Change-Id: Ic40d01771e8d01461ed81d1a60d9e91a48fdc8d0 --- M src/ip_checksum.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/77/42477/1
diff --git a/src/ip_checksum.c b/src/ip_checksum.c index 1fa6f42..ec715e2 100644 --- a/src/ip_checksum.c +++ b/src/ip_checksum.c @@ -27,6 +27,8 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ */
/* Revised by Kenneth Albanowski for m68knommu. Basic problem: unaligned access