Browse Source

Update license of files to 2016.

pull/74/head
Rapptz 9 years ago
parent
commit
db4cc791dd
  1. 2
      LICENSE
  2. 4
      discord/__init__.py
  3. 2
      discord/channel.py
  4. 2
      discord/client.py
  5. 2
      discord/colour.py
  6. 2
      discord/endpoints.py
  7. 2
      discord/enums.py
  8. 2
      discord/errors.py
  9. 2
      discord/game.py
  10. 2
      discord/invite.py
  11. 2
      discord/member.py
  12. 2
      discord/message.py
  13. 2
      discord/mixins.py
  14. 2
      discord/object.py
  15. 2
      discord/opus.py
  16. 2
      discord/permissions.py
  17. 2
      discord/role.py
  18. 2
      discord/server.py
  19. 2
      discord/state.py
  20. 2
      discord/user.py
  21. 2
      discord/utils.py
  22. 2
      discord/voice_client.py

2
LICENSE

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

4
discord/__init__.py

@ -6,7 +6,7 @@ Discord API Wrapper
A basic wrapper for the Discord API.
:copyright: (c) 2015 Rapptz
:copyright: (c) 2015-2016 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 Rapptz'
__copyright__ = 'Copyright 2015-2016 Rapptz'
__version__ = '0.10.0-alpha'
from .client import Client

2
discord/channel.py

@ -2,7 +2,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/client.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/colour.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/endpoints.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/enums.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/errors.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/game.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/invite.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/member.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/message.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/mixins.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/object.py

@ -2,7 +2,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/opus.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/permissions.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/role.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/server.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/state.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/user.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/utils.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

2
discord/voice_client.py

@ -3,7 +3,7 @@
"""
The MIT License (MIT)
Copyright (c) 2015 Rapptz
Copyright (c) 2015-2016 Rapptz
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save