Skip to content

Commit

Permalink
License updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Oct 1, 2021
1 parent 8ed075c commit 1257776
Show file tree
Hide file tree
Showing 103 changed files with 199 additions and 116 deletions.
6 changes: 3 additions & 3 deletions discord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
A basic wrapper for the Discord API.
:copyright: (c) 2015-present Rapptz
:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development
:license: MIT, see LICENSE for more details.
"""

__title__ = 'discord'
__author__ = 'Rapptz'
__author__ = 'Pycord Development'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-present Rapptz'
__copyright__ = 'Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development'
__version__ = '2.0.0a'

__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Expand Down
3 changes: 2 additions & 1 deletion discord/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/abc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/activity.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
1 change: 1 addition & 0 deletions discord/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
1 change: 1 addition & 0 deletions discord/app/commands.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
1 change: 1 addition & 0 deletions discord/app/context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
3 changes: 2 additions & 1 deletion discord/appinfo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/asset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/audit_logs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/backoff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
1 change: 1 addition & 0 deletions discord/bot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
3 changes: 2 additions & 1 deletion discord/channel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/colour.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/components.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/context_managers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/embeds.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/emoji.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/enums.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/errors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion discord/ext/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
An extension module to facilitate creation of bot commands.
:copyright: (c) 2015-present Rapptz
:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development
:license: MIT, see LICENSE for more details.
"""

Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/_types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/bot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/cog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/context.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/converter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/cooldowns.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/errors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/flags.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/help.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/commands/view.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/ext/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/file.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/flags.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/gateway.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/guild.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/http.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion discord/integrations.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
The MIT License (MIT)
Copyright (c) 2015-present Rapptz
Copyright (c) 2015-2021 Rapptz
Copyright (c) 2021-present Pycord Development
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
Loading

0 comments on commit 1257776

Please sign in to comment.