From: Sergey Matveev <stargrave@stargrave.org>
Date: Tue, 27 Dec 2022 14:30:55 +0000 (+0300)
Subject: Raise copyright years
X-Git-Tag: v2.0.0~1
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d69688021e7d9e426d690080cfe006f143273cec;p=paster.git

Raise copyright years
---

diff --git a/doc/index.texi b/doc/index.texi
index 8af3999..5ab94d0 100644
--- a/doc/index.texi
+++ b/doc/index.texi
@@ -3,7 +3,7 @@
 @settitle paster
 
 @copying
-Copyright @copyright{} 2021-2022 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2021-2023 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
diff --git a/doc/protocol.texi b/doc/protocol.texi
index 12e0a4f..491cc79 100644
--- a/doc/protocol.texi
+++ b/doc/protocol.texi
@@ -1,8 +1,8 @@
 @node Protocol
 @unnumbered Protocol
 
-Protocol is very simple: @url{https://en.wikipedia.org/wiki/Bencode,
-bencode}d dictionary is sent over TCP.
+Protocol is very simple: @url{https://en.wikipedia.org/wiki/Bencode, bencode}d
+dictionary is sent over TCP.
 
 @itemize
 @item @code{v} key contains the data you want to paste
diff --git a/main.go b/main.go
index 20ffd34..912408b 100644
--- a/main.go
+++ b/main.go
@@ -1,6 +1,6 @@
 /*
 paster -- paste service
-Copyright (C) 2021-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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