From ec6877dbc6ede004ef8317281901b73860875d7c Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 3 Jan 2020 00:37:27 +0100 Subject: [PATCH] Update the licence info to 2020 (#3259) * We're somewhat on time for once! * Helps to update RTD * Added changelog --- LICENSE | 4 ++-- changelog.d/3259.docs.rst | 1 + docs/conf.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/3259.docs.rst diff --git a/LICENSE b/LICENSE index 7333f92db..733715286 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) 2015-2019 Twentysix + Copyright (C) 2015-2020 Twentysix This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,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) 2015-2019 Twentysix + Red-DiscordBot Copyright (C) 2015-2020 Twentysix This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/changelog.d/3259.docs.rst b/changelog.d/3259.docs.rst new file mode 100644 index 000000000..e7fffcbe9 --- /dev/null +++ b/changelog.d/3259.docs.rst @@ -0,0 +1 @@ +Updated copyright notices on License and RTD config to 2020 diff --git a/docs/conf.py b/docs/conf.py index 8aea2c5b9..738c0396a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ master_doc = "index" # General information about the project. project = "Red - Discord Bot" -copyright = "2018-2019, Cog Creators" +copyright = "2018-2020, Cog Creators" author = "Cog Creators" # The version info for the project you're documenting, acts as replacement for