summaryrefslogtreecommitdiff
path: root/src/modules/headers.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-23 00:09:30 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-23 00:09:30 +0100
commit50fb488baa7e7a54a6e8aadc71a5314c25bf0355 (patch)
tree228a6b9fb767a4009e22cca6652edf9e0ea52df8 /src/modules/headers.rs
parent1d5640c009dd993969c9aba749ecbbd2efe1b634 (diff)
downloadgnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar
gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.bz2
gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.zst
license notices everywhere
Diffstat (limited to 'src/modules/headers.rs')
-rw-r--r--src/modules/headers.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/headers.rs b/src/modules/headers.rs
index 906d816..3d0a238 100644
--- a/src/modules/headers.rs
+++ b/src/modules/headers.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;