aboutsummaryrefslogtreecommitdiff
path: root/networking/chksum.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:59:50 +0000
commit219c4ddf97832e98100464880643de3291a5c7bb (patch)
treeb6182e391304fb3a42c51d482dcf671f540f2363 /networking/chksum.c
parent75857f354f5017f121ae2754659999644e2c2568 (diff)
parent172d24a7ae67ee7bae413d5a8618f1b5edc002be (diff)
downloadarm-optimized-routines-219c4ddf97832e98100464880643de3291a5c7bb.tar.gz
Change-Id: Ifeec361e359fb697646752e4e67d4f13c4ebda30
Diffstat (limited to 'networking/chksum.c')
-rw-r--r--networking/chksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/chksum.c b/networking/chksum.c
index 95ce5ba..329482f 100644
--- a/networking/chksum.c
+++ b/networking/chksum.c
@@ -3,7 +3,7 @@
* This sum is often used as a simple checksum in networking.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "networking.h"