Skip to content

Commit c339c46

Browse files
authored
Add SPDX headers for file.license_id (beman-tidy) (#15)
1 parent 79a7228 commit c339c46

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
name: Lint Check (pre-commit)
23

34
on:

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md033.md
23
# Disable inline html linter is needed for <details> <summary>
34
MD033: false

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
# See https://pre-commit.com for more information
23
# See https://pre-commit.com/hooks.html for more hooks
34
repos:

cmake/beman.bounds_test-config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
include(${CMAKE_CURRENT_LIST_DIR}/beman.bounds_test-targets.cmake)
23
include(${CMAKE_CURRENT_LIST_DIR}/check_plat.cmake)
34

cmake/bootstrap_vcpkg.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
option(BEMAN_BOUNDS_TEST_BOOTSTRAP_VCPKG "Bootstrap vcpkg if no other toolchain exists" OFF)
23

34
if(BEMAN_BOUNDS_TEST_BOOTSTRAP_VCPKG AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)

cmake/check_plat.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
function(check_plat HAS_GNU_VAR HAS_MSVC_VAR)
23
include(CheckSourceCompiles)
34
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)

include/beman/bounds_test/plat/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12
check_plat(HAS_GNU_OVERFLOW HAS_MSVC_OVERFLOW)
23

34
if(HAS_GNU_OVERFLOW)

0 commit comments

Comments
 (0)