Update copyright (#5526)

This commit is contained in:
jack1142 2022-01-10 17:52:36 +01:00 committed by GitHub
parent cfa8f15faa
commit de53d15cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found. the "copyright" line and a pointer to where the full notice is found.
Red - A fully customizable Discord bot Red - A fully customizable Discord bot
Copyright (C) 2017-2021 Cog Creators Copyright (C) 2017-present Cog Creators
Copyright (C) 2015-2017 Twentysix Copyright (C) 2015-2017 Twentysix
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -653,7 +653,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode: notice like this when it starts in an interactive mode:
Red-DiscordBot Copyright (C) 2017-2021 Cog Creators Red-DiscordBot Copyright (C) 2017-present Cog Creators
Red-DiscordBot Copyright (C) 2015-2017 Twentysix Red-DiscordBot Copyright (C) 2015-2017 Twentysix
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it This is free software, and you are welcome to redistribute it

View File

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