diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-08-12 18:27:23 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-08-12 18:27:23 +0000 |
commit | 9aaf0a90e9efd96ccda2ee68ce2c8c6aca9f9568 (patch) | |
tree | 63117f30ad57b1e5be7013998504beb44349568f /llvm/docs/conf.py | |
parent | ecd36ee80b7a6ac73c84da19f8a75c4c025a7625 (diff) | |
download | bcm5719-llvm-9aaf0a90e9efd96ccda2ee68ce2c8c6aca9f9568.tar.gz bcm5719-llvm-9aaf0a90e9efd96ccda2ee68ce2c8c6aca9f9568.zip |
Docs: keep copyright years up-to-date.
llvm-svn: 244789
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index e1e6c45a56f..6e3f16ceef1 100644 --- a/llvm/docs/conf.py +++ b/llvm/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 |