Skip to content

Commit

Permalink
Fix broken license info for BSD-2 licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Jan 3, 2024
1 parent 62e10a0 commit 3ad45f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindClang.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#=============================================================================
# SPDX-FileCopyrightText: 2014-2015 Kevin Funk <[email protected]>
#
# SPDX-License-Identifier: BSD-2-Clause.
# SPDX-License-Identifier: BSD-2-Clause
#=============================================================================

if (${Clang_FIND_REQUIRED})
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#=============================================================================
# SPDX-FileCopyrightText: 2014 Kevin Funk <[email protected]>
#
# SPDX-License-Identifier: BSD-2-Clause.
# SPDX-License-Identifier: BSD-2-Clause
#=============================================================================

if (NOT LLVM_ROOT AND DEFINED ENV{LLVM_ROOT})
Expand Down

0 comments on commit 3ad45f2

Please sign in to comment.