# HG changeset patch # User Mads Kiilerich # Date 2022-03-07 17:52:02 # Node ID d625696a5fb12a29157e229a916067f27c4d3920 # Parent 586ce8c23529481243ed36e471c4c5a1acbe9d86 meta: update copyrights 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