aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ext/commands')
-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 084d0487..b102885c 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) 2016 Rapptz
+:copyright: (c) 2017 Rapptz
:license: MIT, see LICENSE for more details.
"""
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py
index 56c9c153..17772cc5 100644
--- a/discord/ext/commands/bot.py
+++ b/discord/ext/commands/bot.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 1ac4ddff..f28b9ffa 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.py
@@ -2,7 +2,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 4284fa59..90fee6da 100644
--- a/discord/ext/commands/converter.py
+++ b/discord/ext/commands/converter.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 52a5be30..ebcdd69e 100644
--- a/discord/ext/commands/cooldowns.py
+++ b/discord/ext/commands/cooldowns.py
@@ -2,7 +2,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 c3e2b413..faa89af9 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 b42b87e9..5aa6d164 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -2,7 +2,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 0b12df51..fb883d33 100644
--- a/discord/ext/commands/formatter.py
+++ b/discord/ext/commands/formatter.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 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 c1a19ba0..acde0b75 100644
--- a/discord/ext/commands/view.py
+++ b/discord/ext/commands/view.py
@@ -2,7 +2,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2016 Rapptz
+Copyright (c) 2015-2017 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),