aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-19 20:03:00 -0500
committerRapptz <[email protected]>2020-01-19 20:03:00 -0500
commit60716071760b8b6a29f7ec1613def7bbbb468533 (patch)
treec8fa125bb2da096bca4428285adcec81c58c3437 /discord/ext
parent[commands] Case insensitivity uses casefold instead of lower (diff)
downloaddiscord.py-60716071760b8b6a29f7ec1613def7bbbb468533.tar.xz
discord.py-60716071760b8b6a29f7ec1613def7bbbb468533.zip
Bump copyright year to 2020
Closes #2510
Diffstat (limited to 'discord/ext')
-rw-r--r--discord/ext/commands/__init__.py2
-rw-r--r--discord/ext/commands/_types.py2
-rw-r--r--discord/ext/commands/bot.py2
-rw-r--r--discord/ext/commands/cog.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/help.py2
-rw-r--r--discord/ext/commands/view.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/discord/ext/commands/__init__.py b/discord/ext/commands/__init__.py
index b14fd655..669a49a9 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) 2019 Rapptz
+:copyright: (c) 2015-2020 Rapptz
:license: MIT, see LICENSE for more details.
"""
diff --git a/discord/ext/commands/_types.py b/discord/ext/commands/_types.py
index bd254478..664f7519 100644
--- a/discord/ext/commands/_types.py
+++ b/discord/ext/commands/_types.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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/bot.py b/discord/ext/commands/bot.py
index 0e83c3f7..42cdd929 100644
--- a/discord/ext/commands/bot.py
+++ b/discord/ext/commands/bot.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 9f3c745c..fc4d43e2 100644
--- a/discord/ext/commands/cog.py
+++ b/discord/ext/commands/cog.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 5e3cbace..5635cb42 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 ea202b65..12d72bb5 100644
--- a/discord/ext/commands/converter.py
+++ b/discord/ext/commands/converter.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 57577a07..5e7f2aa3 100644
--- a/discord/ext/commands/cooldowns.py
+++ b/discord/ext/commands/cooldowns.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 9d66cf9a..aa4343f5 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 71a0098a..6087c1df 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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/help.py b/discord/ext/commands/help.py
index ad8bd4e2..72992de9 100644
--- a/discord/ext/commands/help.py
+++ b/discord/ext/commands/help.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 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 91cc06b2..36c89037 100644
--- a/discord/ext/commands/view.py
+++ b/discord/ext/commands/view.py
@@ -3,7 +3,7 @@
"""
The MIT License (MIT)
-Copyright (c) 2015-2019 Rapptz
+Copyright (c) 2015-2020 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),