From ccd40bca23813d575ca0ac71c94faba4affbbb73 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 8 Dec 2023 11:14:07 +0300 Subject: [PATCH] Raise copyright years --- cmd/feed2mdir/main.go | 30 ++++++++++++++---------------- doc/index.texi | 2 +- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/cmd/feed2mdir/main.go b/cmd/feed2mdir/main.go index 3089a23..26cd80a 100644 --- a/cmd/feed2mdir/main.go +++ b/cmd/feed2mdir/main.go @@ -1,19 +1,17 @@ -/* -feeder -- newsfeeds aggregator -Copyright (C) 2022-2023 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 -the Free Software Foundation, version 3 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +// feeder -- newsfeeds aggregator +// Copyright (C) 2022-2024 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 +// the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . package main diff --git a/doc/index.texi b/doc/index.texi index d1d8bdf..75d5fdc 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle feeder @copying -Copyright @copyright{} 2022-2023 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2022-2024 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top -- 2.44.0