Skip to content
Snippets Groups Projects
Commit daa5b95b authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Docs: keep copyright years up-to-date

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244797 91177308-0d34-0410-b5e6-96231b3b80d8
parent 966b553c
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
# serve to show the default. # serve to show the default.
import sys, os import sys, os
from datetime import date
# If extensions (or modules to document with autodoc) are in another directory, # 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 # add these directories to sys.path here. If the directory is relative to the
...@@ -41,7 +42,7 @@ master_doc = 'index' ...@@ -41,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Clang' project = u'Clang'
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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment