# HG changeset patch # User Mads Kiilerich # Date 2016-02-15 19:29:14 # Node ID 5c7b177d70ff7d81a22607a2dfd3e366a2dc6c30 # Parent 9e53eb77287c156eae23ccf07fcd534ba589076b copyright: 2016 diff --git a/docs/conf.py b/docs/conf.py --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Kallithea' -copyright = u'2010-2015 by various authors, licensed as GPLv3.' +copyright = u'2010-2016 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 @@ -25,7 +25,7 @@ Kallithea, %endif which is - © 2010–2015 by various authors & licensed under GPLv3. + © 2010–2016 by various authors & licensed under GPLv3. %if c.issues_url: – ${_('Support')} %endif