Skip to content

Commit d4edc2f

Browse files
committed
Added more exception files V2
1 parent d8640c9 commit d4edc2f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

check_license/file-exceptions.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
# You can add an exception file
7-
grep -v -E -e '\src\uthash' -e 'benchmark/ubench.h' -e 'include/umf/proxy_lib_new_delete.h' -e 'scripts/docs_config/conf.py' -e 'src/uthash/utlist.h'
7+
grep -v -E -e '\src\uthash' \
8+
-e 'benchmark/ubench.h' \
9+
-e 'include/umf/proxy_lib_new_delete.h' \
10+
-e 'scripts/docs_config/conf.py' \
11+
-e 'src/uthash/utlist.h' \
12+
-e '\.md$' \
13+
-e '\.clang-format$' \
14+
-e '\.cmake-format$' \
15+
-e 'CODEOWNERS$' \
16+
-e '\.ym$'

scripts/docs_config/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Copyright (C) 2023-2024 Intel Corporation
2-
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3-
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
51
# Configuration file for the Sphinx documentation builder.
62
#
73
# This file only contains a selection of the most common options. For a full

0 commit comments

Comments
 (0)