diff --git a/docs/conf.py b/docs/conf.py
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ master_doc = 'index'
# General information about the project.
project = 'Kallithea'
-copyright = '2010-2021 by various authors, licensed as GPLv3.'
+copyright = '2010-2022 by various authors, licensed as GPLv3.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html
--- a/kallithea/templates/base/base.html
+++ b/kallithea/templates/base/base.html
@@ -23,7 +23,7 @@
Kallithea,
%endif
which is
- © 2010–2021 by various authors & licensed under GPLv3.
+ © 2010–2022 by various authors & licensed under GPLv3.
%if c.issues_url:
– ${_('Support')}
%endif