Skip to content

Commit 40f7834

Browse files
committed
[docs] Automatically update copyright year in libc++.
1 parent 9d669e8 commit 40f7834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'libc++'
44-
copyright = u'2011-2021, LLVM Project' % date.today().year
44+
copyright = u'2011-%d, LLVM Project' % date.today().year
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)