From d33e4b26cb7b2cdf8b56c9aa52fa140f4a0f77c9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 13:58:40 +0300 Subject: [PATCH] Raise copyright years --- main.go | 2 +- opml.go | 2 +- swg.go | 2 +- xbel.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index e6fb412..f112148 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // linksexp -- Texinfo/XBEL/OPML/SWG/urls autogeneration from recfile bookmark -// 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/opml.go b/opml.go index 27b3275..5c0990c 100644 --- a/opml.go +++ b/opml.go @@ -1,5 +1,5 @@ // linksexp -- Texinfo/XBEL/OPML/SWG/urls autogeneration from recfile bookmark -// 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/swg.go b/swg.go index c6a11a4..e825067 100644 --- a/swg.go +++ b/swg.go @@ -1,5 +1,5 @@ // linksexp -- Texinfo/XBEL/OPML/SWG/urls autogeneration from recfile bookmark -// 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/xbel.go b/xbel.go index c14f3a6..ce1302c 100644 --- a/xbel.go +++ b/xbel.go @@ -1,5 +1,5 @@ // linksexp -- Texinfo/XBEL/OPML/SWG/urls autogeneration from recfile bookmark -// 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