summaryrefslogtreecommitdiff
path: root/string/arm/strcpy.c
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/arm/strcpy.c
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/arm/strcpy.c')
-rw-r--r--string/arm/strcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/arm/strcpy.c b/string/arm/strcpy.c
index 02cf94ff4be0..b5728a2534f0 100644
--- a/string/arm/strcpy.c
+++ b/string/arm/strcpy.c
@@ -2,7 +2,7 @@
* strcpy
*
* Copyright (c) 2008-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#if defined (__thumb2__) && !defined (__thumb__)