From 848650f4fb2ff341b2f162ee89c2a7650537e289 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Fri, 5 Feb 2016 10:57:44 -0500 Subject: [PATCH] [Doc] Fix copyright year --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 3e2e14174..3fc5176a1 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -77,7 +77,7 @@ master_doc = 'index' # General information about the project. project = u'Cantera' -copyright = u'2012, Cantera Developers' +copyright = u'2016, Cantera Developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the