aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2023-03-20 15:31:43 +0000
committerFredrik Svedberg <fredrik.svedberg@arm.com>2023-05-03 12:22:49 +0000
commit50550d60121a3ca39b086d643163e7c74ccee837 (patch)
tree1ee1ce230e9c85027198384f771a0120aeaeaf77 /.pre-commit-config.yaml
parent5442544db57830189d26c58e3f570a7fa53662e9 (diff)
downloadethos-u-vela-50550d60121a3ca39b086d643163e7c74ccee837.tar.gz
MLBEDSW-7271: Add license headers to md files
Add license headers to md files and to .pre-commit-config.yaml Change-Id: Idcca39063217744f0cc52499e2486991c0734668 Signed-off-by: Raul Farkas <raul.farkas@arm.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 468fa353..4f60e96b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,3 +1,19 @@
+# SPDX-FileCopyrightText: Copyright 2020-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+
+# 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
+
+# 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.
+
exclude: '^ethosu/vela/(tflite|ethos_u55_regs|tosa)/'
repos:
- repo: https://github.com/pre-commit/mirrors-mypy