diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-23 00:09:30 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-23 00:09:30 +0100 |
commit | 50fb488baa7e7a54a6e8aadc71a5314c25bf0355 (patch) | |
tree | 228a6b9fb767a4009e22cca6652edf9e0ea52df8 /src/modules/inspect.rs | |
parent | 1d5640c009dd993969c9aba749ecbbd2efe1b634 (diff) | |
download | gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.bz2 gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.zst |
license notices everywhere
Diffstat (limited to 'src/modules/inspect.rs')
-rw-r--r-- | src/modules/inspect.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/inspect.rs b/src/modules/inspect.rs index a31e3e3..c9b3abc 100644 --- a/src/modules/inspect.rs +++ b/src/modules/inspect.rs @@ -1,3 +1,8 @@ +/* + This file is part of gnix (https://codeberg.org/metamuffin/gnix) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2025 metamuffin <metamuffin.org> +*/ use super::{Node, NodeContext, NodeKind, NodeRequest, NodeResponse}; use crate::{config::DynNode, error::ServiceError}; use anyhow::Result; |