aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2024-01-11 16:21:59 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2024-01-11 16:24:41 +0000
commitc0137013d868422fce51de5e5a2af567ff784b7e (patch)
tree6efa50d43c1dc6ff643457eb3a49d19525a25f32
parent1027756dcc5ac7e0b4f59e70719cff620b29ca51 (diff)
downloadarm-optimized-routines-c0137013d868422fce51de5e5a2af567ff784b7e.tar.gz
Update copyright years
Scripted copyright year updates based on git committer date.
-rw-r--r--math/exp_data.c2
-rw-r--r--math/test/mathbench.c2
-rw-r--r--math/test/mathtest.c2
-rw-r--r--math/tgamma128.c2
-rw-r--r--math/tgamma128.h2
-rw-r--r--math/tools/tgamma128_gen.jl2
-rw-r--r--pl/math/test/testcases/directed/acos.tst2
-rw-r--r--pl/math/test/testcases/directed/acosf.tst2
-rw-r--r--pl/math/test/testcases/directed/asin.tst2
-rw-r--r--pl/math/test/testcases/directed/asinf.tst2
-rw-r--r--string/aarch64/memcpy-advsimd.S2
-rw-r--r--string/bench/memcpy.c2
-rw-r--r--string/include/stringlib.h2
-rw-r--r--string/test/memcpy.c2
-rw-r--r--string/test/memmove.c2
-rw-r--r--string/test/memset.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/math/exp_data.c b/math/exp_data.c
index 9df4e0b..c20b1b2 100644
--- a/math/exp_data.c
+++ b/math/exp_data.c
@@ -1,7 +1,7 @@
/*
* Shared data between exp, exp2 and pow.
*
- * Copyright (c) 2018, Arm Limited.
+ * Copyright (c) 2018-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/math/test/mathbench.c b/math/test/mathbench.c
index b2711e5..ed7e89b 100644
--- a/math/test/mathbench.c
+++ b/math/test/mathbench.c
@@ -1,7 +1,7 @@
/*
* Microbenchmark for math functions.
*
- * Copyright (c) 2018-2022, Arm Limited.
+ * Copyright (c) 2018-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/math/test/mathtest.c b/math/test/mathtest.c
index cedccfd..834233f 100644
--- a/math/test/mathtest.c
+++ b/math/test/mathtest.c
@@ -1,7 +1,7 @@
/*
* mathtest.c - test rig for mathlib
*
- * Copyright (c) 1998-2022, Arm Limited.
+ * Copyright (c) 1998-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/math/tgamma128.c b/math/tgamma128.c
index 6cb5909..65deacc 100644
--- a/math/tgamma128.c
+++ b/math/tgamma128.c
@@ -2,7 +2,7 @@
* Implementation of the true gamma function (as opposed to lgamma)
* for 128-bit long double.
*
- * Copyright (c) 2006,2009,2023 Arm Limited.
+ * Copyright (c) 2006-2024, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/math/tgamma128.h b/math/tgamma128.h
index ced10c3..90875a2 100644
--- a/math/tgamma128.h
+++ b/math/tgamma128.h
@@ -1,7 +1,7 @@
/*
* Polynomial coefficients and other constants for tgamma128.c.
*
- * Copyright (c) 2006,2009,2023 Arm Limited.
+ * Copyright (c) 2006-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/math/tools/tgamma128_gen.jl b/math/tools/tgamma128_gen.jl
index da76e8b..ecec174 100644
--- a/math/tools/tgamma128_gen.jl
+++ b/math/tools/tgamma128_gen.jl
@@ -3,7 +3,7 @@
# Generate tgamma128.h, containing polynomials and constants used by
# tgamma128.c.
#
-# Copyright (c) 2006,2009,2023 Arm Limited.
+# Copyright (c) 2006-2023, Arm Limited.
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
# This Julia program depends on the 'Remez' and 'SpecialFunctions'
diff --git a/pl/math/test/testcases/directed/acos.tst b/pl/math/test/testcases/directed/acos.tst
index 98bf4cb..a73dcd2 100644
--- a/pl/math/test/testcases/directed/acos.tst
+++ b/pl/math/test/testcases/directed/acos.tst
@@ -1,6 +1,6 @@
; acos.tst
;
-; Copyright 2009-2023, Arm Limited.
+; Copyright (c) 2009-2023, Arm Limited.
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
func=acos op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/pl/math/test/testcases/directed/acosf.tst b/pl/math/test/testcases/directed/acosf.tst
index ccdde99..9e453e3 100644
--- a/pl/math/test/testcases/directed/acosf.tst
+++ b/pl/math/test/testcases/directed/acosf.tst
@@ -1,6 +1,6 @@
; acosf.tst
;
-; Copyright 2009-2023, Arm Limited.
+; Copyright (c) 2009-2023, Arm Limited.
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
func=acosf op1=7fc00001 result=7fc00001 errno=0
diff --git a/pl/math/test/testcases/directed/asin.tst b/pl/math/test/testcases/directed/asin.tst
index 4fb981c..6180d78 100644
--- a/pl/math/test/testcases/directed/asin.tst
+++ b/pl/math/test/testcases/directed/asin.tst
@@ -1,6 +1,6 @@
; asin.tst
;
-; Copyright 2009-2023, Arm Limited.
+; Copyright (c) 2009-2023, Arm Limited.
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
func=asin op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
diff --git a/pl/math/test/testcases/directed/asinf.tst b/pl/math/test/testcases/directed/asinf.tst
index 585381d..a85b259 100644
--- a/pl/math/test/testcases/directed/asinf.tst
+++ b/pl/math/test/testcases/directed/asinf.tst
@@ -1,6 +1,6 @@
; asinf.tst
;
-; Copyright 2009-2023, Arm Limited.
+; Copyright (c) 2009-2023, Arm Limited.
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
func=asinf op1=7fc00001 result=7fc00001 errno=0
diff --git a/string/aarch64/memcpy-advsimd.S b/string/aarch64/memcpy-advsimd.S
index 2f8d195..9d3027d 100644
--- a/string/aarch64/memcpy-advsimd.S
+++ b/string/aarch64/memcpy-advsimd.S
@@ -1,7 +1,7 @@
/*
* memcpy - copy memory area
*
- * Copyright (c) 2019-2022, Arm Limited.
+ * Copyright (c) 2019-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/bench/memcpy.c b/string/bench/memcpy.c
index e070be5..b628f9b 100644
--- a/string/bench/memcpy.c
+++ b/string/bench/memcpy.c
@@ -1,7 +1,7 @@
/*
* memcpy benchmark.
*
- * Copyright (c) 2020-2022, Arm Limited.
+ * Copyright (c) 2020-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/include/stringlib.h b/string/include/stringlib.h
index 650c52c..01da7eb 100644
--- a/string/include/stringlib.h
+++ b/string/include/stringlib.h
@@ -1,7 +1,7 @@
/*
* Public API.
*
- * Copyright (c) 2019-2022, Arm Limited.
+ * Copyright (c) 2019-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/test/memcpy.c b/string/test/memcpy.c
index 0c2c75a..dc95844 100644
--- a/string/test/memcpy.c
+++ b/string/test/memcpy.c
@@ -1,7 +1,7 @@
/*
* memcpy test.
*
- * Copyright (c) 2019-2022, Arm Limited.
+ * Copyright (c) 2019-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/test/memmove.c b/string/test/memmove.c
index a5149d7..b85dd1e 100644
--- a/string/test/memmove.c
+++ b/string/test/memmove.c
@@ -1,7 +1,7 @@
/*
* memmove test.
*
- * Copyright (c) 2019-2022, Arm Limited.
+ * Copyright (c) 2019-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/test/memset.c b/string/test/memset.c
index 3489e29..7d09c26 100644
--- a/string/test/memset.c
+++ b/string/test/memset.c
@@ -1,7 +1,7 @@
/*
* memset test.
*
- * Copyright (c) 2019-2020, Arm Limited.
+ * Copyright (c) 2019-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/