aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ext')
-rw-r--r--discord/ext/commands/__init__.py2
-rw-r--r--discord/ext/commands/bot.py2
-rw-r--r--discord/ext/commands/context.py2
-rw-r--r--discord/ext/commands/converter.py2
-rw-r--r--discord/ext/commands/cooldowns.py2
-rw-r--r--discord/ext/commands/core.py2
-rw-r--r--discord/ext/commands/errors.py2
-rw-r--r--discord/ext/commands/formatter.py2
-rw-r--r--discord/ext/commands/view.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/discord/ext/commands/__init__.py b/discord/ext/commands/__init__.py
index f5f7bb26..20749b21 100644
--- a/discord/ext/commands/__init__.py
+++ b/discord/ext/commands/__init__.py
@@ -6,7 +6,7 @@ discord.ext.commands
An extension module to facilitate creation of bot commands.
-:copyright: (c) 2017 Rapptz
+:copyright: (c) 2019 Rapptz
:license: MIT, see LICENSE for more details.
"""
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py
index 7bc97f81..61112139 100644
--- a/discord/ext/commands/bot.py
+++ b/discord/ext/commands/bot.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/context.py b/discord/ext/commands/context.py
index 73679e52..ea193696 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.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/converter.py b/discord/ext/commands/converter.py
index 49fd3228..8e276610 100644
--- a/discord/ext/commands/converter.py
+++ b/discord/ext/commands/converter.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/cooldowns.py b/discord/ext/commands/cooldowns.py
index d44365b2..ae48b284 100644
--- a/discord/ext/commands/cooldowns.py
+++ b/discord/ext/commands/cooldowns.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/core.py b/discord/ext/commands/core.py
index 830eef1a..419594ac 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.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/errors.py b/discord/ext/commands/errors.py
index c20c09f5..49d6f8d7 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.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/formatter.py b/discord/ext/commands/formatter.py
index ba120f92..ce85e0d3 100644
--- a/discord/ext/commands/formatter.py
+++ b/discord/ext/commands/formatter.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/view.py b/discord/ext/commands/view.py
index 6634f0ac..251c535a 100644
--- a/discord/ext/commands/view.py
+++ b/discord/ext/commands/view.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"),