File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 8686
8787chmod +x " ${SOURCE_ROOT} /check_license/file-exceptions.sh"
8888
89- FILES=$( $GIT $GIT_COMMAND | ${SOURCE_ROOT} /check_license/file-exceptions.sh | \
90- grep -E -e ' *\.[chs]$' -e ' *\.[ch]pp$' -e ' *\.sh$' -e ' *\.py$' \
91- -e ' TEST*' -e ' Makefile*' -e ' CMakeLists.txt$' -e ' *\.cmake$' \
92- -e ' *\.link$' -e ' *\.map$' -e ' *\.Dockerfile$' -e ' LICENSE$' \
93- -e ' /common.inc$' -e ' /match$' -e ' /check_whitespace$' -e ' /cppstyle$' | \
94- xargs)
89+ FILES=$( $GIT $GIT_COMMAND | ${SOURCE_ROOT} /check_license/file-exceptions.sh)
9590
9691RV=0
9792for file in $FILES ; do
Original file line number Diff line number Diff line change 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'
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 '
Original file line number Diff line number Diff line change 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+
15# Configuration file for the Sphinx documentation builder.
26#
37# This file only contains a selection of the most common options. For a full
Original file line number Diff line number Diff line change 11/*
22 *
3- * Copyright (C) 2023 Intel Corporation
3+ * Copyright (C) 2023-2024 Intel Corporation
44 *
55 * Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
66 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Original file line number Diff line number Diff line change 11/*
22 *
3- * Copyright (C) 2023 Intel Corporation
3+ * Copyright (C) 2023-2024 Intel Corporation
44 *
55 * Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
66 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
You can’t perform that action at this time.
0 commit comments