Change copyright year to present

This commit is contained in:
Nihaal Sangha
2021-01-15 10:28:11 +00:00
committed by GitHub
parent eeafc9363f
commit 69bdc3a184
64 changed files with 68 additions and 70 deletions

View File

@ -6,7 +6,7 @@ Discord API Wrapper
A basic wrapper for the Discord API.
:copyright: (c) 2015-2020 Rapptz
:copyright: (c) 2015-present 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-2020 Rapptz'
__copyright__ = 'Copyright 2015-present Rapptz'
__version__ = '1.6.0'
__path__ = __import__('pkgutil').extend_path(__path__, __name__)