aboutsummaryrefslogtreecommitdiff
path: root/math/log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/log2.c')
-rw-r--r--math/log2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/log2.c b/math/log2.c
index 55102b7..3f9c21b 100644
--- a/math/log2.c
+++ b/math/log2.c
@@ -2,7 +2,7 @@
* Double-precision log2(x) function.
*
* Copyright (c) 2018-2019, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include <float.h>