aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-02-23 09:26:39 -0500
committerRapptz <[email protected]>2019-02-23 09:26:39 -0500
commit7ad4425c5752c855cc867e9bb1ce102db949ea88 (patch)
treebb7be2f23309a0afd4710ed303a59c4f8466929f
parent[commands] Update stale parent references in subcommands. (diff)
downloaddiscord.py-7ad4425c5752c855cc867e9bb1ce102db949ea88.tar.xz
discord.py-7ad4425c5752c855cc867e9bb1ce102db949ea88.zip
Update copyright years.
-rw-r--r--discord/ext/commands/_types.py2
-rw-r--r--discord/ext/commands/cog.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/_types.py b/discord/ext/commands/_types.py
index 667b1cba..bd254478 100644
--- a/discord/ext/commands/_types.py
+++ b/discord/ext/commands/_types.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2017 Rapptz
+Copyright (c) 2015-2019 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py
index c5a9bc78..6096fa68 100644
--- a/discord/ext/commands/cog.py
+++ b/discord/ext/commands/cog.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2017 Rapptz
+Copyright (c) 2015-2019 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),