Bump copyright year to 2020

Closes #2510
This commit is contained in:
Rapptz
2020-01-19 20:03:00 -05:00
parent 9f2018f439
commit 6071607176
57 changed files with 65 additions and 65 deletions

View File

@ -6,7 +6,7 @@ Discord API Wrapper
A basic wrapper for the Discord API.
:copyright: (c) 2015-2019 Rapptz
:copyright: (c) 2015-2020 Rapptz
:license: MIT, see LICENSE for more details.
"""
@ -14,7 +14,7 @@ A basic wrapper for the Discord API.
__title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2019 Rapptz'
__copyright__ = 'Copyright 2015-2020 Rapptz'
__version__ = '1.3.0a'
from collections import namedtuple