From: Sergey Matveev Date: Thu, 26 Dec 2024 09:49:36 +0000 (+0300) Subject: Raise copyright years X-Git-Tag: v0.11.0~3 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=353b40a1170ad72f3eded42fef8c656ac12b3860;p=meta4ra.git Raise copyright years --- diff --git a/cmd/meta4ra/check.go b/cmd/meta4ra/check.go index f46c4c7..186ab64 100644 --- a/cmd/meta4ra/check.go +++ b/cmd/meta4ra/check.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 b2d2b4c..d202b00 100644 --- a/cmd/meta4ra/create.go +++ b/cmd/meta4ra/create.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 9b34141..c979e57 100644 --- a/cmd/meta4ra/hash.go +++ b/cmd/meta4ra/hash.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 d5ce2b6..4ef8685 100644 --- a/cmd/meta4ra/progress.go +++ b/cmd/meta4ra/progress.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 a65e889..45d7318 100644 --- a/internal/builtin.go +++ b/internal/builtin.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 92919d2..bf77811 100644 --- a/internal/common.go +++ b/internal/common.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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-2024 Sergey Matveev + Warranty = `Copyright (C) 2021-2025 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 da54b7d..168d63c 100644 --- a/internal/hasher.go +++ b/internal/hasher.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 9d0ba00..3d58599 100644 --- a/internal/scheme.go +++ b/internal/scheme.go @@ -1,5 +1,5 @@ // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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 b57ce18..f08da7a 100644 --- a/internal/thirdparty.go +++ b/internal/thirdparty.go @@ -1,7 +1,7 @@ //go:build thirdparty // meta4ra -- Metalink 4.0 utilities -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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