From: Marek Kurdej Date: Mon, 3 May 2021 16:46:13 +0000 (+0200) Subject: [docs] Automatically update copyright year in libc++. X-Git-Tag: llvmorg-14-init~7791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40f783434b0b3bc69c90317a9b8d2e6fb6d95606;p=platform%2Fupstream%2Fllvm.git [docs] Automatically update copyright year in libc++. --- diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index 5516cdb..f3c904c 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -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