aboutsummaryrefslogtreecommitdiff
path: root/networking/chksum.c
diff options
context:
space:
mode:
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"