]> granicus.if.org Git - clang/commitdiff
Docs: keep copyright years up-to-date.
authorPaul Robinson <paul_robinson@playstation.sony.com>
Wed, 30 Mar 2016 22:24:57 +0000 (22:24 +0000)
committerPaul Robinson <paul_robinson@playstation.sony.com>
Wed, 30 Mar 2016 22:24:57 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264941 91177308-0d34-0410-b5e6-96231b3b80d8

docs/analyzer/conf.py

index 1514708c0d5e7eea3824cb8b21f33e4eaab61520..53f3cb869e5af77338e35cd3867868d291f54207 100644 (file)
@@ -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