diff options
| author | Rapptz <[email protected]> | 2017-01-20 23:19:19 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-01-20 23:19:19 -0500 |
| commit | ff9f5749e13bef6337f1d844019d051125796505 (patch) | |
| tree | 0fa5fae2d7acd83a2a3fb6bbeb9e2f35228862c7 /discord/ext | |
| parent | Add support for relationships. (diff) | |
| download | discord.py-ff9f5749e13bef6337f1d844019d051125796505.tar.xz discord.py-ff9f5749e13bef6337f1d844019d051125796505.zip | |
Update copyright year to 2017.
Diffstat (limited to 'discord/ext')
| -rw-r--r-- | discord/ext/__init__.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/__init__.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/bot.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/context.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/converter.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/cooldowns.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/core.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/errors.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/formatter.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/view.py | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/discord/ext/__init__.py b/discord/ext/__init__.py index af6a0088..73194d95 100644 --- a/discord/ext/__init__.py +++ b/discord/ext/__init__.py @@ -6,7 +6,7 @@ discord.py extensions Extensions for the discord.py library live in this namespace. -:copyright: (c) 2016 Rapptz +:copyright: (c) 2017 Rapptz :license: MIT, see LICENSE for more details. """ 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"), |