From 47403a9d2dfcc9a65a2ead451496bf30e8263085 Mon Sep 17 00:00:00 2001 From: Declan Teevan Date: Mon, 29 Sep 2025 21:10:39 +0100 Subject: [PATCH] chore: bump license headers --- internal/svc/auth/auth.go | 2 +- internal/svc/auth/config.go | 2 +- internal/svc/auth/hashing.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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