From: Sergey Matveev Date: Tue, 30 Dec 2025 10:28:08 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;p=balloon.git Raise copyright years --- 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