diff options
Diffstat (limited to 'libcr')
-rw-r--r-- | libcr/CMakeLists.txt | 4 | ||||
-rw-r--r-- | libcr/tests/test_matrix/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libcr/CMakeLists.txt b/libcr/CMakeLists.txt index 130b018..0a4696c 100644 --- a/libcr/CMakeLists.txt +++ b/libcr/CMakeLists.txt @@ -1,6 +1,6 @@ -# libcr/CMakeLists.txt - TODO +# libcr/CMakeLists.txt - Simple embeddable coroutine implementation # -# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later add_library(libcr INTERFACE) diff --git a/libcr/tests/test_matrix/config.h b/libcr/tests/test_matrix/config.h index 83892df..978b9ac 100644 --- a/libcr/tests/test_matrix/config.h +++ b/libcr/tests/test_matrix/config.h @@ -1,6 +1,6 @@ -/* config.h - TODO +/* config.h - Compile-time configuration for libcr test_matrix * - * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later */ |