Skip to content

Commit e823e3a

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+85
-85
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile - requires GNU make
22
#
3-
# Copyright (c) 2018-2019, Arm Limited.
3+
# Copyright (c) 2018-2020, Arm Limited.
44
# SPDX-License-Identifier: MIT
55

66
srcdir = .

config.mk.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example config.mk
22
#
3-
# Copyright (c) 2018-2019, Arm Limited.
3+
# Copyright (c) 2018-2020, Arm Limited.
44
# SPDX-License-Identifier: MIT
55

66
# Subprojects to build

math/cosf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Single-precision cos function.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/exp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Double-precision e^x function.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/exp2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Double-precision 2^x function.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/expf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Single-precision e^x function.
33
*
4-
* Copyright (c) 2017-2018, Arm Limited.
4+
* Copyright (c) 2017-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/include/mathlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Public API.
33
*
4-
* Copyright (c) 2015-2019, Arm Limited.
4+
* Copyright (c) 2015-2020, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Double-precision log(x) function.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/log2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Double-precision log2(x) function.
33
*
4-
* Copyright (c) 2018, Arm Limited.
4+
* Copyright (c) 2018-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

math/logf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Single-precision log function.
33
*
4-
* Copyright (c) 2017-2018, Arm Limited.
4+
* Copyright (c) 2017-2019, Arm Limited.
55
* SPDX-License-Identifier: MIT
66
*/
77

0 commit comments

Comments
 (0)