[docs] Automatically update copyright year in libc++.

This commit is contained in:
Marek Kurdej 2021-05-03 18:46:13 +02:00
parent 9d669e859b
commit 40f783434b
1 changed files with 1 additions and 1 deletions

View File

@ -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