From bf52f986c2053c2ada510c9bcf98b392518f4b7e Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Thu, 21 Jan 2016 13:47:33 -0800 Subject: [PATCH] Update copyright year for sphinx. That way, not all of our pages say '2013' anymore. --- 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 4faebed3b8..ef9367483a 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -66,7 +66,7 @@ master_doc = 'index' # General information about the project. project = u'Bro' -copyright = u'2013, The Bro Project' +copyright = u'2016, The Bro Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the