forked from OSchip/llvm-project
[docs] Automatically update copyright year in libc++.
This commit is contained in:
parent
9d669e859b
commit
40f783434b
|
@ -41,7 +41,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'libc++'
|
||||
copyright = u'2011-2021, LLVM Project' % date.today().year
|
||||
copyright = u'2011-%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
|
||||
|
|
Loading…
Reference in New Issue