summaryrefslogtreecommitdiffstats
path: root/docs/analyzer
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2016-03-30 22:24:57 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2016-03-30 22:24:57 +0000
commitc52ca1a4ace69b2775f09d057165633ddd75afc0 (patch)
tree0cc50082fe40bffc461f427c7a3e2357a542969c /docs/analyzer
parentd0a7b563beac4a5fbf6abd1fd3c2215836996045 (diff)
Docs: keep copyright years up-to-date.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/analyzer/conf.py b/docs/analyzer/conf.py
index 1514708c0d..53f3cb869e 100644
--- a/docs/analyzer/conf.py
+++ b/docs/analyzer/conf.py
@@ -12,6 +12,7 @@
# serve to show the default.
import sys, os
+from datetime import date
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -41,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'Clang Static Analyzer'
-copyright = u'2013-2014, Analyzer Team'
+copyright = u'2013-%d, Analyzer Team' % date.today().year
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the