diff --git a/internal/svc/auth/auth.go b/internal/svc/auth/auth.go index 9dd1fe9..2983540 100644 --- a/internal/svc/auth/auth.go +++ b/internal/svc/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024 Declan Teevan +// Copyright (C) 2025 Declan Teevan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/svc/auth/config.go b/internal/svc/auth/config.go index ced5c36..78d9587 100644 --- a/internal/svc/auth/config.go +++ b/internal/svc/auth/config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024 Declan Teevan +// Copyright (C) 2025 Declan Teevan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/svc/auth/hashing.go b/internal/svc/auth/hashing.go index 4b10801..e7b71a5 100644 --- a/internal/svc/auth/hashing.go +++ b/internal/svc/auth/hashing.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024 Declan Teevan +// Copyright (C) 2025 Declan Teevan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by