aboutsummaryrefslogtreecommitdiff
path: root/string/test
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-17 14:28:25 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2021-02-17 14:28:25 +0000
commite823e3abf5f89ecba58a10fc0fd82c13d9984b6b (patch)
tree6c5f3a7746c1d8a0d7a04012d47b6428c7b3057e /string/test
parentfcad5b82714f408d1c83bfdeb50578c6ca1ab20b (diff)
downloadarm-optimized-routines-e823e3abf5f89ecba58a10fc0fd82c13d9984b6b.tar.gz
Update copyright years
Scripted copyright year updates based on git committer date.
Diffstat (limited to 'string/test')
-rw-r--r--string/test/memcmp.c2
-rw-r--r--string/test/memcpy.c2
-rw-r--r--string/test/memmove.c2
-rw-r--r--string/test/memset.c2
-rw-r--r--string/test/strcmp.c2
-rw-r--r--string/test/strncmp.c2
-rw-r--r--string/test/strrchr.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/string/test/memcmp.c b/string/test/memcmp.c
index dd93698..7a7cf9c 100644
--- a/string/test/memcmp.c
+++ b/string/test/memcmp.c
@@ -1,7 +1,7 @@
/*
* memcmp test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/memcpy.c b/string/test/memcpy.c
index 346d920..ce0ceee 100644
--- a/string/test/memcpy.c
+++ b/string/test/memcpy.c
@@ -1,7 +1,7 @@
/*
* memcpy test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/memmove.c b/string/test/memmove.c
index af92fe3..689b68c 100644
--- a/string/test/memmove.c
+++ b/string/test/memmove.c
@@ -1,7 +1,7 @@
/*
* memmove test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/memset.c b/string/test/memset.c
index cebe9ad..f172144 100644
--- a/string/test/memset.c
+++ b/string/test/memset.c
@@ -1,7 +1,7 @@
/*
* memset test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/strcmp.c b/string/test/strcmp.c
index 4e718e3..d57b54e 100644
--- a/string/test/strcmp.c
+++ b/string/test/strcmp.c
@@ -1,7 +1,7 @@
/*
* strcmp test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/strncmp.c b/string/test/strncmp.c
index 23fbb0a..018a8a4 100644
--- a/string/test/strncmp.c
+++ b/string/test/strncmp.c
@@ -1,7 +1,7 @@
/*
* strncmp test.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/test/strrchr.c b/string/test/strrchr.c
index cedcb00..fedbdc5 100644
--- a/string/test/strrchr.c
+++ b/string/test/strrchr.c
@@ -1,7 +1,7 @@
/*
* strrchr test.
*
- * Copyright (c) 2019-2020, Arm Limited.
+ * Copyright (c) 2019-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/