diff options
Diffstat (limited to 'src/modules/auth/mod.rs')
-rw-r--r-- | src/modules/auth/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/auth/mod.rs b/src/modules/auth/mod.rs index 32dd0f2..ad9dd99 100644 --- a/src/modules/auth/mod.rs +++ b/src/modules/auth/mod.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 argon2::PasswordVerifier; use argon2::{ password_hash::{Encoding, PasswordHashString}, |