aboutsummaryrefslogtreecommitdiff
path: root/config.mk.dist
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 /config.mk.dist
parente875f40f0b2ad71c5381a431e6d71829770c7ab7 (diff)
downloadarm-optimized-routines-11253b0b9d6ba14e5a609ff7436db1079c3f9bb8.tar.gz
Relicence the project under the MIT License
Diffstat (limited to 'config.mk.dist')
-rw-r--r--config.mk.dist14
1 files changed, 1 insertions, 13 deletions
diff --git a/config.mk.dist b/config.mk.dist
index d951a93..7cf7393 100644
--- a/config.mk.dist
+++ b/config.mk.dist
@@ -1,19 +1,7 @@
# Example config.mk
#
# 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
HOST_CC = gcc
HOST_CFLAGS = -std=c99 -O2