diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2016-03-30 22:24:57 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2016-03-30 22:24:57 +0000 |
commit | 1c898c9e8c408456171c66ac31026589d21271d0 (patch) | |
tree | c86706b24b4ee3058cb0b2685e52999490b650c6 /clang/docs/analyzer/conf.py | |
parent | a7564d7d66c04804b9104fd0b114e1b5a7972fab (diff) | |
download | bcm5719-llvm-1c898c9e8c408456171c66ac31026589d21271d0.tar.gz bcm5719-llvm-1c898c9e8c408456171c66ac31026589d21271d0.zip |
Docs: keep copyright years up-to-date.
llvm-svn: 264941
Diffstat (limited to 'clang/docs/analyzer/conf.py')
-rw-r--r-- | clang/docs/analyzer/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/analyzer/conf.py b/clang/docs/analyzer/conf.py index 1514708c0d5..53f3cb869e5 100644 --- a/clang/docs/analyzer/conf.py +++ b/clang/docs/analyzer/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'Clang Static Analyzer' -copyright = u'2013-2014, Analyzer Team' +copyright = u'2013-%d, Analyzer 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 |