summaryrefslogtreecommitdiff
path: root/string/include/stringlib.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-03-27 14:17:09 +0000
committerAndrew Turner <andrew@FreeBSD.org>2023-03-27 14:27:12 +0000
commit29866ecb89620f1c798b7f5ff6710255f13aa52e (patch)
treee15c06318ac929f32717f7d6e8d87bb1068943e8 /string/include/stringlib.h
parent01c4cb317efa9e5e905a88340c396a9683db72e7 (diff)
Update the Arm Optimized Routinesvendor/arm-optimized-routines/v23.01
Import the v23.01 release of the Arm Optimized Routines [1]. This updates the license to MIT OR Apache-2.0 WITH LLVM-exception. [1] https://github.com/ARM-software/optimized-routines/tree/v23.01 Approved by: core (License change) Sponsored by: Arm Ltd
Diffstat (limited to 'string/include/stringlib.h')
-rw-r--r--string/include/stringlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/include/stringlib.h b/string/include/stringlib.h
index 85e630279ceb..f41a46446888 100644
--- a/string/include/stringlib.h
+++ b/string/include/stringlib.h
@@ -1,8 +1,8 @@
/*
* Public API.
*
- * Copyright (c) 2019-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * Copyright (c) 2019-2022, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include <stddef.h>