summaryrefslogtreecommitdiffstats
path: root/lld/docs/conf.py
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2016-03-30 22:25:04 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2016-03-30 22:25:04 +0000
commita8305830dbdc4122cf7e5c4e3257c7a93da12e1a (patch)
tree4e2c3f964d099e046c98ce570d7e62a878b7131e /lld/docs/conf.py
parent1c898c9e8c408456171c66ac31026589d21271d0 (diff)
downloadbcm5719-llvm-a8305830dbdc4122cf7e5c4e3257c7a93da12e1a.tar.gz
bcm5719-llvm-a8305830dbdc4122cf7e5c4e3257c7a93da12e1a.zip
Docs: keep copyright years up-to-date.
llvm-svn: 264942
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