diff options
Diffstat (limited to 'src/modules/loadbalance.rs')
-rw-r--r-- | src/modules/loadbalance.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/loadbalance.rs b/src/modules/loadbalance.rs index d1a4a09..8a93e69 100644 --- a/src/modules/loadbalance.rs +++ b/src/modules/loadbalance.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> +*/ //! Load balancing module //! //! Given a set of handlers, the handler that is the least busy will handle the next request. |