diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-28 00:02:20 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-28 00:02:20 -0600 |
commit | 52d48b9ea39a990295fdaf53dea492637051bd10 (patch) | |
tree | 0833f14d08c26443a94a9a33ce934389c568896b /libcr_ipc/CMakeLists.txt | |
parent | 88adb90f5e805bea27e619fd5209ef58dbff6fd1 (diff) |
s/Licence/License/g
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 509e5a6..d44203e 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -1,7 +1,7 @@ # libcr_ipc/CMakeLists.txt - TODO # # Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> -# SPDX-Licence-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: AGPL-3.0-or-later add_library(libcr_ipc INTERFACE) target_include_directories(libcr_ipc SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include) |