Update copyright (#5526)

This commit is contained in:
jack1142
2022-01-10 17:52:36 +01:00
committed by GitHub
parent cfa8f15faa
commit de53d15cf8
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
#
import os
import sys
import time
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("_ext"))
@@ -61,7 +62,7 @@ master_doc = "index"
# General information about the project.
project = "Red - Discord Bot"
copyright = "2018-2021, Cog Creators"
copyright = f"2018-{time.strftime('%Y')}, Cog Creators"
author = "Cog Creators"
# The version info for the project you're documenting, acts as replacement for