From 29b19eb5949836b494078895bf36cb5203d602b3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 13:28:08 +0300 Subject: [PATCH] Raise copyright years --- balloon.go | 2 +- balloon_test.go | 2 +- cmd/balloon/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/balloon.go b/balloon.go index 37aae8a..9ed3912 100644 --- a/balloon.go +++ b/balloon.go @@ -1,5 +1,5 @@ // balloon -- Balloon password hashing function -// Copyright (C) 2016-2025 Sergey Matveev +// Copyright (C) 2016-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/balloon_test.go b/balloon_test.go index aa33de4..b2907d1 100644 --- a/balloon_test.go +++ b/balloon_test.go @@ -1,5 +1,5 @@ // balloon -- Balloon password hashing function -// Copyright (C) 2016-2025 Sergey Matveev +// Copyright (C) 2016-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/cmd/balloon/main.go b/cmd/balloon/main.go index 029e2dd..cdd5d89 100644 --- a/cmd/balloon/main.go +++ b/cmd/balloon/main.go @@ -1,5 +1,5 @@ // balloon -- Balloon password hashing function -// Copyright (C) 2016-2025 Sergey Matveev +// Copyright (C) 2016-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as -- 2.52.0