From 3323ec8b1b46b9a0b5ca426aa6f76da0397b3eca Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 2 Jul 2021 15:37:55 +0200 Subject: [PATCH] C++ docs: Bump the copyright year --- api/sixtyfps-cpp/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/sixtyfps-cpp/docs/conf.py b/api/sixtyfps-cpp/docs/conf.py index e49cbbf16..6d0f6e7ab 100644 --- a/api/sixtyfps-cpp/docs/conf.py +++ b/api/sixtyfps-cpp/docs/conf.py @@ -19,7 +19,7 @@ import textwrap # -- Project information ----------------------------------------------------- project = 'SixtyFPS C++' -copyright = '2020, info@sixtyfps.io' +copyright = '2021, info@sixtyfps.io' author = 'info@sixtyfps.io' # The full version, including alpha/beta/rc tags