From 52d48b9ea39a990295fdaf53dea492637051bd10 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 28 Oct 2024 00:02:20 -0600 Subject: s/Licence/License/g --- libcr/CMakeLists.txt | 2 +- libcr/coroutine.c | 2 +- libcr/include/libcr/coroutine.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libcr') diff --git a/libcr/CMakeLists.txt b/libcr/CMakeLists.txt index 92a290a..ae7c8fe 100644 --- a/libcr/CMakeLists.txt +++ b/libcr/CMakeLists.txt @@ -1,7 +1,7 @@ # libcr/CMakeLists.txt - TODO # # Copyright (C) 2024 Luke T. Shumaker -# SPDX-Licence-Identifier: AGPL-3.0-or-later +# SPDX-License-Identifier: AGPL-3.0-or-later add_library(libcr INTERFACE) target_include_directories(libcr SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include) diff --git a/libcr/coroutine.c b/libcr/coroutine.c index e080644..41d987e 100644 --- a/libcr/coroutine.c +++ b/libcr/coroutine.c @@ -1,7 +1,7 @@ /* libcr/coroutine.c - Simple embeddable coroutine implementation * * Copyright (C) 2024 Luke T. Shumaker - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/libcr/include/libcr/coroutine.h b/libcr/include/libcr/coroutine.h index 6edc4df..368974f 100644 --- a/libcr/include/libcr/coroutine.h +++ b/libcr/include/libcr/coroutine.h @@ -1,7 +1,7 @@ /* libcr/coroutine.h - Simple embeddable coroutine implementation * * Copyright (C) 2024 Luke T. Shumaker - * SPDX-Licence-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later */ /** -- cgit v1.2.3-2-g168b