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