summaryrefslogtreecommitdiffstats
path: root/lld/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r--lld/docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index 99866e1bd1e..88fcdd8afca 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -11,6 +11,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
@@ -40,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'lld'
-copyright = u'2011-2014, LLVM Project'
+copyright = u'2011-%d, LLVM Project' % 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
OpenPOWER on IntegriCloud