summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-12 18:27:23 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-12 18:27:23 +0000
commit5ec82b6dbe4d2e729db2a1b7efae24d18db4f225 (patch)
treea26f75ed2219998b71f85f3c3ab508570d337e46 /docs/conf.py
parent609d95290a4d913139ba0b46f5b5b982dc4b1d96 (diff)
Docs: keep copyright years up-to-date.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e1e6c45a56f..6e3f16ceef1 100644
--- a/docs/conf.py
+++ b/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'LLVM'
-copyright = u'2003-2014, LLVM Project'
+copyright = u'2003-%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