From 415a01accec02c3c3e9fb1ca082cff09074d3d11 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 13:48:24 +0300 Subject: [PATCH] Raise copyright years --- field.go | 2 +- r.go | 2 +- slog/handler.go | 2 +- slog/handler_test.go | 2 +- w.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/field.go b/field.go index 57369d0..640f8e3 100644 --- a/field.go +++ b/field.go @@ -1,5 +1,5 @@ // recfile -- GNU recutils'es recfiles parser on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/r.go b/r.go index 4b09cd0..7b2b849 100644 --- a/r.go +++ b/r.go @@ -1,5 +1,5 @@ // recfile -- GNU recutils'es recfiles parser on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/slog/handler.go b/slog/handler.go index 900b203..b275f90 100644 --- a/slog/handler.go +++ b/slog/handler.go @@ -1,5 +1,5 @@ // recfile -- GNU recutils'es recfiles parser on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/slog/handler_test.go b/slog/handler_test.go index 013dd8f..fe696bc 100644 --- a/slog/handler_test.go +++ b/slog/handler_test.go @@ -1,5 +1,5 @@ // recfile -- GNU recutils'es recfiles parser on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/w.go b/w.go index 15db009..ce7dec3 100644 --- a/w.go +++ b/w.go @@ -1,5 +1,5 @@ // recfile -- GNU recutils'es recfiles parser on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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