Skip to content

Commit 69bdc3a

Browse files
authored
Change copyright year to present
1 parent eeafc93 commit 69bdc3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+68
-70
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2020 Rapptz
3+
Copyright (c) 2015-present Rapptz
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

discord/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
77
A basic wrapper for the Discord API.
88
9-
:copyright: (c) 2015-2020 Rapptz
9+
:copyright: (c) 2015-present Rapptz
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""
1313

1414
__title__ = 'discord'
1515
__author__ = 'Rapptz'
1616
__license__ = 'MIT'
17-
__copyright__ = 'Copyright 2015-2020 Rapptz'
17+
__copyright__ = 'Copyright 2015-present Rapptz'
1818
__version__ = '1.6.0'
1919

2020
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

discord/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/abc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/activity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/appinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/asset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),
@@ -165,7 +165,7 @@ def _from_emoji(cls, state, emoji, *, format=None, static_format='png'):
165165
format = 'gif' if emoji.animated else static_format
166166

167167
return cls(state, '/emojis/{0.id}.{1}'.format(emoji, format))
168-
168+
169169
def __str__(self):
170170
return self.BASE + self._url if self._url is not None else ''
171171

discord/audit_logs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/backoff.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/calls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/channel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/colour.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/context_managers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/embeds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/emoji.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
An extension module to facilitate creation of bot commands.
88
9-
:copyright: (c) 2015-2020 Rapptz
9+
:copyright: (c) 2015-present Rapptz
1010
:license: MIT, see LICENSE for more details.
1111
"""
1212

discord/ext/commands/_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/cooldowns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/help.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/commands/view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/ext/tasks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/file.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/flags.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),
@@ -938,4 +938,3 @@ def _voice_only(self):
938938
@property
939939
def _online_only(self):
940940
return self.value == 1
941-

discord/gateway.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/guild.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/integrations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/invite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/iterators.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),
@@ -101,7 +101,7 @@ class _ChunkedAsyncIterator(_AsyncIterator):
101101
def __init__(self, iterator, max_size):
102102
self.iterator = iterator
103103
self.max_size = max_size
104-
104+
105105
async def next(self):
106106
ret = []
107107
n = 0

discord/member.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/mentions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

discord/message.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
The MIT License (MIT)
55
6-
Copyright (c) 2015-2020 Rapptz
6+
Copyright (c) 2015-present Rapptz
77
88
Permission is hereby granted, free of charge, to any person obtaining a
99
copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)