summaryrefslogtreecommitdiff
path: root/tc/m_csum.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2023-01-10 19:05:49 -0800
committerStephen Hemminger <stephen@networkplumber.org>2023-01-14 09:00:34 -0800
commitb3a091d1000444478d4857f5158557b00aaded29 (patch)
tree2265f10a6438215595559efdb9f9865697b9dfa3 /tc/m_csum.c
parent01bdedff993be222b6e416cfa3bfedca9327850e (diff)
downloadiproute2-b3a091d1000444478d4857f5158557b00aaded29.tar.gz
tc: use SPDX
Replace GPL boilerplate with SPDX. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc/m_csum.c')
-rw-r--r--tc/m_csum.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tc/m_csum.c b/tc/m_csum.c
index 23c59725..ba1e3e33 100644
--- a/tc/m_csum.c
+++ b/tc/m_csum.c
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* m_csum.c checksum updating action
*
- * This program is free software; you can distribute 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.
- *
* Authors: Gregoire Baron <baronchon@n7mm.org>
*/