diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-23 10:58:41 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-23 10:58:41 -0700 |
commit | 53723a43e50863968bb040f5ad4f2f9005bac041 (patch) | |
tree | 7ffd6ab41a2ecf7754d3db0eded4c31257613a48 /libdhcp | |
parent | 19a41387633e53d64d8a0ae69f3d3d3e35641c8d (diff) | |
parent | c2f977be6492fd93b359c97dee9b2968fe56fef6 (diff) |
Merge branch 'lukeshu/docs'
Diffstat (limited to 'libdhcp')
-rw-r--r-- | libdhcp/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdhcp/CMakeLists.txt b/libdhcp/CMakeLists.txt index 2ded1f4..72b0952 100644 --- a/libdhcp/CMakeLists.txt +++ b/libdhcp/CMakeLists.txt @@ -1,6 +1,6 @@ -# libdhcp/CMakeLists.txt - TODO +# libdhcp/CMakeLists.txt - A DHCP client # -# 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(libdhcp INTERFACE) |