diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-01-27 18:29:16 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-01-27 18:29:16 +0000 |
commit | 14bf877e6bce2e079642966769d533c42c273af4 (patch) | |
tree | e42645806e2bc476f716c618b5a6ab7a216b60cc | |
parent | 10d71ffc6514b44d04169a21080149116f0172db (diff) | |
download | bcm5719-llvm-14bf877e6bce2e079642966769d533c42c273af4.tar.gz bcm5719-llvm-14bf877e6bce2e079642966769d533c42c273af4.zip |
docs/conf.py: update copyright year
llvm-svn: 258960
-rw-r--r-- | clang-tools-extra/docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/conf.py b/clang-tools-extra/docs/conf.py index 4fe6ba91fc2..2a2546a4d01 100644 --- a/clang-tools-extra/docs/conf.py +++ b/clang-tools-extra/docs/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'Extra Clang Tools' -copyright = u'2007-2015, The Clang Team' +copyright = u'2007-%d, The Clang 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 |