diff options
Diffstat (limited to 'src/modules/files.rs')
-rw-r--r-- | src/modules/files.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/files.rs b/src/modules/files.rs index bc458b0..6a00249 100644 --- a/src/modules/files.rs +++ b/src/modules/files.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::return_true, ServiceError}; use bytes::{Bytes, BytesMut}; |