From 196de82f8640f514868a788e677881694dab91f2 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Fri, 7 Jan 2022 21:02:38 +0300
Subject: [PATCH] Raised copyright years

---
 README.texi                    | 2 +-
 cmd/sgblog-comment-add/mail.go | 2 +-
 cmd/sgblog-comment-add/main.go | 2 +-
 cmd/sgblog-topics/main.go      | 2 +-
 cmd/sgblog/gemini.go           | 2 +-
 cmd/sgblog/gopher.go           | 2 +-
 cmd/sgblog/http.go             | 2 +-
 cmd/sgblog/main.go             | 2 +-
 cmd/sgblog/topics.go           | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.texi b/README.texi
index 54e0461..70fece4 100644
--- a/README.texi
+++ b/README.texi
@@ -3,7 +3,7 @@
 @settitle SGBlog
 
 @copying
-Copyright @copyright{} 2020 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2020-2022 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
diff --git a/cmd/sgblog-comment-add/mail.go b/cmd/sgblog-comment-add/mail.go
index 3ffc1e8..016da8c 100644
--- a/cmd/sgblog-comment-add/mail.go
+++ b/cmd/sgblog-comment-add/mail.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog-comment-add/main.go b/cmd/sgblog-comment-add/main.go
index a1e7207..a81d53d 100644
--- a/cmd/sgblog-comment-add/main.go
+++ b/cmd/sgblog-comment-add/main.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog-topics/main.go b/cmd/sgblog-topics/main.go
index f936461..ee1f5f6 100644
--- a/cmd/sgblog-topics/main.go
+++ b/cmd/sgblog-topics/main.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog/gemini.go b/cmd/sgblog/gemini.go
index 5a2f9a3..1a7bc57 100644
--- a/cmd/sgblog/gemini.go
+++ b/cmd/sgblog/gemini.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog/gopher.go b/cmd/sgblog/gopher.go
index f6bc3b4..966d94a 100644
--- a/cmd/sgblog/gopher.go
+++ b/cmd/sgblog/gopher.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go
index 7d7303c..251525c 100644
--- a/cmd/sgblog/http.go
+++ b/cmd/sgblog/http.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog/main.go b/cmd/sgblog/main.go
index 8dbb1d8..7ee4e72 100644
--- a/cmd/sgblog/main.go
+++ b/cmd/sgblog/main.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
diff --git a/cmd/sgblog/topics.go b/cmd/sgblog/topics.go
index 9a89793..a2f29dc 100644
--- a/cmd/sgblog/topics.go
+++ b/cmd/sgblog/topics.go
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
-- 
2.51.0