From f87c0ca86c76a6112984043c3f4913c6f8bdf5c069b99a912037650d3357b206 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 13:47:48 +0300 Subject: [PATCH] Raise copyright years --- diff.go | 2 +- dirsizer.go | 2 +- index.go | 2 +- main.go | 2 +- names.go | 2 +- printers.go | 2 +- reader.go | 2 +- status.go | 2 +- walker.go | 2 +- writer.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/diff.go b/diff.go index fcbd08a..16dfbbc 100644 --- a/diff.go +++ b/diff.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/dirsizer.go b/dirsizer.go index 9a192e8..ae414de 100644 --- a/dirsizer.go +++ b/dirsizer.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/index.go b/index.go index 03ab997..5a9bf5f 100644 --- a/index.go +++ b/index.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/main.go b/main.go index 6eaa19f..245f86f 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/names.go b/names.go index 6f39731..1f1df80 100644 --- a/names.go +++ b/names.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/printers.go b/printers.go index 4e75241..7bb5a1f 100644 --- a/printers.go +++ b/printers.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/reader.go b/reader.go index 67db978..c9fe49a 100644 --- a/reader.go +++ b/reader.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/status.go b/status.go index 4fff125..7e7c0a8 100644 --- a/status.go +++ b/status.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/walker.go b/walker.go index 190a54b..4fe2d9f 100644 --- a/walker.go +++ b/walker.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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/writer.go b/writer.go index 5606572..54e6ee6 100644 --- a/writer.go +++ b/writer.go @@ -1,5 +1,5 @@ // glocate -- ZFS-diff-friendly locate-like utility -// Copyright (C) 2022-2025 Sergey Matveev +// Copyright (C) 2022-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