aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strncmp-sve.S
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2023-01-24 13:24:09 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2023-01-24 13:44:45 +0000
commit1eb5d7c2ded0691a48e3982211be200f67217019 (patch)
tree83c85d7f067785640cc25fde0b03033b56f633b8 /string/aarch64/strncmp-sve.S
parent92864946def299cab01582672cb7510b2e996101 (diff)
downloadarm-optimized-routines-1eb5d7c2ded0691a48e3982211be200f67217019.tar.gz
Update copyright years
Scripted copyright year updates based on git committer date.
Diffstat (limited to 'string/aarch64/strncmp-sve.S')
-rw-r--r--string/aarch64/strncmp-sve.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/aarch64/strncmp-sve.S b/string/aarch64/strncmp-sve.S
index 4a7be2d..6a9e9f7 100644
--- a/string/aarch64/strncmp-sve.S
+++ b/string/aarch64/strncmp-sve.S
@@ -1,7 +1,7 @@
/*
* strncmp - compare two strings with limit
*
- * Copyright (c) 2018-2021, Arm Limited.
+ * Copyright (c) 2018-2022, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/