aboutsummaryrefslogtreecommitdiff
path: root/math/log2.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2018-11-12 11:10:57 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-11-22 16:52:18 +0000
commit11253b0b9d6ba14e5a609ff7436db1079c3f9bb8 (patch)
treeea619b33cae5a486fb22da8bdcfe0bc7d81c3032 /math/log2.c
parente875f40f0b2ad71c5381a431e6d71829770c7ab7 (diff)
downloadarm-optimized-routines-11253b0b9d6ba14e5a609ff7436db1079c3f9bb8.tar.gz
Relicence the project under the MIT License
Diffstat (limited to 'math/log2.c')
-rw-r--r--math/log2.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/math/log2.c b/math/log2.c
index 60c2e44..09c0c59 100644
--- a/math/log2.c
+++ b/math/log2.c
@@ -2,19 +2,7 @@
* Double-precision log2(x) function.
*
* Copyright (c) 2018, Arm Limited.
- * SPDX-License-Identifier: Apache-2.0
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * SPDX-License-Identifier: MIT
*/
#include <math.h>