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/loadbalance.rs | |
parent | 1d5640c009dd993969c9aba749ecbbd2efe1b634 (diff) | |
download | gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.bz2 gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.zst |
license notices everywhere
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. |