From 7c812c2b17d353e373e4f4adf8012172b005fc87 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:08:49 +0300 Subject: [PATCH] Raise copyright years --- cmd/meta4ra/check.go | 2 +- cmd/meta4ra/create.go | 2 +- cmd/meta4ra/hash.go | 2 +- cmd/meta4ra/progress.go | 2 +- internal/builtin.go | 2 +- internal/common.go | 4 ++-- internal/hasher.go | 2 +- internal/scheme.go | 2 +- internal/shake.go | 2 +- internal/thirdparty.go | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cmd/meta4ra/check.go b/cmd/meta4ra/check.go index 4cdeb9a..485f2cd 100644 --- a/cmd/meta4ra/check.go +++ b/cmd/meta4ra/check.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/cmd/meta4ra/create.go b/cmd/meta4ra/create.go index d202b00..37a2ebb 100644 --- a/cmd/meta4ra/create.go +++ b/cmd/meta4ra/create.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/cmd/meta4ra/hash.go b/cmd/meta4ra/hash.go index c979e57..6fdce94 100644 --- a/cmd/meta4ra/hash.go +++ b/cmd/meta4ra/hash.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/cmd/meta4ra/progress.go b/cmd/meta4ra/progress.go index 4ef8685..ad49af5 100644 --- a/cmd/meta4ra/progress.go +++ b/cmd/meta4ra/progress.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/internal/builtin.go b/internal/builtin.go index 06b57ea..1571b0c 100644 --- a/internal/builtin.go +++ b/internal/builtin.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/internal/common.go b/internal/common.go index 0336888..2153013 100644 --- a/internal/common.go +++ b/internal/common.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ const ( SigMediaTypeSSH = "application/ssh-signature" BufLen = 1 << 20 - Warranty = `Copyright (C) 2021-2025 Sergey Matveev + Warranty = `Copyright (C) 2021-2026 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/internal/hasher.go b/internal/hasher.go index 1f6b3f5..8de588f 100644 --- a/internal/hasher.go +++ b/internal/hasher.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/internal/scheme.go b/internal/scheme.go index 3d58599..f7bee42 100644 --- a/internal/scheme.go +++ b/internal/scheme.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/internal/shake.go b/internal/shake.go index 6d03485..a26bfbe 100644 --- a/internal/shake.go +++ b/internal/shake.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/internal/thirdparty.go b/internal/thirdparty.go index e7cc66a..21a38f7 100644 --- a/internal/thirdparty.go +++ b/internal/thirdparty.go @@ -1,7 +1,7 @@ //go:build thirdparty // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2025 Sergey Matveev +// Copyright (C) 2021-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -- 2.52.0