aboutsummaryrefslogtreecommitdiff
path: root/string/arm/strcpy.c
diff options
context:
space:
mode:
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 02cf94f..b5728a2 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__)