Skip to content

Commit c013701

Browse files
committed
Update copyright years
Scripted copyright year updates based on git committer date.
1 parent 1027756 commit c013701

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

math/exp_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Shared data between exp, exp2 and pow.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2023, Arm Limited.
55
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
66
*/
77

math/test/mathbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Microbenchmark for math functions.
33
*
4-
* Copyright (c) 2018-2022, Arm Limited.
4+
* Copyright (c) 2018-2023, Arm Limited.
55
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
66
*/
77

math/test/mathtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* mathtest.c - test rig for mathlib
33
*
4-
* Copyright (c) 1998-2022, Arm Limited.
4+
* Copyright (c) 1998-2023, Arm Limited.
55
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
66
*/
77

math/tgamma128.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Implementation of the true gamma function (as opposed to lgamma)
33
* for 128-bit long double.
44
*
5-
* Copyright (c) 2006,2009,2023 Arm Limited.
5+
* Copyright (c) 2006-2024, Arm Limited.
66
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
77
*/
88

math/tgamma128.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Polynomial coefficients and other constants for tgamma128.c.
33
*
4-
* Copyright (c) 2006,2009,2023 Arm Limited.
4+
* Copyright (c) 2006-2023, Arm Limited.
55
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
66
*/
77

math/tools/tgamma128_gen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Generate tgamma128.h, containing polynomials and constants used by
44
# tgamma128.c.
55
#
6-
# Copyright (c) 2006,2009,2023 Arm Limited.
6+
# Copyright (c) 2006-2023, Arm Limited.
77
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
88

99
# This Julia program depends on the 'Remez' and 'SpecialFunctions'

pl/math/test/testcases/directed/acos.tst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; acos.tst
22
;
3-
; Copyright 2009-2023, Arm Limited.
3+
; Copyright (c) 2009-2023, Arm Limited.
44
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
55

66
func=acos op1=7ff80000.00000001 result=7ff80000.00000001 errno=0

pl/math/test/testcases/directed/acosf.tst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; acosf.tst
22
;
3-
; Copyright 2009-2023, Arm Limited.
3+
; Copyright (c) 2009-2023, Arm Limited.
44
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
55

66
func=acosf op1=7fc00001 result=7fc00001 errno=0

pl/math/test/testcases/directed/asin.tst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; asin.tst
22
;
3-
; Copyright 2009-2023, Arm Limited.
3+
; Copyright (c) 2009-2023, Arm Limited.
44
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
55

66
func=asin op1=7ff80000.00000001 result=7ff80000.00000001 errno=0

pl/math/test/testcases/directed/asinf.tst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; asinf.tst
22
;
3-
; Copyright 2009-2023, Arm Limited.
3+
; Copyright (c) 2009-2023, Arm Limited.
44
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
55

66
func=asinf op1=7fc00001 result=7fc00001 errno=0

0 commit comments

Comments
 (0)