From 9f76129cc2b6d40431ef23a1823c16b6ddd0c1e8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2024 12:43:51 +0300 Subject: [PATCH] Raise copyright years --- doc/index.texi | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.texi b/doc/index.texi index 79c9ebd..b6bb57d 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle paster @copying -Copyright @copyright{} 2021-2024 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2021-2025 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/main.go b/main.go index a40fdb7..367b354 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // paster -- paste service -// Copyright (C) 2021-2024 Sergey Matveev +// Copyright (C) 2021-2025 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.48.1