aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/strchr.S')
-rw-r--r--string/aarch64/strchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/aarch64/strchr.S b/string/aarch64/strchr.S
index a041e57..37193bd 100644
--- a/string/aarch64/strchr.S
+++ b/string/aarch64/strchr.S
@@ -1,7 +1,7 @@
/*
* strchr - find a character in a string
*
- * Copyright (c) 2014-2020, Arm Limited.
+ * Copyright (c) 2014-2022, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/