aboutsummaryrefslogtreecommitdiff
path: root/math/v_expf.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 10:32:35 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 11:04:00 +0000
commit189dfefe37d54c5b9d2a8bb2039091a638c691e1 (patch)
tree7fab830c522c1a95d4262807677f98d2ea6c4f7c /math/v_expf.c
parent89ca9c3629eb6a62c28918db929a6fe80b141825 (diff)
downloadarm-optimized-routines-189dfefe37d54c5b9d2a8bb2039091a638c691e1.tar.gz
Update lincense to MIT OR Apache-2.0 WITH LLVM-exception
The outgoing license was MIT only. The new dual license allows using the code under Apache-2.0 WITH LLVM-exception license too.
Diffstat (limited to 'math/v_expf.c')
-rw-r--r--math/v_expf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/v_expf.c b/math/v_expf.c
index d403e00..2707ebc 100644
--- a/math/v_expf.c
+++ b/math/v_expf.c
@@ -2,7 +2,7 @@
* Single-precision vector e^x function.
*
* Copyright (c) 2019, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "mathlib.h"