aboutsummaryrefslogtreecommitdiff
path: root/networking/aarch64/chksum_simd.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:26 +0000
commit29109db5ff4f54e1b9694505aa34d54fda6ab6d2 (patch)
treeb6182e391304fb3a42c51d482dcf671f540f2363 /networking/aarch64/chksum_simd.c
parent5977ae8110ccfef79770bcc209243185bda69811 (diff)
parent172d24a7ae67ee7bae413d5a8618f1b5edc002be (diff)
downloadarm-optimized-routines-29109db5ff4f54e1b9694505aa34d54fda6ab6d2.tar.gz
Change-Id: I3d1ba62dd3ec4f1f932ef5e2ce24308402f6b85d
Diffstat (limited to 'networking/aarch64/chksum_simd.c')
-rw-r--r--networking/aarch64/chksum_simd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/aarch64/chksum_simd.c b/networking/aarch64/chksum_simd.c
index 6d5be58..90c00eb 100644
--- a/networking/aarch64/chksum_simd.c
+++ b/networking/aarch64/chksum_simd.c
@@ -2,7 +2,7 @@
* AArch64-specific checksum implementation using NEON
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "networking.h"