From 9f0d1653fe4991bbb9dde265a7b7f94ad6e8b63e Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 5 Aug 2015 10:30:00 +0200 Subject: [PATCH] Updated copyright in documentation to 2015 --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 5c3f8f00..fc469c85 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'ProMod3' -copyright = u'2014, Bienchen'# pylint: disable=redefined-builtin +copyright = u'2015, Bienchen'# pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab