From de53d15cf8d64778979862946529537701c45f9d Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:52:36 +0100 Subject: [PATCH] Update copyright (#5526) --- LICENSE | 4 ++-- docs/conf.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index b5997b18b..ab11b1484 100644 --- a/LICENSE +++ b/LICENSE @@ -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. Red - A fully customizable Discord bot - Copyright (C) 2017-2021 Cog Creators + Copyright (C) 2017-present Cog Creators Copyright (C) 2015-2017 Twentysix 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 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 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it diff --git a/docs/conf.py b/docs/conf.py index e156f761f..3e007e507 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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