Skip to content

Commit ae2e801

Browse files
committed
Check license V2.2
1 parent 23a350f commit ae2e801

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Run check-license
5656
run: |
57-
bash ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v
57+
bash ${UMF_CMAKE_SOURCE_DIR}/check_license/check-headers.sh ${UMF_CMAKE_SOURCE_DIR} Apache-2.0 WITH LLVM-exception -v
5858
5959
- name: Run a spell check
6060
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@ else()
174174

175175
add_custom_target(
176176
check-license
177-
COMMAND ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh
178-
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v)
177+
COMMAND ${UMF_CMAKE_SOURCE_DIR}/check_license/check-headers.sh
178+
${UMF_CMAKE_SOURCE_DIR} Apache-2.0 WITH LLVM-exception -v)
179179
add_custom_target(
180180
copyright-format
181-
COMMAND ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh
182-
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -d)
181+
COMMAND ${UMF_CMAKE_SOURCE_DIR}/check_license/check-headers.sh
182+
${UMF_CMAKE_SOURCE_DIR} Apache-2.0 WITH LLVM-exception -d)
183183

184184
add_library(jemalloc INTERFACE)
185185
target_link_libraries(

0 commit comments

Comments
 (0)