aboutsummaryrefslogtreecommitdiff
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
parentfcad5b82714f408d1c83bfdeb50578c6ca1ab20b (diff)
downloadarm-optimized-routines-e823e3abf5f89ecba58a10fc0fd82c13d9984b6b.tar.gz
Update copyright years
Scripted copyright year updates based on git committer date.
-rw-r--r--Makefile2
-rw-r--r--config.mk.dist2
-rw-r--r--math/cosf.c2
-rw-r--r--math/exp.c2
-rw-r--r--math/exp2.c2
-rw-r--r--math/expf.c2
-rw-r--r--math/include/mathlib.h2
-rw-r--r--math/log.c2
-rw-r--r--math/log2.c2
-rw-r--r--math/logf.c2
-rw-r--r--math/logf_data.c2
-rw-r--r--math/math_config.h2
-rw-r--r--math/math_errf.c2
-rw-r--r--math/pow.c2
-rw-r--r--math/powf.c2
-rw-r--r--math/powf_log2_data.c2
-rw-r--r--math/sincosf.c2
-rw-r--r--math/sincosf_data.c2
-rw-r--r--math/sinf.c2
-rw-r--r--math/test/mathbench.c2
-rw-r--r--math/test/mathtest.c2
-rw-r--r--math/test/rtest/dotest.c2
-rw-r--r--math/test/rtest/intern.h2
-rw-r--r--math/test/rtest/main.c2
-rw-r--r--math/test/rtest/random.c2
-rw-r--r--math/test/rtest/random.h2
-rw-r--r--math/test/rtest/semi.c2
-rw-r--r--math/test/rtest/semi.h2
-rw-r--r--math/test/rtest/types.h2
-rw-r--r--math/test/rtest/wrappers.c2
-rw-r--r--math/test/rtest/wrappers.h2
-rwxr-xr-xmath/test/runulp.sh2
-rw-r--r--math/test/testcases/directed/cosf.tst2
-rw-r--r--math/test/testcases/directed/exp.tst2
-rw-r--r--math/test/testcases/directed/exp2.tst2
-rw-r--r--math/test/testcases/directed/exp2f.tst2
-rw-r--r--math/test/testcases/directed/expf.tst2
-rw-r--r--math/test/testcases/directed/log.tst2
-rw-r--r--math/test/testcases/directed/log2.tst2
-rw-r--r--math/test/testcases/directed/log2f.tst2
-rw-r--r--math/test/testcases/directed/logf.tst2
-rw-r--r--math/test/testcases/directed/pow.tst2
-rw-r--r--math/test/testcases/directed/powf.tst2
-rw-r--r--math/test/testcases/directed/sincosf.tst2
-rw-r--r--math/test/testcases/directed/sinf.tst2
-rw-r--r--math/test/testcases/random/double.tst2
-rw-r--r--math/test/testcases/random/float.tst2
-rw-r--r--math/test/ulp.c2
-rwxr-xr-xmath/tools/remez.jl2
-rw-r--r--math/v_math.h2
-rw-r--r--string/Dir.mk2
-rw-r--r--string/aarch64/memchr-sve.S2
-rw-r--r--string/aarch64/memchr.S2
-rw-r--r--string/aarch64/memcmp-sve.S2
-rw-r--r--string/aarch64/memcmp.S2
-rw-r--r--string/aarch64/memset.S2
-rw-r--r--string/aarch64/strchr-sve.S2
-rw-r--r--string/aarch64/strchr.S2
-rw-r--r--string/aarch64/strchrnul-sve.S2
-rw-r--r--string/aarch64/strchrnul.S2
-rw-r--r--string/aarch64/strcmp-sve.S2
-rw-r--r--string/aarch64/strcpy-sve.S2
-rw-r--r--string/aarch64/strcpy.S2
-rw-r--r--string/aarch64/strlen-sve.S2
-rw-r--r--string/aarch64/strncmp-mte.S2
-rw-r--r--string/aarch64/strncmp-sve.S2
-rw-r--r--string/aarch64/strncmp.S2
-rw-r--r--string/aarch64/strnlen-sve.S2
-rw-r--r--string/aarch64/strrchr-sve.S2
-rw-r--r--string/arm/memchr.S2
-rw-r--r--string/arm/memcpy.S2
-rw-r--r--string/arm/memset.S2
-rw-r--r--string/arm/strcmp-armv6m.S2
-rw-r--r--string/arm/strcmp.S2
-rw-r--r--string/arm/strcpy.c2
-rw-r--r--string/arm/strlen-armv6t2.S2
-rw-r--r--string/asmdefs.h2
-rw-r--r--string/include/stringlib.h2
-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
85 files changed, 85 insertions, 85 deletions
diff --git a/Makefile b/Makefile
index 89fc13b..169f89e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile - requires GNU make
#
-# Copyright (c) 2018-2019, Arm Limited.
+# Copyright (c) 2018-2020, Arm Limited.
# SPDX-License-Identifier: MIT
srcdir = .
diff --git a/config.mk.dist b/config.mk.dist
index 3e55c98..177e1ac 100644
--- a/config.mk.dist
+++ b/config.mk.dist
@@ -1,6 +1,6 @@
# Example config.mk
#
-# Copyright (c) 2018-2019, Arm Limited.
+# Copyright (c) 2018-2020, Arm Limited.
# SPDX-License-Identifier: MIT
# Subprojects to build
diff --git a/math/cosf.c b/math/cosf.c
index 831b39e..f29f194 100644
--- a/math/cosf.c
+++ b/math/cosf.c
@@ -1,7 +1,7 @@
/*
* Single-precision cos function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/exp.c b/math/exp.c
index 1909b8e..7f5024c 100644
--- a/math/exp.c
+++ b/math/exp.c
@@ -1,7 +1,7 @@
/*
* Double-precision e^x function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/exp2.c b/math/exp2.c
index 47aa479..35ab39f 100644
--- a/math/exp2.c
+++ b/math/exp2.c
@@ -1,7 +1,7 @@
/*
* Double-precision 2^x function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/expf.c b/math/expf.c
index 0fe1f7d..9b2f0c3 100644
--- a/math/expf.c
+++ b/math/expf.c
@@ -1,7 +1,7 @@
/*
* Single-precision e^x function.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/include/mathlib.h b/math/include/mathlib.h
index 4493008..279d829 100644
--- a/math/include/mathlib.h
+++ b/math/include/mathlib.h
@@ -1,7 +1,7 @@
/*
* Public API.
*
- * Copyright (c) 2015-2019, Arm Limited.
+ * Copyright (c) 2015-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/log.c b/math/log.c
index b85d3ff..d3b7bc6 100644
--- a/math/log.c
+++ b/math/log.c
@@ -1,7 +1,7 @@
/*
* Double-precision log(x) function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/log2.c b/math/log2.c
index 804fb85..55102b7 100644
--- a/math/log2.c
+++ b/math/log2.c
@@ -1,7 +1,7 @@
/*
* Double-precision log2(x) function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/logf.c b/math/logf.c
index ee3120a..cfbaee1 100644
--- a/math/logf.c
+++ b/math/logf.c
@@ -1,7 +1,7 @@
/*
* Single-precision log function.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/logf_data.c b/math/logf_data.c
index 53c5f62..e8973ce 100644
--- a/math/logf_data.c
+++ b/math/logf_data.c
@@ -1,7 +1,7 @@
/*
* Data definition for logf.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/math_config.h b/math/math_config.h
index 09755ad..e851043 100644
--- a/math/math_config.h
+++ b/math/math_config.h
@@ -1,7 +1,7 @@
/*
* Configuration for math routines.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/math_errf.c b/math/math_errf.c
index 771d982..d5350b8 100644
--- a/math/math_errf.c
+++ b/math/math_errf.c
@@ -1,7 +1,7 @@
/*
* Single-precision math error handling.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/pow.c b/math/pow.c
index ced7c4f..86842c6 100644
--- a/math/pow.c
+++ b/math/pow.c
@@ -1,7 +1,7 @@
/*
* Double-precision x^y function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/powf.c b/math/powf.c
index 1534a09..6ba45d3 100644
--- a/math/powf.c
+++ b/math/powf.c
@@ -1,7 +1,7 @@
/*
* Single-precision pow function.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/powf_log2_data.c b/math/powf_log2_data.c
index b9fbdc4..97e0d98 100644
--- a/math/powf_log2_data.c
+++ b/math/powf_log2_data.c
@@ -1,7 +1,7 @@
/*
* Data definition for powf.
*
- * Copyright (c) 2017-2018, Arm Limited.
+ * Copyright (c) 2017-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/sincosf.c b/math/sincosf.c
index e6cd41e..9746f1c 100644
--- a/math/sincosf.c
+++ b/math/sincosf.c
@@ -1,7 +1,7 @@
/*
* Single-precision sin/cos function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/sincosf_data.c b/math/sincosf_data.c
index 5d0b58e..ab4ac47 100644
--- a/math/sincosf_data.c
+++ b/math/sincosf_data.c
@@ -1,7 +1,7 @@
/*
* Data definition for sinf, cosf and sincosf.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/sinf.c b/math/sinf.c
index 770b294..ddbc1da 100644
--- a/math/sinf.c
+++ b/math/sinf.c
@@ -1,7 +1,7 @@
/*
* Single-precision sin function.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/mathbench.c b/math/test/mathbench.c
index 2e8aaf8..0c17826 100644
--- a/math/test/mathbench.c
+++ b/math/test/mathbench.c
@@ -1,7 +1,7 @@
/*
* Microbenchmark for math functions.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/mathtest.c b/math/test/mathtest.c
index 2ff8c3f..3108967 100644
--- a/math/test/mathtest.c
+++ b/math/test/mathtest.c
@@ -1,7 +1,7 @@
/*
* mathtest.c - test rig for mathlib
*
- * Copyright (c) 1998-2018, Arm Limited.
+ * Copyright (c) 1998-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/dotest.c b/math/test/rtest/dotest.c
index f416477..6be79e1 100644
--- a/math/test/rtest/dotest.c
+++ b/math/test/rtest/dotest.c
@@ -1,7 +1,7 @@
/*
* dotest.c - actually generate mathlib test cases
*
- * Copyright (c) 1999-2018, Arm Limited.
+ * Copyright (c) 1999-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/intern.h b/math/test/rtest/intern.h
index af574b0..12a9c74 100644
--- a/math/test/rtest/intern.h
+++ b/math/test/rtest/intern.h
@@ -1,7 +1,7 @@
/*
* intern.h
*
- * Copyright (c) 1999-2018, Arm Limited.
+ * Copyright (c) 1999-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/main.c b/math/test/rtest/main.c
index e94e455..0d8ead8 100644
--- a/math/test/rtest/main.c
+++ b/math/test/rtest/main.c
@@ -1,7 +1,7 @@
/*
* main.c
*
- * Copyright (c) 1999-2018, Arm Limited.
+ * Copyright (c) 1999-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/random.c b/math/test/rtest/random.c
index e97a8c6..5612396 100644
--- a/math/test/rtest/random.c
+++ b/math/test/rtest/random.c
@@ -1,7 +1,7 @@
/*
* random.c - random number generator for producing mathlib test cases
*
- * Copyright (c) 1998-2018, Arm Limited.
+ * Copyright (c) 1998-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/random.h b/math/test/rtest/random.h
index c1ce956..b4b22df 100644
--- a/math/test/rtest/random.h
+++ b/math/test/rtest/random.h
@@ -1,7 +1,7 @@
/*
* random.h - header for random.c
*
- * Copyright (c) 2009-2018, Arm Limited.
+ * Copyright (c) 2009-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/semi.c b/math/test/rtest/semi.c
index 938dc3a..c9f0daf 100644
--- a/math/test/rtest/semi.c
+++ b/math/test/rtest/semi.c
@@ -1,7 +1,7 @@
/*
* semi.c: test implementations of mathlib seminumerical functions
*
- * Copyright (c) 1999-2018, Arm Limited.
+ * Copyright (c) 1999-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/semi.h b/math/test/rtest/semi.h
index da473a2..17dc415 100644
--- a/math/test/rtest/semi.h
+++ b/math/test/rtest/semi.h
@@ -1,7 +1,7 @@
/*
* semi.h: header for semi.c
*
- * Copyright (c) 1999-2018, Arm Limited.
+ * Copyright (c) 1999-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/types.h b/math/test/rtest/types.h
index 1a76c2e..53cd557 100644
--- a/math/test/rtest/types.h
+++ b/math/test/rtest/types.h
@@ -1,7 +1,7 @@
/*
* types.h
*
- * Copyright (c) 2005-2018, Arm Limited.
+ * Copyright (c) 2005-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/wrappers.c b/math/test/rtest/wrappers.c
index acaf671..de45ac5 100644
--- a/math/test/rtest/wrappers.c
+++ b/math/test/rtest/wrappers.c
@@ -1,7 +1,7 @@
/*
* wrappers.c - wrappers to modify output of MPFR/MPC test functions
*
- * Copyright (c) 2014-2018, Arm Limited.
+ * Copyright (c) 2014-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/rtest/wrappers.h b/math/test/rtest/wrappers.h
index 5804935..7b09c85 100644
--- a/math/test/rtest/wrappers.h
+++ b/math/test/rtest/wrappers.h
@@ -1,7 +1,7 @@
/*
* wrappers.h - wrappers to modify output of MPFR/MPC test functions
*
- * Copyright (c) 2014-2018, Arm Limited.
+ * Copyright (c) 2014-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/test/runulp.sh b/math/test/runulp.sh
index 1d87a81..0190d9a 100755
--- a/math/test/runulp.sh
+++ b/math/test/runulp.sh
@@ -2,7 +2,7 @@
# ULP error check script.
#
-# Copyright (c) 2019, Arm Limited.
+# Copyright (c) 2019-2020, Arm Limited.
# SPDX-License-Identifier: MIT
#set -x
diff --git a/math/test/testcases/directed/cosf.tst b/math/test/testcases/directed/cosf.tst
index 5dc0994..7916044 100644
--- a/math/test/testcases/directed/cosf.tst
+++ b/math/test/testcases/directed/cosf.tst
@@ -1,6 +1,6 @@
; cosf.tst - Directed test cases for SP cosine
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=cosf op1=7fc00001 result=7fc00001 errno=0
diff --git a/math/test/testcases/directed/exp.tst b/math/test/testcases/directed/exp.tst
index addfc0a..85d556c 100644
--- a/math/test/testcases/directed/exp.tst
+++ b/math/test/testcases/directed/exp.tst
@@ -1,6 +1,6 @@
; Directed test cases for exp
;
-; Copyright (c) 2018, Arm Limited.
+; Copyright (c) 2018-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=exp op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/math/test/testcases/directed/exp2.tst b/math/test/testcases/directed/exp2.tst
index 04a5a50..fa56c9f 100644
--- a/math/test/testcases/directed/exp2.tst
+++ b/math/test/testcases/directed/exp2.tst
@@ -1,6 +1,6 @@
; Directed test cases for exp2
;
-; Copyright (c) 2018, Arm Limited.
+; Copyright (c) 2018-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=exp2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/math/test/testcases/directed/exp2f.tst b/math/test/testcases/directed/exp2f.tst
index 2b6a9b5..38cfc3f 100644
--- a/math/test/testcases/directed/exp2f.tst
+++ b/math/test/testcases/directed/exp2f.tst
@@ -1,6 +1,6 @@
; exp2f.tst - Directed test cases for exp2f
;
-; Copyright (c) 2017-2018, Arm Limited.
+; Copyright (c) 2017-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=exp2f op1=7fc00001 result=7fc00001 errno=0
diff --git a/math/test/testcases/directed/expf.tst b/math/test/testcases/directed/expf.tst
index 74664c7..ff0f671 100644
--- a/math/test/testcases/directed/expf.tst
+++ b/math/test/testcases/directed/expf.tst
@@ -1,6 +1,6 @@
; expf.tst - Directed test cases for expf
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=expf op1=7fc00001 result=7fc00001 errno=0
diff --git a/math/test/testcases/directed/log.tst b/math/test/testcases/directed/log.tst
index eeb762c..a0aa398 100644
--- a/math/test/testcases/directed/log.tst
+++ b/math/test/testcases/directed/log.tst
@@ -1,6 +1,6 @@
; Directed test cases for log
;
-; Copyright (c) 2018, Arm Limited.
+; Copyright (c) 2018-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=log op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/math/test/testcases/directed/log2.tst b/math/test/testcases/directed/log2.tst
index e0765d8..ff1286c 100644
--- a/math/test/testcases/directed/log2.tst
+++ b/math/test/testcases/directed/log2.tst
@@ -1,6 +1,6 @@
; Directed test cases for log2
;
-; Copyright (c) 2018, Arm Limited.
+; Copyright (c) 2018-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=log2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/math/test/testcases/directed/log2f.tst b/math/test/testcases/directed/log2f.tst
index 8d685ba..5832c4f 100644
--- a/math/test/testcases/directed/log2f.tst
+++ b/math/test/testcases/directed/log2f.tst
@@ -1,6 +1,6 @@
; log2f.tst - Directed test cases for log2f
;
-; Copyright (c) 2017-2018, Arm Limited.
+; Copyright (c) 2017-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=log2f op1=7fc00001 result=7fc00001 errno=0
diff --git a/math/test/testcases/directed/logf.tst b/math/test/testcases/directed/logf.tst
index 7ccc873..6e68a36 100644
--- a/math/test/testcases/directed/logf.tst
+++ b/math/test/testcases/directed/logf.tst
@@ -1,6 +1,6 @@
; logf.tst - Directed test cases for logf
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=logf op1=7fc00001 result=7fc00001 errno=0
diff --git a/math/test/testcases/directed/pow.tst b/math/test/testcases/directed/pow.tst
index a4c42be..1966581 100644
--- a/math/test/testcases/directed/pow.tst
+++ b/math/test/testcases/directed/pow.tst
@@ -1,6 +1,6 @@
; Directed test cases for pow
;
-; Copyright (c) 2018, Arm Limited.
+; Copyright (c) 2018-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=pow op1=00000000.00000000 op2=00000000.00000000 result=3ff00000.00000000 errno=0
diff --git a/math/test/testcases/directed/powf.tst b/math/test/testcases/directed/powf.tst
index efd1dd5..3fa8b11 100644
--- a/math/test/testcases/directed/powf.tst
+++ b/math/test/testcases/directed/powf.tst
@@ -1,6 +1,6 @@
; powf.tst - Directed test cases for powf
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
func=powf op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i
diff --git a/math/test/testcases/directed/sincosf.tst b/math/test/testcases/directed/sincosf.tst
index b4b2526..4b33d22 100644
--- a/math/test/testcases/directed/sincosf.tst
+++ b/math/test/testcases/directed/sincosf.tst
@@ -1,6 +1,6 @@
; Directed test cases for SP sincos
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
diff --git a/math/test/testcases/directed/sinf.tst b/math/test/testcases/directed/sinf.tst
index 13cfdca..ded80b1 100644
--- a/math/test/testcases/directed/sinf.tst
+++ b/math/test/testcases/directed/sinf.tst
@@ -1,6 +1,6 @@
; sinf.tst - Directed test cases for SP sine
;
-; Copyright (c) 2007-2018, Arm Limited.
+; Copyright (c) 2007-2019, Arm Limited.
; SPDX-License-Identifier: MIT
diff --git a/math/test/testcases/random/double.tst b/math/test/testcases/random/double.tst
index c37e837..c24ff80 100644
--- a/math/test/testcases/random/double.tst
+++ b/math/test/testcases/random/double.tst
@@ -1,6 +1,6 @@
!! double.tst - Random test case specification for DP functions
!!
-!! Copyright (c) 1999-2018, Arm Limited.
+!! Copyright (c) 1999-2019, Arm Limited.
!! SPDX-License-Identifier: MIT
test exp 10000
diff --git a/math/test/testcases/random/float.tst b/math/test/testcases/random/float.tst
index baf62b9..d02a227 100644
--- a/math/test/testcases/random/float.tst
+++ b/math/test/testcases/random/float.tst
@@ -1,6 +1,6 @@
!! single.tst - Random test case specification for SP functions
!!
-!! Copyright (c) 1999-2018, Arm Limited.
+!! Copyright (c) 1999-2019, Arm Limited.
!! SPDX-License-Identifier: MIT
test sinf 10000
diff --git a/math/test/ulp.c b/math/test/ulp.c
index 05a5321..51479b8 100644
--- a/math/test/ulp.c
+++ b/math/test/ulp.c
@@ -1,7 +1,7 @@
/*
* ULP error checking tool for math functions.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/math/tools/remez.jl b/math/tools/remez.jl
index f479fc5..2ff436f 100755
--- a/math/tools/remez.jl
+++ b/math/tools/remez.jl
@@ -3,7 +3,7 @@
# remez.jl - implementation of the Remez algorithm for polynomial approximation
#
-# Copyright (c) 2015-2018, Arm Limited.
+# Copyright (c) 2015-2019, Arm Limited.
# SPDX-License-Identifier: MIT
import Base.\
diff --git a/math/v_math.h b/math/v_math.h
index 3db22e5..f2cc467 100644
--- a/math/v_math.h
+++ b/math/v_math.h
@@ -1,7 +1,7 @@
/*
* Vector math abstractions.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/Dir.mk b/string/Dir.mk
index 7e67706..cf3453f 100644
--- a/string/Dir.mk
+++ b/string/Dir.mk
@@ -1,6 +1,6 @@
# Makefile fragment - requires GNU make
#
-# Copyright (c) 2019-2020, Arm Limited.
+# Copyright (c) 2019-2021, Arm Limited.
# SPDX-License-Identifier: MIT
S := $(srcdir)/string
diff --git a/string/aarch64/memchr-sve.S b/string/aarch64/memchr-sve.S
index 8fe48b3..c22e659 100644
--- a/string/aarch64/memchr-sve.S
+++ b/string/aarch64/memchr-sve.S
@@ -1,7 +1,7 @@
/*
* memchr - find a character in a memory zone
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/memchr.S b/string/aarch64/memchr.S
index 4197d19..353f0d1 100644
--- a/string/aarch64/memchr.S
+++ b/string/aarch64/memchr.S
@@ -1,7 +1,7 @@
/*
* memchr - find a character in a memory zone
*
- * Copyright (c) 2014-2019, Arm Limited.
+ * Copyright (c) 2014-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/memcmp-sve.S b/string/aarch64/memcmp-sve.S
index 6445a80..78c5eca 100644
--- a/string/aarch64/memcmp-sve.S
+++ b/string/aarch64/memcmp-sve.S
@@ -1,7 +1,7 @@
/*
* memcmp - compare memory
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/memcmp.S b/string/aarch64/memcmp.S
index 84545e9..3b10266 100644
--- a/string/aarch64/memcmp.S
+++ b/string/aarch64/memcmp.S
@@ -1,6 +1,6 @@
/* memcmp - compare memory
*
- * Copyright (c) 2013, Arm Limited.
+ * Copyright (c) 2013-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/memset.S b/string/aarch64/memset.S
index 181cd63..9fcd975 100644
--- a/string/aarch64/memset.S
+++ b/string/aarch64/memset.S
@@ -1,7 +1,7 @@
/*
* memset - fill memory with a constant byte
*
- * Copyright (c) 2012-2020, Arm Limited.
+ * Copyright (c) 2012-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strchr-sve.S b/string/aarch64/strchr-sve.S
index 1f051da..13ba9f4 100644
--- a/string/aarch64/strchr-sve.S
+++ b/string/aarch64/strchr-sve.S
@@ -1,7 +1,7 @@
/*
* strchr/strchrnul - find a character in a string
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strchr.S b/string/aarch64/strchr.S
index aaba30d..1063cbf 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-2019, Arm Limited.
+ * Copyright (c) 2014-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strchrnul-sve.S b/string/aarch64/strchrnul-sve.S
index 5140e59..428ff1a 100644
--- a/string/aarch64/strchrnul-sve.S
+++ b/string/aarch64/strchrnul-sve.S
@@ -1,7 +1,7 @@
/*
* strchrnul - find a character or nul in a string
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strchrnul.S b/string/aarch64/strchrnul.S
index d459e7c..a4230d9 100644
--- a/string/aarch64/strchrnul.S
+++ b/string/aarch64/strchrnul.S
@@ -1,7 +1,7 @@
/*
* strchrnul - find a character or nul in a string
*
- * Copyright (c) 2014-2019, Arm Limited.
+ * Copyright (c) 2014-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strcmp-sve.S b/string/aarch64/strcmp-sve.S
index 593e254..e6d2da5 100644
--- a/string/aarch64/strcmp-sve.S
+++ b/string/aarch64/strcmp-sve.S
@@ -1,7 +1,7 @@
/*
* __strcmp_aarch64_sve - compare two strings
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strcpy-sve.S b/string/aarch64/strcpy-sve.S
index 30e9eca..f515462 100644
--- a/string/aarch64/strcpy-sve.S
+++ b/string/aarch64/strcpy-sve.S
@@ -1,7 +1,7 @@
/*
* strcpy/stpcpy - copy a string returning pointer to start/end.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strcpy.S b/string/aarch64/strcpy.S
index 2668b67..6e9ed42 100644
--- a/string/aarch64/strcpy.S
+++ b/string/aarch64/strcpy.S
@@ -1,7 +1,7 @@
/*
* strcpy/stpcpy - copy a string returning pointer to start/end.
*
- * Copyright (c) 2013-2019, Arm Limited.
+ * Copyright (c) 2013-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strlen-sve.S b/string/aarch64/strlen-sve.S
index ae96fbb..2392493 100644
--- a/string/aarch64/strlen-sve.S
+++ b/string/aarch64/strlen-sve.S
@@ -1,7 +1,7 @@
/*
* __strlen_aarch64_sve - compute the length of a string
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strncmp-mte.S b/string/aarch64/strncmp-mte.S
index d296724..c9d6fc8 100644
--- a/string/aarch64/strncmp-mte.S
+++ b/string/aarch64/strncmp-mte.S
@@ -1,7 +1,7 @@
/*
* strncmp - compare two strings
*
- * Copyright (c) 2013-2020, Arm Limited.
+ * Copyright (c) 2013-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strncmp-sve.S b/string/aarch64/strncmp-sve.S
index 80e25eb..234190e 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, Arm Limited.
+ * Copyright (c) 2018-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strncmp.S b/string/aarch64/strncmp.S
index d3a2b81..738b653 100644
--- a/string/aarch64/strncmp.S
+++ b/string/aarch64/strncmp.S
@@ -1,7 +1,7 @@
/*
* strncmp - compare two strings
*
- * Copyright (c) 2013, Arm Limited.
+ * Copyright (c) 2013-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strnlen-sve.S b/string/aarch64/strnlen-sve.S
index aec9df2..5b9ebf7 100644
--- a/string/aarch64/strnlen-sve.S
+++ b/string/aarch64/strnlen-sve.S
@@ -1,7 +1,7 @@
/*
* strnlen - calculate the length of a string with limit.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/aarch64/strrchr-sve.S b/string/aarch64/strrchr-sve.S
index 7640b38..d36d69a 100644
--- a/string/aarch64/strrchr-sve.S
+++ b/string/aarch64/strrchr-sve.S
@@ -1,7 +1,7 @@
/*
* strrchr - find the last of a character in a string
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/memchr.S b/string/arm/memchr.S
index b3ceb4f..3f1ac4d 100644
--- a/string/arm/memchr.S
+++ b/string/arm/memchr.S
@@ -1,7 +1,7 @@
/*
* memchr - scan memory for a character
*
- * Copyright (c) 2010, Arm Limited.
+ * Copyright (c) 2010-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/memcpy.S b/string/arm/memcpy.S
index 4a34142..86e6493 100644
--- a/string/arm/memcpy.S
+++ b/string/arm/memcpy.S
@@ -1,7 +1,7 @@
/*
* memcpy - copy memory area
*
- * Copyright (c) 2013, Arm Limited.
+ * Copyright (c) 2013-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/memset.S b/string/arm/memset.S
index 0a60ae0..11e9273 100644
--- a/string/arm/memset.S
+++ b/string/arm/memset.S
@@ -1,7 +1,7 @@
/*
* memset - fill memory with a constant
*
- * Copyright (c) 2010, Arm Limited.
+ * Copyright (c) 2010-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/strcmp-armv6m.S b/string/arm/strcmp-armv6m.S
index 3e54519..b75d414 100644
--- a/string/arm/strcmp-armv6m.S
+++ b/string/arm/strcmp-armv6m.S
@@ -1,7 +1,7 @@
/*
* strcmp for ARMv6-M (optimized for performance, not size)
*
- * Copyright (c) 2014-2019, Arm Limited.
+ * Copyright (c) 2014-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/strcmp.S b/string/arm/strcmp.S
index 171e279..51443e3 100644
--- a/string/arm/strcmp.S
+++ b/string/arm/strcmp.S
@@ -1,7 +1,7 @@
/*
* strcmp for ARMv7
*
- * Copyright (c) 2012-2019, Arm Limited.
+ * Copyright (c) 2012-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/strcpy.c b/string/arm/strcpy.c
index 2d8834b..02cf94f 100644
--- a/string/arm/strcpy.c
+++ b/string/arm/strcpy.c
@@ -1,7 +1,7 @@
/*
* strcpy
*
- * Copyright (c) 2008-2019, Arm Limited.
+ * Copyright (c) 2008-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/arm/strlen-armv6t2.S b/string/arm/strlen-armv6t2.S
index c50de9b..5ad30c9 100644
--- a/string/arm/strlen-armv6t2.S
+++ b/string/arm/strlen-armv6t2.S
@@ -1,7 +1,7 @@
/*
* strlen - calculate the length of a string
*
- * Copyright (c) 2010, Arm Limited.
+ * Copyright (c) 2010-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/asmdefs.h b/string/asmdefs.h
index 35874e9..340b427 100644
--- a/string/asmdefs.h
+++ b/string/asmdefs.h
@@ -1,7 +1,7 @@
/*
* Macros for asm code.
*
- * Copyright (c) 2019, Arm Limited.
+ * Copyright (c) 2019-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/
diff --git a/string/include/stringlib.h b/string/include/stringlib.h
index bc28c84..378c3cd 100644
--- a/string/include/stringlib.h
+++ b/string/include/stringlib.h
@@ -1,7 +1,7 @@
/*
* Public API.
*
- * Copyright (c) 2019-2020, Arm Limited.
+ * Copyright (c) 2019-2021, Arm Limited.
* SPDX-License-Identifier: MIT
*/
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
*/