aboutsummaryrefslogtreecommitdiff
path: root/math/tools/v_log.sollya
diff options
context:
space:
mode:
Diffstat (limited to 'math/tools/v_log.sollya')
-rw-r--r--math/tools/v_log.sollya2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tools/v_log.sollya b/math/tools/v_log.sollya
index cc3d2c4..d982524 100644
--- a/math/tools/v_log.sollya
+++ b/math/tools/v_log.sollya
@@ -1,7 +1,7 @@
// polynomial used for __v_log(x)
//
// Copyright (c) 2019, Arm Limited.
-// SPDX-License-Identifier: MIT
+// SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
deg = 6; // poly degree
a = -0x1.fc1p-9;